aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-12-04 22:08:03 +0800
committerKubilay Kocak <koobs@FreeBSD.org>2013-12-04 22:08:03 +0800
commitc71b83c89e150096e612d4127bf56eb961f7cb18 (patch)
tree754b3663485f9b13ff4b8f3685115ac80f066624 /textproc
parent6c803a1da7a57d3ad2040622bacc669dc80cbbae (diff)
downloadfreebsd-ports-gnome-c71b83c89e150096e612d4127bf56eb961f7cb18.tar.gz
freebsd-ports-gnome-c71b83c89e150096e612d4127bf56eb961f7cb18.tar.zst
freebsd-ports-gnome-c71b83c89e150096e612d4127bf56eb961f7cb18.zip
devel/zmq: Move to net/libzmq2 & update to align with other ZeroMQ ports
All other core ZeroMQ library ports have been moved to the net/ category along with the czmq client library. This change completes the set, enabling greater flexibility and choice for maintainers of ZeroMQ-based software in the ports tree. - Move devel/zmq to net/libzmq2 - Update devel/ and net/ category Makefiles - Add MOVED entry - Update LIB_DEPENDS in dependent ports net/libzmq2: - Switch primary category to net - Enable STAGE support - Add DEBUG option - Update COMMENT to match libzmq[34] - Update pkg-descr to match libzmq[34] - Update CONFLICTS - Add LICENSE - Sort USE_* section - Remove MAN macros and move entries to pkg-plist - Add regression-test target for QA Reviewed by: makc Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer, via email)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile3
-rw-r--r--textproc/rubygem-zmq/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 685bdeb92f5f..f9e9b679ed34 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -2,6 +2,7 @@
PORTNAME= groonga
PORTVERSION= 3.0.0
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://packages.groonga.org/source/groonga/
@@ -56,7 +57,7 @@ CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} \
--enable-zeromq
LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent \
msgpack:${PORTSDIR}/devel/msgpack \
- zmq:${PORTSDIR}/devel/zmq
+ zmq:${PORTSDIR}/net/libzmq2
PLIST_SUB+= SUGGEST=""
.else
CONFIGURE_ARGS+= --without-libevent \
diff --git a/textproc/rubygem-zmq/Makefile b/textproc/rubygem-zmq/Makefile
index 8fa0695cba47..a1661f973944 100644
--- a/textproc/rubygem-zmq/Makefile
+++ b/textproc/rubygem-zmq/Makefile
@@ -2,13 +2,14 @@
PORTNAME= zmq
PORTVERSION= 2.1.4
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby ZeroMQ gem
-LIB_DEPENDS= zmq:${PORTSDIR}/devel/zmq
+LIB_DEPENDS= zmq:${PORTSDIR}/net/libzmq2
USE_RUBY= yes
USE_RUBYGEMS= yes