svn commit: r408206 - head/net/py-novaclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 5 15:21:14 UTC 2016


Author: amdmi3
Date: Fri Feb  5 15:21:13 2016
New Revision: 408206
URL: https://svnweb.freebsd.org/changeset/ports/408206

Log:
  - Fix shebangs
  - Add NO_ARCH
  
  Approved by:	portmgr blanket
  MFH:		2016Q1 (blanket)

Modified:
  head/net/py-novaclient/Makefile

Modified: head/net/py-novaclient/Makefile
==============================================================================
--- head/net/py-novaclient/Makefile	Fri Feb  5 15:20:13 2016	(r408205)
+++ head/net/py-novaclient/Makefile	Fri Feb  5 15:21:13 2016	(r408206)
@@ -2,7 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	novaclient
-PORTVERSION=	3.2.0	
+PORTVERSION=	3.2.0
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,8 +24,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argp
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.2.0:${PORTSDIR}/devel/py-simplejson \
 		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:${PORTSDIR}/devel/py-six
 
-USES=		python
+USES=		python shebangfix
+SHEBANG_FILES=	novaclient/tests/functional/hooks/post_test_hook.sh
 USE_PYTHON=	distutils autoplist noegginfo
+NO_ARCH=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's,install_requires.*,,' ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list