From 67b00be1eb575b14f7e183b438164e2a077bec1a Mon Sep 17 00:00:00 2001 From: koobs Date: Wed, 4 Dec 2013 14:08:03 +0000 Subject: 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 (maintainer, via email) --- www/blastbeat/Makefile | 4 ++-- www/mongrel2/Makefile | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile index 76a7d0461d55..e0a0f8996b5d 100644 --- a/www/blastbeat/Makefile +++ b/www/blastbeat/Makefile @@ -3,7 +3,7 @@ PORTNAME= blastbeat PORTVERSION= 20121205 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= GH GHC @@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept LIB_DEPENDS= ev:${PORTSDIR}/devel/libev \ uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - zmq:${PORTSDIR}/devel/zmq + zmq:${PORTSDIR}/net/libzmq2 USE_GMAKE= yes USE_GITHUB= yes diff --git a/www/mongrel2/Makefile b/www/mongrel2/Makefile index eff977e56512..b6386ae22bf2 100644 --- a/www/mongrel2/Makefile +++ b/www/mongrel2/Makefile @@ -3,13 +3,14 @@ PORTNAME= mongrel2 PORTVERSION= 1.7.5 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://mongrel2.org/static/downloads/ MAINTAINER= vg@FreeBSD.org COMMENT= Is an application, language, and network arch -LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq \ +LIB_DEPENDS= zmq.1:${PORTSDIR}/net/libzmq2 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 USE_GMAKE= yes -- cgit