svn commit: r357126 - head/devel/py-argparse
Marcus von Appen
mva at FreeBSD.org
Mon Jun 9 10:19:49 UTC 2014
Author: mva
Date: Mon Jun 9 10:19:48 2014
New Revision: 357126
URL: http://svnweb.freebsd.org/changeset/ports/357126
QAT: https://qat.redports.org/buildarchive/r357126/
Log:
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Modified:
head/devel/py-argparse/Makefile
Modified: head/devel/py-argparse/Makefile
==============================================================================
--- head/devel/py-argparse/Makefile Mon Jun 9 10:14:24 2014 (r357125)
+++ head/devel/py-argparse/Makefile Mon Jun 9 10:19:48 2014 (r357126)
@@ -3,6 +3,7 @@
PORTNAME= argparse
PORTVERSION= 1.2.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= Optparse-inspired command-line
LICENSE= PSFL
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list