diff options
author | koobs <koobs@FreeBSD.org> | 2013-12-04 22:08:03 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-12-04 22:08:03 +0800 |
commit | 67b00be1eb575b14f7e183b438164e2a077bec1a (patch) | |
tree | 754b3663485f9b13ff4b8f3685115ac80f066624 /www | |
parent | bfa77c61f4e4cf73ab2024e70078cd760599c09b (diff) | |
download | freebsd-ports-gnome-67b00be1eb575b14f7e183b438164e2a077bec1a.tar.gz freebsd-ports-gnome-67b00be1eb575b14f7e183b438164e2a077bec1a.tar.zst freebsd-ports-gnome-67b00be1eb575b14f7e183b438164e2a077bec1a.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 'www')
-rw-r--r-- | www/blastbeat/Makefile | 4 | ||||
-rw-r--r-- | www/mongrel2/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
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 |