Date: Mon, 10 Nov 2014 09:41:15 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372387 - head/misc/pastebinit Message-ID: <201411100941.sAA9fFDP058153@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411100941.sAA9fFDP058153>