Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 2017 07:34:27 +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: r455819 - head/net/flowgrep
Message-ID:  <201712090734.vB97YRYW088928@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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