svn commit: r341150 - head/science/py-coards

Kubilay Kocak koobs at FreeBSD.org
Sun Jan 26 00:52:16 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list