Date: Tue, 20 Sep 2016 16:33:05 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422514 - head/net/tcpflow Message-ID: <201609201633.u8KGX5ch090722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 20 16:33:05 2016 New Revision: 422514 URL: https://svnweb.freebsd.org/changeset/ports/422514 Log: Fix MASTER_SITES and switch to USES=ssl Modified: head/net/tcpflow/Makefile head/net/tcpflow/distinfo Modified: head/net/tcpflow/Makefile ============================================================================== --- head/net/tcpflow/Makefile Tue Sep 20 16:32:03 2016 (r422513) +++ head/net/tcpflow/Makefile Tue Sep 20 16:33:05 2016 (r422514) @@ -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 \ Modified: head/net/tcpflow/distinfo ============================================================================== --- head/net/tcpflow/distinfo Tue Sep 20 16:32:03 2016 (r422513) +++ head/net/tcpflow/distinfo Tue Sep 20 16:33:05 2016 (r422514) @@ -1,2 +1,3 @@ +TIMESTAMP = 1474383833 SHA256 (tcpflow-1.4.5.tar.gz) = f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72 SIZE (tcpflow-1.4.5.tar.gz) = 450450
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201633.u8KGX5ch090722>