diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-05 05:26:33 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-05 05:30:17 +0800 |
commit | e96e2a4df2aa081d6ea28115d02025cf676b3b3f (patch) | |
tree | 5462164eafd6f6c05221ab8a516679437d41d2a9 /net/py-python-designateclient/Makefile | |
parent | net/py-python-cinderclient: Update to 9.4.0 (diff) |
net/py-python-designateclient: Update to 5.3.0
- Update WWW and clean up pkg-descr
Changes: https://docs.openstack.org/releasenotes/python-designateclient/
Diffstat (limited to 'net/py-python-designateclient/Makefile')
-rw-r--r-- | net/py-python-designateclient/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/py-python-designateclient/Makefile b/net/py-python-designateclient/Makefile index fde7f641a860..8fb928bea0b3 100644 --- a/net/py-python-designateclient/Makefile +++ b/net/py-python-designateclient/Makefile @@ -1,12 +1,13 @@ PORTNAME= python-designateclient -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack DNS-as-a-Service - Client -WWW= https://docs.openstack.org/python-designateclient/latest/ +WWW= https://docs.openstack.org/python-designateclient/latest/ \ + https://github.com/openstack/python-designateclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |