git: 5cd76fde8bba - main - security/py-flask-saml: Fix build with Python 3.9+
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jun 10 14:49:38 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd76fde8bbaeae0444ebd92023394d04e954717
commit 5cd76fde8bbaeae0444ebd92023394d04e954717
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 14:31:42 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 14:46:24 +0000
security/py-flask-saml: Fix build with Python 3.9+
- Change RUN_DEPENDS from py-pysaml2 to py-pysaml26
- Bump PORTREVISION for dependency change
PR: 256232
Reported by: John W. O'Brien <john at saltant.com>
---
security/py-flask-saml/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 06139297c507..75811fc96b9e 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Flask-SAML
PORTVERSION= 0.4.4
+PORTREVISION= 1
CATEGORIES= security www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ NO_ARCH= yes
.if ${PYTHON_REL} < 30900
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR}
.else
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml2>=5.1.0<6.20:security/py-pysaml2@${PY_FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=5.1.0<6.20:security/py-pysaml26@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
More information about the dev-commits-ports-all
mailing list