1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update devel/tcpflow to 1.4.0 final

- Use the new LIB_DEPENDS syntax
This commit is contained in:
Antoine Brodin 2013-08-18 17:32:15 +00:00
parent cb437e1440
commit 43f056f961
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324931
2 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tcpflow
DISTVERSION= 1.4.0b1
PORTVERSION= 1.4.0
CATEGORIES= net
MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/
@ -12,7 +12,7 @@ COMMENT= Program that captures data transmitted as part of TCP connections
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo
LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
@ -27,6 +27,11 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
.include <bsd.port.options.mk>
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
# Needed for __sync_add_and_fetch_8
CFLAGS+= -march=i586
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}

View File

@ -1,2 +1,2 @@
SHA256 (tcpflow-1.4.0b1.tar.gz) = 4d7a9e2dc7cd8637837a6af61a05825a1285333a23264333bccf5d01c8aed29d
SIZE (tcpflow-1.4.0b1.tar.gz) = 428714
SHA256 (tcpflow-1.4.0.tar.gz) = e177ccca0e683ffd3311317e9062b7d1116be45a8d7b2a92e7896c26a49997e1
SIZE (tcpflow-1.4.0.tar.gz) = 407046