aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-ranger/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-13 11:02:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-13 11:02:49 +0000
commitb4f127b1562f8cfc0695b7e743828395cab0e08f (patch)
treeb7059c3eb208b87b7568bd87f6cd7d4f31b18216 /sysutils/py-ranger/Makefile
parentd1db3c49d3e594d77b3c975a01de5ce091f0afce (diff)
Notes
Diffstat (limited to 'sysutils/py-ranger/Makefile')
-rw-r--r--sysutils/py-ranger/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/py-ranger/Makefile b/sysutils/py-ranger/Makefile
index d1628bd93e55..794000c08cd8 100644
--- a/sysutils/py-ranger/Makefile
+++ b/sysutils/py-ranger/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= ranger
-PORTVERSION= 1.6.1
-PORTREVISION= 2
+PORTVERSION= 1.7.1
CATEGORIES= sysutils python
MASTER_SITES= http://ranger.nongnu.org/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= linpct@gmail.com
COMMENT= Ranger is a file manager with VI key bindings
-USES= python
-USE_PYTHON= distutils
+LICENSE= GPLv3
+
+USES= python shebangfix
+SHEBANG_FILES= doc/tools/convert_papermode_to_metadata.py
+python_OLD_CMD= /bin/python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|setuptools|distutils.core|; s|share/man/man|man/man|;s|share/doc|doc|' ${WRKSRC}/${PYSETUP}