git: 4f60300daf74 - main - devel/py-oslo.service: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:43 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f60300daf7439748d0fbbb523907dec844651df
commit 4f60300daf7439748d0fbbb523907dec844651df
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-06-05 18:39:28 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-06-05 18:47:11 +0000
devel/py-oslo.service: Update WWW and clean up pkg-descr
---
devel/py-oslo.service/Makefile | 3 ++-
devel/py-oslo.service/pkg-descr | 2 --
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/devel/py-oslo.service/Makefile b/devel/py-oslo.service/Makefile
index 6678f6f3557e..779fa8c5754a 100644
--- a/devel/py-oslo.service/Makefile
+++ b/devel/py-oslo.service/Makefile
@@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Oslo.service library
-WWW= https://docs.openstack.org/oslo.service/latest/
+WWW= https://docs.openstack.org/oslo.service/latest/ \
+ https://github.com/openstack/oslo.service
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
diff --git a/devel/py-oslo.service/pkg-descr b/devel/py-oslo.service/pkg-descr
index d1c12f9087f5..253ef97c160f 100644
--- a/devel/py-oslo.service/pkg-descr
+++ b/devel/py-oslo.service/pkg-descr
@@ -2,5 +2,3 @@ oslo.service provides a framework for defining new long-running services using
the patterns established by other OpenStack applications. It also includes
utilities long-running applications might need for working with SSL or WSGI,
performing periodic operations, interacting with systemd, etc.
-
-See also: https://github.com/openstack/oslo.service