- Remove NO_STAGE= flag - Use PYDISTUTILS=yes instead of easy_install - Use AUTOPLIST Port maintainer (xmj@chaot.net) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->koobs I'll take it.
Author: koobs Date: Sun Jan 26 00:52:15 2014 New Revision: 341150 URL: http://svnweb.freebsd.org/changeset/ports/341150 QAT: https://qat.redports.org/buildarchive/r341150/ Log: science/py-coards: Modernise and enable STAGE support - Remove NO_STAGE= flag - Use PYDISTUTILS=yes instead of easy_install - Use AUTOPLIST PR: ports/185952 Submitted by: Johannes Jost Meixner <xmj@chaot.net> (maintainer) Deleted: head/science/py-coards/pkg-plist Modified: head/science/py-coards/Makefile Modified: head/science/py-coards/Makefile ============================================================================== --- head/science/py-coards/Makefile Sun Jan 26 00:28:14 2014 (r341149) +++ head/science/py-coards/Makefile Sun Jan 26 00:52:15 2014 (r341150) @@ -13,7 +13,7 @@ COMMENT= COARDS compliant time parser LICENSE= MIT USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks Johannes!