From owner-svn-ports-all@FreeBSD.ORG Sat Jan 3 14:03:32 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17507B34; Sat, 3 Jan 2015 14:03:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 036971C65; Sat, 3 Jan 2015 14:03:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t03E3VWd065501; Sat, 3 Jan 2015 14:03:31 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t03E3V1r065500; Sat, 3 Jan 2015 14:03:31 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201501031403.t03E3V1r065500@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Sat, 3 Jan 2015 14:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376114 - head/devel/ntopng-zmq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 14:03:32 -0000 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