svn commit: r337604 - head/devel/py-EnthoughtBase

William Grzybowski wg at FreeBSD.org
Thu Dec 26 19:27:06 UTC 2013


Author: wg
Date: Thu Dec 26 19:27:06 2013
New Revision: 337604
URL: http://svnweb.freebsd.org/changeset/ports/337604

Log:
  devel/py-EnthoughtBase: allow staging and switch from easy_install

Deleted:
  head/devel/py-EnthoughtBase/pkg-plist
Modified:
  head/devel/py-EnthoughtBase/Makefile

Modified: head/devel/py-EnthoughtBase/Makefile
==============================================================================
--- head/devel/py-EnthoughtBase/Makefile	Thu Dec 26 19:25:03 2013	(r337603)
+++ head/devel/py-EnthoughtBase/Makefile	Thu Dec 26 19:27:06 2013	(r337604)
@@ -3,6 +3,7 @@
 
 PORTNAME=	EnthoughtBase
 PORTVERSION=	3.1.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	http://enthought.com/repo/ets/ \
 		CHEESESHOP
@@ -12,7 +13,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Core Packages for the Enthought Tool Suite
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list