aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbofh <bofh@FreeBSD.org>2015-01-03 22:03:30 +0800
committerbofh <bofh@FreeBSD.org>2015-01-03 22:03:30 +0800
commit961d9e6c94fbcd52df781ac35ee9a7d08ef34a5f (patch)
tree576481618cde1281ed13ed6ce1e3dbc596b87963 /devel
parentd87e53c0979d4717fcd4b5ecfd45d78711758bc2 (diff)
downloadfreebsd-ports-gnome-961d9e6c94fbcd52df781ac35ee9a7d08ef34a5f.tar.gz
freebsd-ports-gnome-961d9e6c94fbcd52df781ac35ee9a7d08ef34a5f.tar.zst
freebsd-ports-gnome-961d9e6c94fbcd52df781ac35ee9a7d08ef34a5f.zip
devel/ntopng-zmq: Mark DEPRECATED
net/ntopng had a dependency of a specific version of libzmq to this port. After upgrading to 1.2.1 this version is no longer required as it builds fine with current net/libzmq3. Differential Revision: https://reviews.freebsd.org/D1424 Approved by: marino(mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/ntopng-zmq/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ntopng-zmq/Makefile b/devel/ntopng-zmq/Makefile
index a7dc18d97cb8..59d4771500c9 100644
--- a/devel/ntopng-zmq/Makefile
+++ b/devel/ntopng-zmq/Makefile
@@ -14,6 +14,9 @@ COMMENT= NTOPNG specific ZMQ library
LICENSE= LGPL3
+DEPRECATED= No longer required after net/ntopng 1.1
+EXPIRATION_DATE= 2015-02-04
+
CONFIGURE_ARGS= --disable-silent-rules --without-documentation
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes