diff options
author | antoine <antoine@FreeBSD.org> | 2018-10-06 17:59:23 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-10-06 17:59:23 +0800 |
commit | 60ac989f814dcf5754dc91faa1befb60d0532a54 (patch) | |
tree | c534507775804eca54d8142ca13f674be97d3f34 /net/tcpflow | |
parent | d13d2feba76500522492301bc5f6192f0628d7b7 (diff) | |
download | freebsd-ports-gnome-60ac989f814dcf5754dc91faa1befb60d0532a54.tar.gz freebsd-ports-gnome-60ac989f814dcf5754dc91faa1befb60d0532a54.tar.zst freebsd-ports-gnome-60ac989f814dcf5754dc91faa1befb60d0532a54.zip |
Update to 1.5.0
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 19 | ||||
-rw-r--r-- | net/tcpflow/distinfo | 6 |
2 files changed, 11 insertions, 14 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 98900c79eba3..a16641dace82 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tcpflow -PORTVERSION= 1.4.5 -PORTREVISION= 8 +PORTVERSION= 1.5.0 CATEGORIES= net MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ @@ -11,11 +10,16 @@ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:devel/boost-libs -LIB_DEPENDS= libcairo.so:graphics/cairo +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libexpat.so:textproc/expat2 \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 -USES= ssl +USES= python:2.7 ssl +USE_XORG= pixman GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \ @@ -24,12 +28,5 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz -PORTDOCS= AUTHORS ChangeLog NEWS README - -OPTIONS_DEFINE= DOCS - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/net/tcpflow/distinfo b/net/tcpflow/distinfo index e719b5612a48..e489f3ba4d47 100644 --- a/net/tcpflow/distinfo +++ b/net/tcpflow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474383833 -SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 -SIZE (tcpflow-1.4.5.tar.gz) = 450450 +TIMESTAMP = 1534763117 +SHA256 (tcpflow-1.5.0.tar.gz) = 20abe3353a49a13dcde17ad318d839df6312aa6e958203ea710b37bede33d988 +SIZE (tcpflow-1.5.0.tar.gz) = 471429 |