svn commit: r463039 - head/www/py-kallithea

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 26 19:18:46 UTC 2018


Author: amdmi3
Date: Mon Feb 26 19:18:46 2018
New Revision: 463039
URL: https://svnweb.freebsd.org/changeset/ports/463039

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/www/py-kallithea/Makefile

Modified: head/www/py-kallithea/Makefile
==============================================================================
--- head/www/py-kallithea/Makefile	Mon Feb 26 18:57:17 2018	(r463038)
+++ head/www/py-kallithea/Makefile	Mon Feb 26 19:18:46 2018	(r463039)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kallithea
 PORTVERSION=	0.3.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -39,7 +39,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:ww
 		${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt@${FLAVOR} \
 		mercurial>=2.9:devel/mercurial
 
-USES=		python:2.7
+USES=		python:2.7 shebangfix
+SHEBANG_FILES=	kallithea/tests/scripts/manual_test_crawler.py
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list