diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2019-03-29 01:21:22 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2019-03-29 01:21:22 +0000 |
commit | e11810002e90ecab331aec100488f8e204dc1e2a (patch) | |
tree | c0f46b8042ddd774c2f376f88002334658bd23db /net/ntopng/Makefile | |
parent | 3445be9c574e6a97d922de9fe5dae1feb3c67716 (diff) | |
download | ports-e11810002e90ecab331aec100488f8e204dc1e2a.tar.gz ports-e11810002e90ecab331aec100488f8e204dc1e2a.zip |
Upgrade ntopng to 3.8.d20190327
Notes
Notes:
svn path=/head/; revision=497065
Diffstat (limited to 'net/ntopng/Makefile')
-rw-r--r-- | net/ntopng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index a2d420362adf..d4bf318f0338 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 3.8.d20190301 +PORTVERSION= 3.8.d20190327 PORTEPOCH= 1 CATEGORIES= net @@ -36,7 +36,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}" USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= b287827 +GH_TAGNAME= c5da74a CPE_VENDOR= ntop |