Date: Fri, 9 Sep 2016 12:02:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421611 - head/ports-mgmt/fastest_sites Message-ID: <201609091202.u89C2j5H064155@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Sep 9 12:02:45 2016 New Revision: 421611 URL: https://svnweb.freebsd.org/changeset/ports/421611 Log: - Fix python shebang PR: 191106 Submitted by: fred@fredcondo.net Approved by: maintainer timeout (wxs, 2 years) Modified: head/ports-mgmt/fastest_sites/Makefile Modified: head/ports-mgmt/fastest_sites/Makefile ============================================================================== --- head/ports-mgmt/fastest_sites/Makefile Fri Sep 9 11:18:17 2016 (r421610) +++ head/ports-mgmt/fastest_sites/Makefile Fri Sep 9 12:02:45 2016 (r421611) @@ -2,6 +2,7 @@ PORTNAME= fastest_sites PORTVERSION= 20110317 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://www.semicomplete.com/files/fastest_sites/ EXTRACT_SUFX= .py @@ -14,6 +15,7 @@ NO_BUILD= yes PLIST_FILES= bin/fastest_sites SHEBANG_FILES= fastest_sites-${PORTVERSION}.py +python_OLD_CMD= /usr/local/bin/python do-extract: @${MKDIR} ${WRKSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609091202.u89C2j5H064155>