svn commit: r503969 - head/x11-toolkits/ocaml-lablgtk2
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Jun 11 16:13:48 UTC 2019
Author: danfe
Date: Tue Jun 11 16:13:46 2019
New Revision: 503969
URL: https://svnweb.freebsd.org/changeset/ports/503969
Log:
- Update to version 2.18.5 (it is not the latest one, but is compatible
with both current and newish OCaml versions, to ease the transition)
- Add the missing USES+=gnome and assume maintainership while I'm at it
Modified:
head/x11-toolkits/ocaml-lablgtk2/Makefile
head/x11-toolkits/ocaml-lablgtk2/distinfo
Modified: head/x11-toolkits/ocaml-lablgtk2/Makefile
==============================================================================
--- head/x11-toolkits/ocaml-lablgtk2/Makefile Tue Jun 11 16:07:36 2019 (r503968)
+++ head/x11-toolkits/ocaml-lablgtk2/Makefile Tue Jun 11 16:13:46 2019 (r503969)
@@ -2,20 +2,18 @@
# $FreeBSD$
PORTNAME= lablgtk2
-PORTVERSION= 2.18.3
-PORTREVISION= 2
+PORTVERSION= 2.18.5
CATEGORIES= x11-toolkits
-MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1479/ \
- LOCAL/bf
+MASTER_SITES= https://download.ocamlcore.org/lablgtk/Lablgtk2/${PORTVERSION}/
PKGNAMEPREFIX= ocaml-
DISTNAME= lablgtk-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= danfe at FreeBSD.org
COMMENT= Objective Caml interface to GTK+ 2.x
LICENSE= LGPL21
-USES= gmake pkgconfig
+USES= gmake gnome pkgconfig
USE_GNOME= gtk20
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
Modified: head/x11-toolkits/ocaml-lablgtk2/distinfo
==============================================================================
--- head/x11-toolkits/ocaml-lablgtk2/distinfo Tue Jun 11 16:07:36 2019 (r503968)
+++ head/x11-toolkits/ocaml-lablgtk2/distinfo Tue Jun 11 16:13:46 2019 (r503969)
@@ -1,2 +1,3 @@
-SHA256 (lablgtk-2.18.3.tar.gz) = 975bebf2f9ca74dc3bf7431ebb640ff6a924bb80c8ee5f4467c475a7e4b0cbaf
-SIZE (lablgtk-2.18.3.tar.gz) = 788177
+TIMESTAMP = 1559922306
+SHA256 (lablgtk-2.18.5.tar.gz) = 2bf251db21c077fdd26c035ea03edd8fe609187f908e520e87a8ffdd9c36d233
+SIZE (lablgtk-2.18.5.tar.gz) = 808005
More information about the svn-ports-head
mailing list