git: 531607bc7bec - main - www/py-werkzeug: Update WWW
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:13:20 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=531607bc7bec72dc4bf5e36a2381ecdf2f07062c commit 531607bc7bec72dc4bf5e36a2381ecdf2f07062c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:47:00 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:16 +0000 www/py-werkzeug: Update WWW --- www/py-werkzeug/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index c84fb3536c1b..4c4c9ea76ad3 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -3,11 +3,12 @@ PORTVERSION= 2.2.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= Werkzeug-${DISTVERSION} +DISTNAME= Werkzeug-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python utilities collection for building WSGI applications -WWW= https://palletsprojects.com/p/werkzeug/ +WWW= https://palletsprojects.com/p/werkzeug/ \ + https://github.com/pallets/werkzeug LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.rst