git: 32fc4e601ab0 - main - devel/py-oslo.context: Update WWW and clean up pkg-descr

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 05 Jun 2023 18:52:29 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32fc4e601ab0b25adece61ff0448fc7382356272

commit 32fc4e601ab0b25adece61ff0448fc7382356272
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:08 +0000

    devel/py-oslo.context: Update WWW and clean up pkg-descr
---
 devel/py-oslo.context/Makefile  | 3 ++-
 devel/py-oslo.context/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/py-oslo.context/Makefile b/devel/py-oslo.context/Makefile
index a779c04b617c..6844ed3b7d33 100644
--- a/devel/py-oslo.context/Makefile
+++ b/devel/py-oslo.context/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Oslo Context library
-WWW=		https://docs.openstack.org/oslo.context/latest/
+WWW=		https://docs.openstack.org/oslo.context/latest/ \
+		https://github.com/openstack/oslo.context
 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
diff --git a/devel/py-oslo.context/pkg-descr b/devel/py-oslo.context/pkg-descr
index b5bd8127631c..098ada32cde4 100644
--- a/devel/py-oslo.context/pkg-descr
+++ b/devel/py-oslo.context/pkg-descr
@@ -1,5 +1,3 @@
 The Oslo context library has helpers to maintain useful information about a
 request context. The request context is usually populated in the WSGI pipeline
 and used by various modules such as logging.
-
-See also: https://github.com/openstack/oslo.context