diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-20 16:33:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-09-20 16:33:05 +0000 |
commit | 934b8606a837a64dd80e57604df990e9942f54e3 (patch) | |
tree | 6928738d11b4c6d7b31aa0a12b6236eef3bb7a12 /net/tcpflow | |
parent | Update to 20160918 (diff) |
Fix MASTER_SITES and switch to USES=ssl
Notes
Notes:
svn path=/head/; revision=422514
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 4 | ||||
-rw-r--r-- | net/tcpflow/distinfo | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 87b41d2eb4a3..da29b1e8162a 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -4,7 +4,7 @@ PORTNAME= tcpflow PORTVERSION= 1.4.5 CATEGORIES= net -MASTER_SITES= http://www.digitalcorpora.org/downloads/${PORTNAME}/ +MASTER_SITES= http://digitalcorpora.org/downloads/${PORTNAME}/ MAINTAINER= antoine@FreeBSD.org COMMENT= Program that captures data transmitted as part of TCP connections @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/icl/interval.hpp:devel/boost-libs LIB_DEPENDS= libcairo.so:graphics/cairo -USE_OPENSSL= yes +USES= ssl 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 \ diff --git a/net/tcpflow/distinfo b/net/tcpflow/distinfo index 8aa35da7b477..e719b5612a48 100644 --- a/net/tcpflow/distinfo +++ b/net/tcpflow/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1474383833 SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 SIZE (tcpflow-1.4.5.tar.gz) = 450450 |