git: 0030b56d7dec - main - www/py-flask-wtf: chase flask update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Nov 2023 12:14:32 UTC
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=0030b56d7dec490acf45634b3db8dddcf83e9680 commit 0030b56d7dec490acf45634b3db8dddcf83e9680 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2023-11-29 12:13:06 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2023-11-29 12:13:06 +0000 www/py-flask-wtf: chase flask update - change dependent package name PR: 275425 Reported by: sirdice@gmail.com --- www/py-flask-wtf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index 13cce0084968..8ba496ebbcb2 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-WTF PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ ${PY_SETUPTOOLS} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wtforms>0:textproc/py-wtforms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR}