aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/feather
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
committerantoine <antoine@FreeBSD.org>2018-02-19 19:10:43 +0800
commit16a04e9b881e61b48e43444a26db1c5e401d7efc (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /sysutils/feather
parenta7c90a608e4fee40a557fa793e68d2e26c67c1ed (diff)
downloadfreebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.gz
freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.tar.zst
freebsd-ports-gnome-16a04e9b881e61b48e43444a26db1c5e401d7efc.zip
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Diffstat (limited to 'sysutils/feather')
-rw-r--r--sysutils/feather/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/feather/Makefile b/sysutils/feather/Makefile
index 9739d2adeb21..5d13d4ea8483 100644
--- a/sysutils/feather/Makefile
+++ b/sysutils/feather/Makefile
@@ -4,7 +4,7 @@
PORTNAME= feather
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
MAINTAINER= ports@FreeBSD.org
@@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR} \
USE_GITHUB= yes
GH_ACCOUNT= danrue
-USES= python:2,run shebangfix
+USES= python:2.7,run shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes