Date: Fri, 15 Aug 2014 03:01:09 +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: r364901 - head/ftp/py-tftpy Message-ID: <201408150301.s7F3197N073277@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408150301.s7F3197N073277>