Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jan 2015 14:03:31 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376114 - head/devel/ntopng-zmq
Message-ID:  <201501031403.t03E3V1r065500@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501031403.t03E3V1r065500>