net-mgmt/nfdump: update 1.6.16 -> 1.6.17

Relnotes:	https://github.com/phaag/nfdump/releases
This commit is contained in:
Kurt Jaeger 2018-05-12 18:50:57 +00:00
parent 04f57aefe5
commit 4c99d3f3ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469752
3 changed files with 6 additions and 25 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nfdump
PORTVERSION= 1.6.16
PORTVERSION= 1.6.17
DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
@ -12,7 +12,7 @@ COMMENT= Command-line tools to collect and process NetFlow data
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/BSD-license.txt
USES= autoreconf libtool
USES= autoreconf libtool pkgconfig
GNU_CONFIGURE= yes
USE_CSTD= gnu89
USE_LDCONFIG= yes
@ -95,6 +95,7 @@ PLIST_FILES+= bin/ft2nfdump man/man1/ft2nfdump.1.gz
.if ${PORT_OPTIONS:MREADPCAP}
CONFIGURE_ARGS+= --enable-readpcap
LIB_DEPENDS+= libpcap.so:net/libpcap
.else
CONFIGURE_ARGS+= --disable-readpcap
.endif

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1510342441
SHA256 (phaag-nfdump-v1.6.16_GH0.tar.gz) = b18479215c51a98fbdf973ef548464780e7a9d9f7fe73e4fab9ab7ec8a3bdc8f
SIZE (phaag-nfdump-v1.6.16_GH0.tar.gz) = 1814857
TIMESTAMP = 1524474258
SHA256 (phaag-nfdump-v1.6.17_GH0.tar.gz) = f71c2c57bdcd0731b2cfecf6d45f9bf57fc7c946858644caf829f738c67c393d
SIZE (phaag-nfdump-v1.6.17_GH0.tar.gz) = 560889

View File

@ -1,20 +0,0 @@
--- configure.orig 2014-08-10 13:37:42.000000000 +0200
+++ configure 2014-08-10 13:39:21.000000000 +0200
@@ -4975,7 +4975,7 @@
# Check whether --enable-nfprofile was given.
-if test "${enable_nfprofile+set}" = set; then :
+if test "x${enable_nfprofile}" = xyes; then :
enableval=$enable_nfprofile;
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }
@@ -5099,7 +5099,7 @@
# Check whether --enable-nftrack was given.
-if test "${enable_nftrack+set}" = set; then :
+if test "x${enable_nftrack}" = xyes; then :
enableval=$enable_nftrack;
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rrd_update in -lrrd" >&5
$as_echo_n "checking for rrd_update in -lrrd... " >&6; }