git: a08874f9512b - main - net/ntopng: Update to latest upstream commit, improve rc script.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Mar 2024 10:34:21 UTC
The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=a08874f9512bd092dee697036af2e11c3f7dd806 commit a08874f9512bd092dee697036af2e11c3f7dd806 Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2024-03-08 10:33:57 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2024-03-08 10:33:57 +0000 net/ntopng: Update to latest upstream commit, improve rc script. ntopng needs to start after redis. Add a redis REQUIRE to the rc script to make sure the correct order is applied. PR: 277507 --- net/ntopng/Makefile | 5 ++--- net/ntopng/distinfo | 6 +++--- net/ntopng/files/ntopng.in | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/net/ntopng/Makefile b/net/ntopng/Makefile index d75deed86053..281ca67edf31 100644 --- a/net/ntopng/Makefile +++ b/net/ntopng/Makefile @@ -1,6 +1,5 @@ PORTNAME= ntopng -PORTVERSION= 6.0.d20240102 -PORTREVISION= 1 +PORTVERSION= 6.0.d20240307 PORTEPOCH= 1 CATEGORIES= net @@ -41,7 +40,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}" USE_GITHUB= yes GH_TUPLE= ntop:ntopng-dist:dddc988:dist/httpdocs/dist GH_ACCOUNT= ntop -GH_TAGNAME= 1a85a3d1 +GH_TAGNAME= 1229d40d CPE_VENDOR= ntop diff --git a/net/ntopng/distinfo b/net/ntopng/distinfo index d1227adafe78..fba0c3714303 100644 --- a/net/ntopng/distinfo +++ b/net/ntopng/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1704289138 -SHA256 (ntop-ntopng-6.0.d20240102-1a85a3d1_GH0.tar.gz) = 56d5ed490bbff3eb2b599ed0cf61c2bb2f10d3bf274a286c6642678b59eb247d -SIZE (ntop-ntopng-6.0.d20240102-1a85a3d1_GH0.tar.gz) = 68317371 +TIMESTAMP = 1709883909 +SHA256 (ntop-ntopng-6.0.d20240307-1229d40d_GH0.tar.gz) = cf25a7a530a8d3a6cdda9d2adc6a2aed1ef7864320c30f50a18fb657cf315b67 +SIZE (ntop-ntopng-6.0.d20240307-1229d40d_GH0.tar.gz) = 68320590 SHA256 (ntop-ntopng-dist-dddc988_GH0.tar.gz) = 6b614c439506f3d9af89de7a821dc50baada7c56f15cdd28c31cae0a8ad7fb7d SIZE (ntop-ntopng-dist-dddc988_GH0.tar.gz) = 2887475 diff --git a/net/ntopng/files/ntopng.in b/net/ntopng/files/ntopng.in index 462f0a3f0603..8c0f3d2ddf67 100644 --- a/net/ntopng/files/ntopng.in +++ b/net/ntopng/files/ntopng.in @@ -1,7 +1,7 @@ #!/bin/sh # PROVIDE: ntopng -# REQUIRE: LOGIN netif mysql +# REQUIRE: LOGIN netif mysql redis # KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable ntopng: