git: cade789c7aa0 - main - www/py-flask-cors: Unbreak and chase flask update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Nov 2023 13:22:31 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cade789c7aa066c8ca49e859a34b1aa4f8215f40
commit cade789c7aa066c8ca49e859a34b1aa4f8215f40
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-11-30 11:55:58 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-11-30 13:21:18 +0000
www/py-flask-cors: Unbreak and chase flask update
Approved by: portmgr blanket
---
www/py-flask-cors/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/py-flask-cors/Makefile b/www/py-flask-cors/Makefile
index 54cf52874cff..ebaf089896d8 100644
--- a/www/py-flask-cors/Makefile
+++ b/www/py-flask-cors/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Flask-Cors
PORTVERSION= 3.0.8
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW= https://github.com/corydolphin/flask-cors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=0.9:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}