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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 30 20:14:16 UTC 2013


Author: sunpoet
Date: Sat Nov 30 20:14:15 2013
New Revision: 335346
URL: http://svnweb.freebsd.org/changeset/ports/335346

Log:
  - Fix USE_PYTHON
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/ftp/py-tftpy/pkg-plist
Modified:
  head/ftp/py-tftpy/Makefile

Modified: head/ftp/py-tftpy/Makefile
==============================================================================
--- head/ftp/py-tftpy/Makefile	Sat Nov 30 20:09:00 2013	(r335345)
+++ head/ftp/py-tftpy/Makefile	Sat Nov 30 20:14:15 2013	(r335346)
@@ -13,7 +13,8 @@ COMMENT=	Pure Python TFTP Implementation
 
 LICENSE=	MIT
 
-USE_PYTHON=	yes
+USE_PYTHON=	-2.7
 USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list