Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 14:40:42 +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: r337524 - head/devel/py-hgtools
Message-ID:  <201312261440.rBQEeg1A025543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Dec 26 14:40:41 2013
New Revision: 337524
URL: http://svnweb.freebsd.org/changeset/ports/337524

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

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

Modified: head/devel/py-hgtools/Makefile
==============================================================================
--- head/devel/py-hgtools/Makefile	Thu Dec 26 14:40:13 2013	(r337523)
+++ head/devel/py-hgtools/Makefile	Thu Dec 26 14:40:41 2013	(r337524)
@@ -14,12 +14,7 @@ LICENSE=	GPLv2
 
 USE_ZIP=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-
-NO_STAGE=	yes
-
-post-patch:
-	@${REINPLACE_CMD} 's/license="GPL2",/license="GPL2", zip_safe=False,/' \
-		${WRKSRC}/setup.py
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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