From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 12:26:39 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71A92E55; Wed, 24 Dec 2014 12:26:39 +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 5DA4166EFB; Wed, 24 Dec 2014 12:26:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOCQdOS000445; Wed, 24 Dec 2014 12:26:39 GMT (envelope-from bofh@FreeBSD.org) Received: (from bofh@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOCQdTU000444; Wed, 24 Dec 2014 12:26:39 GMT (envelope-from bofh@FreeBSD.org) Message-Id: <201412241226.sBOCQdTU000444@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bofh set sender to bofh@FreeBSD.org using -f From: Muhammad Moinur Rahman Date: Wed, 24 Dec 2014 12:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375448 - head/net/ntopng X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 12:26:39 -0000 Author: bofh Date: Wed Dec 24 12:26:38 2014 New Revision: 375448 URL: https://svnweb.freebsd.org/changeset/ports/375448 QAT: https://qat.redports.org/buildarchive/r375448/ Log: net/ntopng: Unbreak - Unbreak - Change EXTRACT_SUFX to USES PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196189 Differential Revision: https://reviews.freebsd.org/D1364 Submitted by: peter@pean.org #Reviewed by: marino Approved by: marino(mentor) #Obtained from: #MFC after: #MFH: #Relnotes: #Security: #Sponsored by: Modified: head/net/ntopng/Makefile Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Wed Dec 24 12:24:39 2014 (r375447) +++ head/net/ntopng/Makefile Wed Dec 24 12:26:38 2014 (r375448) @@ -3,27 +3,25 @@ PORTNAME= ntopng PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/ntop/${PORTNAME} -EXTRACT_SUFX= .tgz MAINTAINER= bofh@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 -BROKEN= Fails to link - LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool \ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ libndpi.so:${PORTSDIR}/net/ndpi \ - libzmq.so:${PORTSDIR}/net/libzmq4 + libzmq.so:${PORTSDIR}/net/libzmq3 USE_AUTOTOOLS= autoheader aclocal libtoolize USE_SQLITE= yes MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes -USES= gmake libtool pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig tar:tgz SUB_FILES= ntopng-geoipupdate.sh OPTIONS_DEFINE= GEOIP NLS