Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:39 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c44e8f8df2d6 - main - security/py-oauth2client: Update WWW and clean up pkg-descr
Message-ID:  <202304051738.335Hcdur089280@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335Hcdur089280>