Date: Sat, 20 Sep 2014 20:36:56 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368681 - head/audio/py-mpd2 Message-ID: <201409202036.s8KKauAS005746@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409202036.s8KKauAS005746>