svn commit: r422514 - head/net/tcpflow

Antoine Brodin antoine at FreeBSD.org
Tue Sep 20 16:33:07 UTC 2016


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 at 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


More information about the svn-ports-head mailing list