svn commit: r364901 - head/ftp/py-tftpy

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


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

Log:
  - Use USES=python

Modified:
  head/ftp/py-tftpy/Makefile

Modified: head/ftp/py-tftpy/Makefile
==============================================================================
--- head/ftp/py-tftpy/Makefile	Fri Aug 15 03:01:05 2014	(r364900)
+++ head/ftp/py-tftpy/Makefile	Fri Aug 15 03:01:09 2014	(r364901)
@@ -13,8 +13,7 @@ COMMENT=	Pure Python TFTP Implementation
 
 LICENSE=	MIT
 
-PYDISTUTILS_AUTOPLIST=	yes
-USE_PYDISTUTILS=yes
-USE_PYTHON=	2
+PYTHON_FEATURES=autoplist,distutils
+USES=		python:2
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list