svn commit: r372387 - head/misc/pastebinit

Antoine Brodin antoine at FreeBSD.org
Mon Nov 10 09:41:15 UTC 2014


Author: antoine
Date: Mon Nov 10 09:41:14 2014
New Revision: 372387
URL: https://svnweb.freebsd.org/changeset/ports/372387
QAT: https://qat.redports.org/buildarchive/r372387/

Log:
  Fix runtime error

Modified:
  head/misc/pastebinit/Makefile

Modified: head/misc/pastebinit/Makefile
==============================================================================
--- head/misc/pastebinit/Makefile	Mon Nov 10 09:40:01 2014	(r372386)
+++ head/misc/pastebinit/Makefile	Mon Nov 10 09:41:14 2014	(r372387)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pastebinit
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	misc python
 MASTER_SITES=	https://launchpad.net/pastebinit/trunk/${PORTVERSION}/+download/
 
@@ -16,6 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}conf
 USES=		python:run shebangfix tar:bzip2
 SHEBANG_FILES=	pastebinit
 python_OLD_CMD=	/usr/bin/python3
+python_CMD=	${PYTHON_CMD}
 NO_BUILD=	yes
 
 PLIST_FILES=	bin/pastebinit


More information about the svn-ports-all mailing list