git: ac50a54abfbb - main - devel/py-oslo.config: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:28 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac50a54abfbbea364a97caafdee19d1508aee980
commit ac50a54abfbbea364a97caafdee19d1508aee980
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:08 +0000
devel/py-oslo.config: Update WWW and clean up pkg-descr
---
devel/py-oslo.config/Makefile | 3 ++-
devel/py-oslo.config/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/py-oslo.config/Makefile b/devel/py-oslo.config/Makefile
index 2d30b47ca2c0..5321b03d6059 100644
--- a/devel/py-oslo.config/Makefile
+++ b/devel/py-oslo.config/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Oslo Configuration library
-WWW= https://docs.openstack.org/oslo.config/latest/
+WWW= https://docs.openstack.org/oslo.config/latest/ \
+ https://github.com/openstack/oslo.config
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-oslo.config/pkg-descr b/devel/py-oslo.config/pkg-descr
index 1608eb950c20..951ee3b7e20f 100644
--- a/devel/py-oslo.config/pkg-descr
+++ b/devel/py-oslo.config/pkg-descr
@@ -1,4 +1,2 @@
The Oslo configuration API supports parsing command
line arguments and .ini style configuration files.
-
-See also: https://github.com/openstack/oslo.config