svn commit: r368681 - head/audio/py-mpd2

Rene Ladan rene at FreeBSD.org
Sat Sep 20 20:36:57 UTC 2014


Author: rene
Date: Sat Sep 20 20:36:56 2014
New Revision: 368681
URL: http://svnweb.freebsd.org/changeset/ports/368681
QAT: https://qat.redports.org/buildarchive/r368681/

Log:
  Use modern python infrastructure, no functional changes

Modified:
  head/audio/py-mpd2/Makefile

Modified: head/audio/py-mpd2/Makefile
==============================================================================
--- head/audio/py-mpd2/Makefile	Sat Sep 20 20:23:07 2014	(r368680)
+++ head/audio/py-mpd2/Makefile	Sat Sep 20 20:36:56 2014	(r368681)
@@ -18,11 +18,9 @@ GH_PROJECT=	python-${PORTNAME}
 GH_TAGNAME=	v${PORTVERSION}
 GH_COMMIT=	cfeb3b5
 
-USES=		shebangfix
+USES=		shebangfix python
 SHEBANG_FILES=	examples/helloworld.py
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list