git: 2a70b63721df - main - security/py-flask-saml: Correct EUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 12:17:52 UTC
The branch main has been updated by wen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2a70b63721df5009c22985b80df8431d33c620b8
commit 2a70b63721df5009c22985b80df8431d33c620b8
Author: Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-02-07 12:16:16 +0000
Commit: Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-02-07 12:17:27 +0000
security/py-flask-saml: Correct EUN_DEPENDS
PR: 276359
Reported by: john@saltant.com(maintainer)
---
security/py-flask-saml/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 1b25395dca03..db6d96e35823 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -1,6 +1,6 @@
PORTNAME= Flask-SAML
PORTVERSION= 0.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,9 +22,9 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 30900
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0:security/py-pysaml24@${PY_FLAVOR}
-.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0:security/py-pysaml26@${PY_FLAVOR}
+.else
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml2>=6.5.0:security/py-pysaml2@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>