svn commit: r357763 - head/net/py-oauth
Marcus von Appen
mva at FreeBSD.org
Sat Jun 14 10:43:37 UTC 2014
Author: mva
Date: Sat Jun 14 10:43:36 2014
New Revision: 357763
URL: http://svnweb.freebsd.org/changeset/ports/357763
QAT: https://qat.redports.org/buildarchive/r357763/
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/net/py-oauth/Makefile
Modified: head/net/py-oauth/Makefile
==============================================================================
--- head/net/py-oauth/Makefile Sat Jun 14 10:40:49 2014 (r357762)
+++ head/net/py-oauth/Makefile Sat Jun 14 10:43:36 2014 (r357763)
@@ -3,7 +3,7 @@
PORTNAME= oauth
PORTVERSION= 1.0.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen at FreeBSD.org
COMMENT= Python Library for OAuth
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list