svn commit: r438708 - head/www/py-cherrypy
Martin Wilke
miwi at FreeBSD.org
Mon Apr 17 15:58:12 UTC 2017
Author: miwi
Date: Mon Apr 17 15:58:10 2017
New Revision: 438708
URL: https://svnweb.freebsd.org/changeset/ports/438708
Log:
- Fix shebang
Modified:
head/www/py-cherrypy/Makefile
Modified: head/www/py-cherrypy/Makefile
==============================================================================
--- head/www/py-cherrypy/Makefile Mon Apr 17 15:58:03 2017 (r438707)
+++ head/www/py-cherrypy/Makefile Mon Apr 17 15:58:10 2017 (r438708)
@@ -3,6 +3,7 @@
PORTNAME= cherrypy
PORTVERSION= 5.4.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,8 +22,9 @@ OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
-USES= python
+USES= python shebangfix
USE_PYTHON= distutils autoplist
+SHEBANG_FILES= cherrypy/cherryd
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list