git: c44e8f8df2d6 - main - security/py-oauth2client: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c44e8f8df2d6f81de74b9d3050e198517244d81d commit c44e8f8df2d6f81de74b9d3050e198517244d81d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:19:06 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:51 +0000 security/py-oauth2client: Update WWW and clean up pkg-descr --- security/py-oauth2client/Makefile | 3 ++- security/py-oauth2client/pkg-descr | 2 -- 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