aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-02-05 01:24:44 +0000
committerWen Heping <wen@FreeBSD.org>2024-02-05 01:26:23 +0000
commit5f993c18c21e1c49834414a966c20d5fb712161b (patch)
tree4d952ae6881223aff5066bd1d4d0cbf9cca9b89d
parent3524138f8aa204d06ad4ec6fe63802403461f129 (diff)
downloadports-5f993c18c21e1c49834414a966c20d5fb712161b.tar.gz
ports-5f993c18c21e1c49834414a966c20d5fb712161b.zip
security/py-flask-saml: Fix typo in previous commit
PR: 276359 Reported by: john@saltant.com(maintainer)
-rw-r--r--security/py-flask-saml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 5f9a1049ec09..1b25395dca03 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Flask-SAML
PORTVERSION= 0.5.1
+PORTREVISION= 1
CATEGORIES= security www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,9 +22,9 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0<5:security/py-pysaml24@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0:security/py-pysaml24@${PY_FLAVOR}
.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0<6.20:security/py-pysaml26@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0:security/py-pysaml26@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>