Date: Sun, 7 Jun 2015 15:02:47 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388714 - head/security/py-rekall Message-ID: <201506071502.t57F2lpd009961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071502.t57F2lpd009961>