svn commit: r337715 - head/devel/py-setuptools_darcs

William Grzybowski wg at FreeBSD.org
Fri Dec 27 11:51:20 UTC 2013


Author: wg
Date: Fri Dec 27 11:51:20 2013
New Revision: 337715
URL: http://svnweb.freebsd.org/changeset/ports/337715

Log:
  devel/py-setuptools_darcs: support staging and switch from easy_install

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

Modified: head/devel/py-setuptools_darcs/Makefile
==============================================================================
--- head/devel/py-setuptools_darcs/Makefile	Fri Dec 27 11:50:37 2013	(r337714)
+++ head/devel/py-setuptools_darcs/Makefile	Fri Dec 27 11:51:20 2013	(r337715)
@@ -3,7 +3,7 @@
 
 PORTNAME=	setuptools_darcs
 PORTVERSION=	1.2.11
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT=	Setuptools plugin for darcs
 BUILD_DEPENDS=		darcsver:${PORTSDIR}/devel/py-darcsver
 
 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