Date: Thu, 26 Dec 2013 19:27:06 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337604 - head/devel/py-EnthoughtBase Message-ID: <201312261927.rBQJR6Dr038075@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261927.rBQJR6Dr038075>