Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2020 17:41:49 +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: r523584 - head/net/tcpflow
Message-ID:  <202001191741.00JHfn8a029662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Jan 19 17:41:49 2020
New Revision: 523584
URL: https://svnweb.freebsd.org/changeset/ports/523584

Log:
  Drop python27 dependency

Modified:
  head/net/tcpflow/Makefile

Modified: head/net/tcpflow/Makefile
==============================================================================
--- head/net/tcpflow/Makefile	Sun Jan 19 17:36:19 2020	(r523583)
+++ head/net/tcpflow/Makefile	Sun Jan 19 17:41:49 2020	(r523584)
@@ -3,9 +3,9 @@
 
 PORTNAME=	tcpflow
 PORTVERSION=	1.5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
-MASTER_SITES=	http://digitalcorpora.org/downloads/${PORTNAME}/
+MASTER_SITES=	http://downloads.digitalcorpora.org/downloads/${PORTNAME}/
 
 MAINTAINER=	antoine@FreeBSD.org
 COMMENT=	Program that captures data transmitted as part of TCP connections
@@ -19,12 +19,13 @@ LIB_DEPENDS=	libcairo.so:graphics/cairo \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		python:2.7 ssl xorg
+USES=		ssl xorg
 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 \
-		ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no
+		ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \
+		ac_cv_header_python2_7_Python_h=no ac_cv_lib_python2_7_Py_Initialize=no
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001191741.00JHfn8a029662>