diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-11-18 21:41:48 +0000 |
commit | f637b43fec14553dcf7fdd3a95991aa5909cc59c (patch) | |
tree | fff1f4332450097c333cfe25b401c82dcda38958 /security/py-oauth2client | |
parent | 075d066d971344577ca5b776fb386446bd31d81f (diff) | |
download | ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.tar.gz ports-f637b43fec14553dcf7fdd3a95991aa5909cc59c.zip |
Notes
Diffstat (limited to 'security/py-oauth2client')
-rw-r--r-- | security/py-oauth2client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile index 7237f1f0fbc8..55f52f55ed49 100644 --- a/security/py-oauth2client/Makefile +++ b/security/py-oauth2client/Makefile @@ -3,7 +3,7 @@ PORTNAME= oauth2client PORTVERSION= 1.4.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ COMMENT= OAuth 2.0 client library LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.1.7:${PORTSDIR}/devel/py-asn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:${PORTSDIR}/devel/py-pyasn1 \ ${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 \ |