svn commit: r388643 - head/security/py-twofish
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 5 21:10:29 UTC 2015
Author: amdmi3
Date: Fri Jun 5 21:10:28 2015
New Revision: 388643
URL: https://svnweb.freebsd.org/changeset/ports/388643
Log:
- Fix shebangs
MFH: 2015Q2
Modified:
head/security/py-twofish/Makefile
Modified: head/security/py-twofish/Makefile
==============================================================================
--- head/security/py-twofish/Makefile Fri Jun 5 21:10:18 2015 (r388642)
+++ head/security/py-twofish/Makefile Fri Jun 5 21:10:28 2015 (r388643)
@@ -3,7 +3,7 @@
PORTNAME= twofish
PORTVERSION= 0.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= SF/${PORTNAME}-py/${PORTNAME}-py/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ DISTNAME= twofishmodule-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Twofish cryptographic module for Python
-USES= python:2
+USES= python:2 shebangfix
+SHEBANG_FILES= cryptfile.py decryptfile.py
GNU_CONFIGURE= yes
CFLAGS+= -fPIC
More information about the svn-ports-all
mailing list