From a3abb00d64872ee110196bae6bfd2e68ea5be8a9 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 8 May 2017 10:05:27 +0000 Subject: [PATCH] - Fix shebangs - Limit py version - Bump PORTREVISION --- ports-mgmt/portell/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ports-mgmt/portell/Makefile b/ports-mgmt/portell/Makefile index 5c6e3fc12192..55279fd0001e 100644 --- a/ports-mgmt/portell/Makefile +++ b/ports-mgmt/portell/Makefile @@ -3,7 +3,7 @@ PORTNAME= portell PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ports-mgmt MASTER_SITES= http://www.freebsdcluster.org/~mich/software/ @@ -12,7 +12,8 @@ COMMENT= Quick display of FreeBSD port descriptions RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsddb>0:databases/py-bsddb -USES= python zip +USES= python:-2.7 shebangfix zip +SHEBANG_FILES= *.py NO_BUILD= yes PLIST_FILES= bin/portell