aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGoran Mekić <meka@tilda.center>2022-10-12 13:59:33 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2022-10-12 13:59:33 +0000
commitaddedd02c453b0af9d67f1bdb7d4444506ce90aa (patch)
tree501406d57a05cf1ee58eaf33166f7c27bdba555b
parent375881c9d3d1550ceae3c7aee99c51e84dbf57ad (diff)
downloadports-addedd02c453b0af9d67f1bdb7d4444506ce90aa.tar.gz
ports-addedd02c453b0af9d67f1bdb7d4444506ce90aa.zip
www/py-fastapi-users: Fix makefun dep version
PR: 266972
-rw-r--r--www/py-fastapi-users/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-fastapi-users/Makefile b/www/py-fastapi-users/Makefile
index d0d69e24d1cf..2689546a2191 100644
--- a/www/py-fastapi-users/Makefile
+++ b/www/py-fastapi-users/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fastapi-users
DISTVERSION= 10.1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.0:security/py-bcrypt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}email-validator>=1.1.0,<1.4:mail/py-email-validator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fastapi>=0.65.2:www/py-fastapi@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<1.16:devel/py-makefun@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}makefun>=1.11.2,<2.0:devel/py-makefun@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}passlib>=0:security/py-passlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyjwt>=2.1.0:www/py-pyjwt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-multipart>=0.0.5:www/py-python-multipart@${PY_FLAVOR}