svn commit: r350117 - head/devel/py-libvirt

Baptiste Daroussin bapt at FreeBSD.org
Fri Apr 4 13:40:55 UTC 2014


Author: bapt
Date: Fri Apr  4 13:40:54 2014
New Revision: 350117
URL: http://svnweb.freebsd.org/changeset/ports/350117
QAT: https://qat.redports.org/buildarchive/r350117/

Log:
  Remove useless SHEBANG_LANG macro
  USE_PYTHON instead of the 2 _BUILD/_RUN macros

Modified:
  head/devel/py-libvirt/Makefile

Modified: head/devel/py-libvirt/Makefile
==============================================================================
--- head/devel/py-libvirt/Makefile	Fri Apr  4 13:38:34 2014	(r350116)
+++ head/devel/py-libvirt/Makefile	Fri Apr  4 13:40:54 2014	(r350117)
@@ -17,15 +17,13 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libvirt.so:${PORTSDIR}/devel/libvirt
 
 USES=	pkgconfig shebangfix
-SHEBANG_LANG=	python
 SHEBANG_FILES=	generator.py sanitytest.py setup.py
 
-USE_PYTHON_BUILD=	yes
-USE_PYTHON_RUN=		yes
+USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-post-patch-script:
+post-patch:
 	@${REINPLACE_CMD} -e 's|"python"|"${PYTHON_CMD}"|g' \
 		${WRKSRC}/setup.py
 


More information about the svn-ports-all mailing list