1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 1.6.8.

Switch to gnu89 mode so building with clang works.

PR:		ports/173596
Submitted by:	Mike Stupalov <landy2005@gmail.com>
Approved by:	janos.mohacsi@bsd.hu (maintainer timeout)
Feature safe:	yes
This commit is contained in:
Wesley Shields 2012-12-02 02:43:25 +00:00
parent e26f33a258
commit 432d08d725
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308086
2 changed files with 6 additions and 5 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= nfdump
PORTVERSION= 1.6.6
PORTREVISION= 2
PORTVERSION= 1.6.8
CATEGORIES= net-mgmt
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
@ -15,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/BSD-license.txt
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE= yes
USE_CSTD= gnu89
#flow-tools support
OPTIONS_DEFINE= FT2NFDUMP NFPROFILE FIXTIMEBUG READPCAP NFTRACK \
@ -39,7 +39,8 @@ CONFIGURE_ARGS+= --enable-compat15
CONFIGURE_ARGS+= --disable-compat15
.endif
PLIST_FILES= bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay
PLIST_FILES= bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay \
bin/nftrack
MAN1= nfanon.1 nfcapd.1 nfdump.1 nfexpire.1 nfreplay.1
MAN1+= ft2nfdump.1 nfprofile.1 sfcapd.1
PORTDOCS= AUTHORS ChangeLog INSTALL README

View File

@ -1,2 +1,2 @@
SHA256 (nfdump-1.6.6.tar.gz) = 32e74310c2ca1a622dcca5dd63d0bed40e13d851ba62fff249887682ed77e485
SIZE (nfdump-1.6.6.tar.gz) = 651348
SHA256 (nfdump-1.6.8.tar.gz) = 4b2306d7a26f2f81228e7d3bbeb06df42e903dec9b351c770c474bd97d74a8d6
SIZE (nfdump-1.6.8.tar.gz) = 672158