Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 03:01:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364899 - head/dns/py-dns3
Message-ID:  <201408150301.s7F311L1073048@svn.freebsd.org>

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



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