svn commit: r455819 - head/net/flowgrep

Antoine Brodin antoine at FreeBSD.org
Sat Dec 9 07:34:28 UTC 2017


Author: antoine
Date: Sat Dec  9 07:34:27 2017
New Revision: 455819
URL: https://svnweb.freebsd.org/changeset/ports/455819

Log:
  - flowgrep doesn't work with python3
  - clean up DEPENDS

Modified:
  head/net/flowgrep/Makefile

Modified: head/net/flowgrep/Makefile
==============================================================================
--- head/net/flowgrep/Makefile	Sat Dec  9 07:29:40 2017	(r455818)
+++ head/net/flowgrep/Makefile	Sat Dec  9 07:34:27 2017	(r455819)
@@ -11,11 +11,11 @@ DISTNAME=	flowgrep-${PORTVERSION}
 MAINTAINER=	corsmith at gmail.com
 COMMENT=	TCP stream/UDP/IP payload 'grep' utility
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/nidsmodule.so:net/pynids
-
 LICENSE=	BSD4CLAUSE  # actually 3, but advertising clause is there
 
-USES=		python shebangfix
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pynids>=0:net/pynids@${PY_FLAVOR}
+
+USES=		python:2.7 shebangfix
 SHEBANG_FILES=	flowgrep.py
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-all mailing list