diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 07:10:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 07:10:07 +0800 |
commit | 4b6a2265a4b36fbcf7f9093f39473151b3734894 (patch) | |
tree | 0a3fb2f417a0fb7bc7fc232d0687220da2703b02 | |
parent | 17d843c88922ec54c71003888d4b6a0158f6f7df (diff) | |
download | freebsd-ports-gnome-4b6a2265a4b36fbcf7f9093f39473151b3734894.tar.gz freebsd-ports-gnome-4b6a2265a4b36fbcf7f9093f39473151b3734894.tar.zst freebsd-ports-gnome-4b6a2265a4b36fbcf7f9093f39473151b3734894.zip |
- Update to 2.0.2
- Sort RUN_DEPENDS
Changes: https://github.com/google/oauth2client/releases
-rw-r--r-- | security/py-oauth2client/Makefile | 6 | ||||
-rw-r--r-- | security/py-oauth2client/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile index 2734fbce3625..9f47dae3339d 100644 --- a/security/py-oauth2client/Makefile +++ b/security/py-oauth2client/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauth2client -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= OAuth 2.0 client library LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.7:devel/py-pyasn1 \ ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0.0.5:devel/py-pyasn1-modules \ - ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.4:security/py-rsa \ ${PYTHON_PKGNAMEPREFIX}six>=1.6.1:devel/py-six diff --git a/security/py-oauth2client/distinfo b/security/py-oauth2client/distinfo index 87bd8dd7f9b4..2e8f75e2d3b3 100644 --- a/security/py-oauth2client/distinfo +++ b/security/py-oauth2client/distinfo @@ -1,2 +1,2 @@ -SHA256 (oauth2client-2.0.1.tar.gz) = 351def3df312364f0c5e38a682c8d8a70a36d884cf40bd0084a67d7b8f7ed7ac -SIZE (oauth2client-2.0.1.tar.gz) = 67586 +SHA256 (oauth2client-2.0.2.tar.gz) = c9f7bf68e9d0f9ec055f1f2f487e5ea53b97b7a2b82f01d48d9a9bb68239535a +SIZE (oauth2client-2.0.2.tar.gz) = 68232 |