mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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
This commit is contained in:
parent
65be6d6345
commit
a08874f951
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user