svn commit: r357705 - head/misc/pastebinit
Antoine Brodin
antoine at FreeBSD.org
Fri Jun 13 18:00:35 UTC 2014
Author: antoine
Date: Fri Jun 13 18:00:34 2014
New Revision: 357705
URL: http://svnweb.freebsd.org/changeset/ports/357705
QAT: https://qat.redports.org/buildarchive/r357705/
Log:
Fix runtime
Modified:
head/misc/pastebinit/Makefile
Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile Fri Jun 13 17:58:52 2014 (r357704)
+++ head/misc/pastebinit/Makefile Fri Jun 13 18:00:34 2014 (r357705)
@@ -2,6 +2,7 @@
PORTNAME= pastebinit
PORTVERSION= 1.3.1
+PORTREVISION= 1
CATEGORIES= misc python
MASTER_SITES= https://launchpadlibrarian.net/106457425/
@@ -12,8 +13,11 @@ LICENSE= GPLv2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj
-USES= tar:bzip2
+USES= shebangfix tar:bzip2
USE_PYTHON= yes
+SHEBANG_FILES= pastebinit
+python_OLD_CMD= /usr/bin/env python
+python_CMD= ${PYTHON_CMD}
NO_BUILD= yes
PLIST_FILES= bin/pastebinit
More information about the svn-ports-all
mailing list