Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 18:52:44 +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: r400337 - head/security/py-rekall_gui
Message-ID:  <201510271852.t9RIqiXt023354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510271852.t9RIqiXt023354>