svn commit: r337524 - head/devel/py-hgtools
William Grzybowski
wg at FreeBSD.org
Thu Dec 26 14:40:42 UTC 2013
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>
More information about the svn-ports-all
mailing list