1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

Update ntopng to latest upstream branch snapshot.

This commit is contained in:
Guido Falsi 2021-03-12 18:50:56 +00:00
parent 3dd0bbe216
commit ec4835bc79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=568196
4 changed files with 11 additions and 14 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1611571552
SHA256 (ntop-ntopng-4.2.d20210122-e91b1b5_GH0.tar.gz) = cab743b41b2db631d3134e6745f8328261b13c0cb5cda3d9260fd26ae712f39e
SIZE (ntop-ntopng-4.2.d20210122-e91b1b5_GH0.tar.gz) = 57562463
TIMESTAMP = 1615504643
SHA256 (ntop-ntopng-4.2.d20210309-0139dd5_GH0.tar.gz) = e5863b264a793ddf1ed8e5730430cd7ef2dd63abe2251e1a89aa3c8477b38601
SIZE (ntop-ntopng-4.2.d20210309-0139dd5_GH0.tar.gz) = 57566450

View File

@ -1,4 +1,4 @@
--- configure.seed.orig 2021-01-22 10:38:16 UTC
--- configure.seed.orig 2021-03-10 17:29:02 UTC
+++ configure.seed
@@ -4,7 +4,7 @@ dnl> Do not add anything above
@ -9,7 +9,7 @@
AC_PROG_CPP
AC_PROG_CXX
@@ -77,33 +77,8 @@ fi
@@ -128,33 +128,8 @@ fi
# On CentOS 6 `git rev-list HEAD --count` does not work
#
#
@ -44,7 +44,7 @@
SHORT_MACHINE=`uname -m | cut -b1-3`
GIT_RELEASE="@GIT_RELEASE@"
@@ -233,7 +208,7 @@ else
@@ -298,7 +273,7 @@ else
fi
fi
@ -53,7 +53,7 @@
AC_MSG_CHECKING(for ntopng professional edition)
@@ -678,16 +653,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
@@ -716,11 +691,6 @@ AC_DEFINE_UNQUOTED(_CRT_SECURE_NO_WARNINGS, 1, [Disabl
GMAKE=`which gmake`
if test x$GMAKE = x; then
GMAKE="make"
@ -62,11 +62,6 @@
-GIT=`which git`
-if test x$GIT = x; then
- AC_MSG_RESULT(FATAL ERROR: git is not installed on your host)
-fi
-
-WGET=`which wget`
-if test x$WGET = x; then
- AC_MSG_RESULT(ERROR. wget is not installed on your host: you cannot download GeoIP data)
fi
umask 002

View File

@ -2749,6 +2749,8 @@ man/man8/ntopng.8.gz
%%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_endpoint.template
%%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_recipient.template
%%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/alert_endpoints/sqlite.lua
%%DATADIR%%/scripts/plugins/endpoints/syslog_alert_endpoint/http_lint.lua
%%DATADIR%%/scripts/plugins/endpoints/syslog_alert_endpoint/locales/en.lua
%%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/manifest.lua
%%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/templates/sqlite_endpoint.template
%%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/templates/sqlite_recipient.template