svn commit: r393101 - branches/2015Q3/security/arm

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 28 21:09:21 UTC 2015


Author: amdmi3
Date: Tue Jul 28 21:09:20 2015
New Revision: 393101
URL: https://svnweb.freebsd.org/changeset/ports/393101

Log:
  MFH: r393100
  
  - Fix shebangs
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q3/security/arm/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/security/arm/Makefile
==============================================================================
--- branches/2015Q3/security/arm/Makefile	Tue Jul 28 21:05:37 2015	(r393100)
+++ branches/2015Q3/security/arm/Makefile	Tue Jul 28 21:09:20 2015	(r393101)
@@ -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-branches mailing list