Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 11:51:20 +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: r337715 - head/devel/py-setuptools_darcs
Message-ID:  <201312271151.rBRBpK4g008867@svn.freebsd.org>

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



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