svn commit: r393100 - head/security/arm
Dmitry Marakasov
amdmi3 at FreeBSD.org
Tue Jul 28 21:05:38 UTC 2015
Author: amdmi3
Date: Tue Jul 28 21:05:37 2015
New Revision: 393100
URL: https://svnweb.freebsd.org/changeset/ports/393100
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/security/arm/Makefile
Modified: head/security/arm/Makefile
==============================================================================
--- head/security/arm/Makefile Tue Jul 28 20:23:36 2015 (r393099)
+++ head/security/arm/Makefile Tue Jul 28 21:05:37 2015 (r393100)
@@ -3,6 +3,7 @@
PORTNAME= arm
DISTVERSION= 1.4.5.0
+PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= https://archive.torproject.org/arm/ \
http://www.c-s.li/ports/
@@ -14,7 +15,8 @@ COMMENT= Terminal status monitor for Tor
LICENSE= GPLv3
USE_PYTHON= distutils
-USES= python tar:bzip2
+USES= python shebangfix tar:bzip2
+SHEBANG_FILES= src/resources/torrcOverride/override.py
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
More information about the svn-ports-all
mailing list