git: 5f993c18c21e - main - security/py-flask-saml: Fix typo in previous commit

From: Wen Heping <wen_at_FreeBSD.org>
Date: Mon, 05 Feb 2024 01:26:55 UTC
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5f993c18c21e1c49834414a966c20d5fb712161b

commit 5f993c18c21e1c49834414a966c20d5fb712161b
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-02-05 01:24:44 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-02-05 01:26:23 +0000

    security/py-flask-saml: Fix typo in previous commit
    
    PR:             276359
    Reported by:    john@saltant.com(maintainer)
---
 security/py-flask-saml/Makefile | 5 +++--
 1 file 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>