svn commit: r421611 - head/ports-mgmt/fastest_sites

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 9 12:02:46 UTC 2016


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 at 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}


More information about the svn-ports-head mailing list