svn commit: r388405 - branches/2015Q2/www/py-GinGin

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 23:30:55 UTC 2015


Author: amdmi3
Date: Tue Jun  2 23:30:55 2015
New Revision: 388405
URL: https://svnweb.freebsd.org/changeset/ports/388405

Log:
  MFH: r387013
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/py-GinGin/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/py-GinGin/Makefile
==============================================================================
--- branches/2015Q2/www/py-GinGin/Makefile	Tue Jun  2 23:29:46 2015	(r388404)
+++ branches/2015Q2/www/py-GinGin/Makefile	Tue Jun  2 23:30:55 2015	(r388405)
@@ -3,6 +3,7 @@
 
 PORTNAME=	GinGin
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,9 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_SITELIBDIR}/fcgi.py:${PORTSDIR}/www/py-fcgi
 
-USES=		python:2
+USES=		python:2 shebangfix
+SHEBANG_FILES=	GinGin/data/config.py.example
+python_OLD_CMD=	env python
 USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list