From 4576d3631b56ef78d0bb8e2f0c706fa043dcc186 Mon Sep 17 00:00:00 2001 From: bf Date: Tue, 5 Mar 2013 20:22:02 +0000 Subject: update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch) --- net/unison-devel/Makefile | 5 +++++ net/unison/Makefile | 5 +++++ net/unison232/Makefile | 10 +++++++--- 3 files changed, 17 insertions(+), 3 deletions(-) (limited to 'net') diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile index f17953f7b03e..f2cec14af8a1 100644 --- a/net/unison-devel/Makefile +++ b/net/unison-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= unison PORTVERSION= 2.45.28 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= -devel @@ -55,6 +56,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PORT_OPTIONS:MX11} +post-patch: + @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ + ${WRKSRC}/Makefile.OCaml + post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} diff --git a/net/unison/Makefile b/net/unison/Makefile index eeac91eec7cd..9887cb28da83 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -3,6 +3,7 @@ PORTNAME= unison PORTVERSION= 2.40.102 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} @@ -54,6 +55,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PORT_OPTIONS:MX11} +post-patch: + @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ + ${WRKSRC}/Makefile.OCaml + post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 9e2e2a05cb8c..52afb8e580f1 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -3,7 +3,7 @@ PORTNAME= unison PORTVERSION= 2.32.52 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ PKGNAMESUFFIX= 232 @@ -15,6 +15,8 @@ MAINTAINER= mandree@FreeBSD.org # Implicit approval for port changes granted to Guido Falsi COMMENT= User-level file synchronization tool +LICENSE= GPLv3 + PLIST_SUB= PORTVERSION=${PORTVERSION} USE_GMAKE= yes WANT_GNOME= yes @@ -22,8 +24,6 @@ MAKE_ARGS= CFLAGS="" MAKE_JOBS_UNSAFE= yes -LICENSE= GPLv3 - OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT= DOCS X11 @@ -56,6 +56,10 @@ PATCH_DEPENDS+= ${BUILD_DEPENDS} .endif .if ${PORT_OPTIONS:MX11} +post-patch: + @${REINPLACE_CMD} -Ee 's@(\+|/)(lablgtk2)@\1site-lib/\2@' \ + ${WRKSRC}/Makefile.OCaml + post-build: @${ECHO} Building text-only version @${ECHO} ${WRKSRC} -- cgit