aboutsummaryrefslogtreecommitdiff
path: root/security/py-oauth2client
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-11-14 20:54:41 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-11-14 20:54:41 +0000
commit8ed3bb339c301203e790bb50439a96533e026a1a (patch)
treeccb08c5b70daca9fe9a17f646e6cc23c86a60a61 /security/py-oauth2client
parent615d0c372e2080c19287075c4408c55b967fd4e1 (diff)
downloadports-8ed3bb339c301203e790bb50439a96533e026a1a.tar.gz
ports-8ed3bb339c301203e790bb50439a96533e026a1a.zip
devel/py-asn1-modules: rename to py-pyasn1-modules to match upstream naming
- bump PORTREVISION for dependend ports
Notes
Notes: svn path=/head/; revision=401598
Diffstat (limited to 'security/py-oauth2client')
-rw-r--r--security/py-oauth2client/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile
index 4de57cc3b871..7237f1f0fbc8 100644
--- a/security/py-oauth2client/Makefile
+++ b/security/py-oauth2client/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oauth2client
PORTVERSION= 1.4.11
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT= OAuth 2.0 client library
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \
- ${PYTHON_PKGNAMEPREFIX}asn1-modules>=0.0.5:${PORTSDIR}/devel/py-asn1-modules \
+ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:${PORTSDIR}/devel/py-pyasn1-modules \
${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:${PORTSDIR}/www/py-httplib2 \
${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:${PORTSDIR}/security/py-rsa \
${PYTHON_PKGNAMEPREFIX}six>=1.6.1:${PORTSDIR}/devel/py-six