svn commit: r376114 - head/devel/ntopng-zmq

Muhammad Moinur Rahman bofh at FreeBSD.org
Sat Jan 3 14:03:32 UTC 2015


Author: bofh
Date: Sat Jan  3 14:03:30 2015
New Revision: 376114
URL: https://svnweb.freebsd.org/changeset/ports/376114
QAT: https://qat.redports.org/buildarchive/r376114/

Log:
  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)

Modified:
  head/devel/ntopng-zmq/Makefile

Modified: head/devel/ntopng-zmq/Makefile
==============================================================================
--- head/devel/ntopng-zmq/Makefile	Sat Jan  3 14:01:09 2015	(r376113)
+++ head/devel/ntopng-zmq/Makefile	Sat Jan  3 14:03:30 2015	(r376114)
@@ -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


More information about the svn-ports-all mailing list