aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:19:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:51 +0000
commitc44e8f8df2d6f81de74b9d3050e198517244d81d (patch)
treec02ea2d08eec7c1cd1eb9a6bc34b50a683c8d79f
parente6d94e5ecaf8afcf66c8f547beb0bed9974ae05a (diff)
downloadports-c44e8f8df2d6f81de74b9d3050e198517244d81d.tar.gz
ports-c44e8f8df2d6f81de74b9d3050e198517244d81d.zip
security/py-oauth2client: Update WWW and clean up pkg-descr
-rw-r--r--security/py-oauth2client/Makefile3
-rw-r--r--security/py-oauth2client/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/security/py-oauth2client/Makefile b/security/py-oauth2client/Makefile
index c2e013315fb4..47ad44f6cbd8 100644
--- a/security/py-oauth2client/Makefile
+++ b/security/py-oauth2client/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 2.0 client library
-WWW= https://googleapis.github.io/oauth2client/
+WWW= https://googleapis.github.io/oauth2client/ \
+ https://github.com/googleapis/oauth2client
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/security/py-oauth2client/pkg-descr b/security/py-oauth2client/pkg-descr
index 61a2d92780f2..c14b83e0769e 100644
--- a/security/py-oauth2client/pkg-descr
+++ b/security/py-oauth2client/pkg-descr
@@ -1,5 +1,3 @@
oauth2client is a Python module for client-side oauth2 authentication. It works
with Google's oauth2 service by default, and is compatible with any oauth2
service.
-
-See also: https://github.com/googleapis/oauth2client