Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 00:52:15 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341150 - head/science/py-coards
Message-ID:  <201401260052.s0Q0qF07013520@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401260052.s0Q0qF07013520>