Date: Wed, 24 Dec 2014 12:26:39 +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: r375448 - head/net/ntopng Message-ID: <201412241226.sBOCQdTU000444@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241226.sBOCQdTU000444>