Date: Sat, 8 Mar 2014 09:24:37 +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: r347463 - in head: devel/py-isodate ftp/py-tftpy Message-ID: <201403080924.s289ObrM051923@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403080924.s289ObrM051923>