svn commit: r400337 - head/security/py-rekall_gui

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 27 18:52:45 UTC 2015


Author: amdmi3
Date: Tue Oct 27 18:52:44 2015
New Revision: 400337
URL: https://svnweb.freebsd.org/changeset/ports/400337

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/security/py-rekall_gui/Makefile

Modified: head/security/py-rekall_gui/Makefile
==============================================================================
--- head/security/py-rekall_gui/Makefile	Tue Oct 27 18:49:48 2015	(r400336)
+++ head/security/py-rekall_gui/Makefile	Tue Oct 27 18:52:44 2015	(r400337)
@@ -3,6 +3,7 @@
 
 PORTNAME=	rekall_gui
 PORTVERSION=	1.4.1
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,8 +21,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}code
 		${PYTHON_PKGNAMEPREFIX}ipython>=3.0.0:${PORTSDIR}/devel/ipython \
 		${PYTHON_PKGNAMEPREFIX}rekall-core>=1.4.0:${PORTSDIR}/security/py-rekall-core
 
-USES=		python:2
+USES=		python:2 shebangfix
+SHEBANG_FILES=	manuskript/static/bower_components/bootstrap/test-infra/uncached-npm-install.sh
 USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list