git: cfa25407dc87 - main - devel/py-oslo.cache: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Jun 2023 18:52:25 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cfa25407dc87fee0b285a9c5df6dd2dc6b6aa83e commit cfa25407dc87fee0b285a9c5df6dd2dc6b6aa83e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-05 18:39:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-05 18:47:07 +0000 devel/py-oslo.cache: Update WWW and clean up pkg-descr --- devel/py-oslo.cache/Makefile | 3 ++- devel/py-oslo.cache/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/py-oslo.cache/Makefile b/devel/py-oslo.cache/Makefile index f6a07ca458ac..bd3821878579 100644 --- a/devel/py-oslo.cache/Makefile +++ b/devel/py-oslo.cache/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cache storage for OpenStack projects -WWW= https://docs.openstack.org/oslo.cache/latest/ +WWW= https://docs.openstack.org/oslo.cache/latest/ \ + https://github.com/openstack/oslo.cache LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-oslo.cache/pkg-descr b/devel/py-oslo.cache/pkg-descr index a4b40365f496..851df47da7da 100644 --- a/devel/py-oslo.cache/pkg-descr +++ b/devel/py-oslo.cache/pkg-descr @@ -2,5 +2,3 @@ oslo.cache aims to provide a generic caching mechanism for OpenStack projects by wrapping the dogpile.cache library. The dogpile.cache library provides support memoization, key value storage and interfaces to common caching backends such as Memcached. - -See also: https://github.com/openstack/oslo.cache