diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-12 18:50:56 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2021-03-12 18:50:56 +0000 |
commit | ec4835bc790f244396ba17ef11bb9cfaf31fc83a (patch) | |
tree | 20960b9aaa3b665cc5e9eff316f505acd51d44fa /net/ntopng/Makefile | |
parent | 3dd0bbe2165979ffd69a6ff94db58432963259ba (diff) | |
download | ports-ec4835bc790f244396ba17ef11bb9cfaf31fc83a.tar.gz ports-ec4835bc790f244396ba17ef11bb9cfaf31fc83a.zip |
Update ntopng to latest upstream branch snapshot.
Notes
Notes:
svn path=/head/; revision=568196
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 e280a4c8247b..9e1c69c8661d 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 4.2.d20210122 +PORTVERSION= 4.2.d20210309 PORTEPOCH= 1 CATEGORIES= net @@ -40,7 +40,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}" USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= e91b1b5 +GH_TAGNAME= 0139dd5 CPE_VENDOR= ntop |