svn commit: r388714 - head/security/py-rekall

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 15:02:48 UTC 2015


Author: amdmi3
Date: Sun Jun  7 15:02:47 2015
New Revision: 388714
URL: https://svnweb.freebsd.org/changeset/ports/388714

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/security/py-rekall/Makefile

Modified: head/security/py-rekall/Makefile
==============================================================================
--- head/security/py-rekall/Makefile	Sun Jun  7 15:01:30 2015	(r388713)
+++ head/security/py-rekall/Makefile	Sun Jun  7 15:02:47 2015	(r388714)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rekall
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -31,7 +32,8 @@ RUN_DEPENDS=	cabextract:${PORTSDIR}/arch
 		${PYTHON_PKGNAMEPREFIX}yaml>=2.10:${PORTSDIR}/devel/py-yaml \
 		${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara
 
-USES=		python:2
+USES=		python:2 shebangfix
+SHEBANG_FILES=	manuskript/static/bower_components/bootstrap/test-infra/uncached-npm-install.sh
 USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	CREDITS.txt LEGAL.txt README.md


More information about the svn-ports-head mailing list