Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 13:40:54 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350117 - head/devel/py-libvirt
Message-ID:  <201404041340.s34Des1E006202@svn.freebsd.org>

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



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