svn commit: r438772 - head/math/py-numarray

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 18 10:26:11 UTC 2017


Author: amdmi3
Date: Tue Apr 18 10:26:10 2017
New Revision: 438772
URL: https://svnweb.freebsd.org/changeset/ports/438772

Log:
  - Fix shebangs

Modified:
  head/math/py-numarray/Makefile

Modified: head/math/py-numarray/Makefile
==============================================================================
--- head/math/py-numarray/Makefile	Tue Apr 18 10:25:59 2017	(r438771)
+++ head/math/py-numarray/Makefile	Tue Apr 18 10:26:10 2017	(r438772)
@@ -3,7 +3,7 @@
 
 PORTNAME=	numarray
 PORTVERSION=	1.5.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	math python
 MASTER_SITES=	SF/numpy/Old%20Numarray/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,8 @@ COMMENT=	Numeric array manipulation exte
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	Examples/convolve/benchmark.py
 USE_PYTHON=	distutils autoplist
 
 PORTDOCS=	*


More information about the svn-ports-head mailing list