svn commit: r347463 - in head: devel/py-isodate ftp/py-tftpy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 8 09:24:38 UTC 2014


Author: sunpoet
Date: Sat Mar  8 09:24:37 2014
New Revision: 347463
URL: http://svnweb.freebsd.org/changeset/ports/347463
QAT: https://qat.redports.org/buildarchive/r347463/

Log:
  - Cosmetic change

Modified:
  head/devel/py-isodate/Makefile
  head/ftp/py-tftpy/Makefile

Modified: head/devel/py-isodate/Makefile
==============================================================================
--- head/devel/py-isodate/Makefile	Sat Mar  8 09:18:27 2014	(r347462)
+++ head/devel/py-isodate/Makefile	Sat Mar  8 09:24:37 2014	(r347463)
@@ -12,8 +12,8 @@ COMMENT=	ISO 8601 date/time/duration par
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
+USE_PYDISTUTILS=yes
+USE_PYTHON=	yes
 
 .include <bsd.port.mk>

Modified: head/ftp/py-tftpy/Makefile
==============================================================================
--- head/ftp/py-tftpy/Makefile	Sat Mar  8 09:18:27 2014	(r347462)
+++ head/ftp/py-tftpy/Makefile	Sat Mar  8 09:24:37 2014	(r347463)
@@ -13,8 +13,8 @@ COMMENT=	Pure Python TFTP Implementation
 
 LICENSE=	MIT
 
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
 PYDISTUTILS_AUTOPLIST=	yes
+USE_PYDISTUTILS=yes
+USE_PYTHON=	2
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list