svn commit: r568196 - in head/net/ntopng: . files

Guido Falsi madpilot at FreeBSD.org
Fri Mar 12 18:50:57 UTC 2021


Author: madpilot
Date: Fri Mar 12 18:50:56 2021
New Revision: 568196
URL: https://svnweb.freebsd.org/changeset/ports/568196

Log:
  Update ntopng to latest upstream branch snapshot.

Modified:
  head/net/ntopng/Makefile
  head/net/ntopng/distinfo
  head/net/ntopng/files/patch-configure.seed
  head/net/ntopng/pkg-plist

Modified: head/net/ntopng/Makefile
==============================================================================
--- head/net/ntopng/Makefile	Fri Mar 12 18:50:44 2021	(r568195)
+++ head/net/ntopng/Makefile	Fri Mar 12 18:50:56 2021	(r568196)
@@ -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
 

Modified: head/net/ntopng/distinfo
==============================================================================
--- head/net/ntopng/distinfo	Fri Mar 12 18:50:44 2021	(r568195)
+++ head/net/ntopng/distinfo	Fri Mar 12 18:50:56 2021	(r568196)
@@ -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

Modified: head/net/ntopng/files/patch-configure.seed
==============================================================================
--- head/net/ntopng/files/patch-configure.seed	Fri Mar 12 18:50:44 2021	(r568195)
+++ head/net/ntopng/files/patch-configure.seed	Fri Mar 12 18:50:56 2021	(r568196)
@@ -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

Modified: head/net/ntopng/pkg-plist
==============================================================================
--- head/net/ntopng/pkg-plist	Fri Mar 12 18:50:44 2021	(r568195)
+++ head/net/ntopng/pkg-plist	Fri Mar 12 18:50:56 2021	(r568196)
@@ -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


More information about the svn-ports-head mailing list