svn commit: r375448 - head/net/ntopng

Muhammad Moinur Rahman bofh at FreeBSD.org
Wed Dec 24 12:26:39 UTC 2014


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 at 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 at 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


More information about the svn-ports-head mailing list