Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 23:30:55 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r388405 - branches/2015Q2/www/py-GinGin
Message-ID:  <201506022330.t52NUtM3030107@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506022330.t52NUtM3030107>