svn commit: r364899 - head/dns/py-dns3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 15 03:01:01 UTC 2014


Author: sunpoet
Date: Fri Aug 15 03:01:01 2014
New Revision: 364899
URL: http://svnweb.freebsd.org/changeset/ports/364899
QAT: https://qat.redports.org/buildarchive/r364899/

Log:
  - Use USES=python

Modified:
  head/dns/py-dns3/Makefile

Modified: head/dns/py-dns3/Makefile
==============================================================================
--- head/dns/py-dns3/Makefile	Fri Aug 15 03:00:56 2014	(r364898)
+++ head/dns/py-dns3/Makefile	Fri Aug 15 03:01:01 2014	(r364899)
@@ -18,8 +18,7 @@ LICENSE_NAME=	CNRI LICENSE AGREEMENT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	3
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:3
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list