diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-03-27 15:21:15 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-03-27 15:21:15 +0000 |
commit | f1c467ec5dcf33eb073797cdce2879c5835d525f (patch) | |
tree | 1b8b234224c227225d1b2216874250310bc7398f /net/ntopng/Makefile | |
parent | 3a4aba51ece89fc4f8f3d7c927d9b9c6a059a74c (diff) | |
download | ports-f1c467ec5dcf33eb073797cdce2879c5835d525f.tar.gz ports-f1c467ec5dcf33eb073797cdce2879c5835d525f.zip |
- Update nDPI to 3.2.d20200324
- Update ntopng to 4.0.d20200326
Reported by: Victor Hooi <victorhooi@yahoo.com>
Notes
Notes:
svn path=/head/; revision=529260
Diffstat (limited to 'net/ntopng/Makefile')
-rw-r--r-- | net/ntopng/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index 7d4f54c8e4c6..fbfe2fd23f92 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 3.8.d20191111 +PORTVERSION= 4.0.d20200326 PORTEPOCH= 1 CATEGORIES= net @@ -36,7 +36,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}" USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 2c6a3fe +GH_TAGNAME= 6d3ebbc CPE_VENDOR= ntop @@ -51,11 +51,14 @@ USE_RC_SUBR= ntopng post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/configure.seed + @${REINPLACE_CMD} -e 's/bind(/::bind(/' \ + ${WRKSRC}/src/SyslogCollectorInterface.cpp cd ${WRKSRC} && ${SH} autogen.sh post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ntopng ${MKDIR} ${STAGEDIR}/var/db/ntopng ${INSTALL_SCRIPT} ${WRKDIR}/ntopng-geoip2update.sh ${STAGEDIR}${PREFIX}/bin + ${RM} ${STAGEDIR}${DATADIR}/httpdocs/misc/ntopng-utils-manage-updates .include <bsd.port.mk> |