svn commit: r372680 - head/www/py-html5lib
Kurt Jaeger
pi at FreeBSD.org
Mon Nov 17 19:08:45 UTC 2014
Author: pi
Date: Mon Nov 17 19:08:44 2014
New Revision: 372680
URL: https://svnweb.freebsd.org/changeset/ports/372680
QAT: https://qat.redports.org/buildarchive/r372680/
Log:
www/py-html5lib: modernize PYTHON options
Fixing those:
USE_PYTHON=yes is deprecated, please use USES=python
USE_PYDISTUTILS is deprecated, please use USE_PYTHON=distutils
PYDISTUTILS_AUTOPLIST is deprecated, please use USE_PYTHON=autoplist
Modified:
head/www/py-html5lib/Makefile
Modified: head/www/py-html5lib/Makefile
==============================================================================
--- head/www/py-html5lib/Makefile Mon Nov 17 19:05:45 2014 (r372679)
+++ head/www/py-html5lib/Makefile Mon Nov 17 19:08:44 2014 (r372680)
@@ -19,9 +19,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nos
OPTIONS_DEFINE= TEST
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
.include <bsd.port.options.mk>
More information about the svn-ports-head
mailing list