git: 476e1fb9e2a5 - main - devel/py-oslo.middleware: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:36 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=476e1fb9e2a513b2518a56e38c760306d105fcff
commit 476e1fb9e2a513b2518a56e38c760306d105fcff
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:24 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:09 +0000
devel/py-oslo.middleware: Update WWW and clean up pkg-descr
---
devel/py-oslo.middleware/Makefile | 3 ++-
devel/py-oslo.middleware/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/py-oslo.middleware/Makefile b/devel/py-oslo.middleware/Makefile
index 47002fd6c8a5..d485d74ce6ef 100644
--- a/devel/py-oslo.middleware/Makefile
+++ b/devel/py-oslo.middleware/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Oslo Middleware library
-WWW= https://docs.openstack.org/oslo.middleware/latest/
+WWW= https://docs.openstack.org/oslo.middleware/latest/ \
+ https://github.com/openstack/oslo.middleware
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-oslo.middleware/pkg-descr b/devel/py-oslo.middleware/pkg-descr
index 03a9e3f855df..1913429f27fb 100644
--- a/devel/py-oslo.middleware/pkg-descr
+++ b/devel/py-oslo.middleware/pkg-descr
@@ -2,5 +2,3 @@ Oslo middleware library includes components that can be injected into wsgi
pipelines to intercept request/response flows. The base class can be enhanced
with functionality like add/delete/modification of http headers and support
for limiting size/connection etc.
-
-See also: https://github.com/openstack/oslo.middleware