aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:31:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 14:46:24 +0000
commit5cd76fde8bbaeae0444ebd92023394d04e954717 (patch)
tree97e051be5f4a855f77649a51f56fc67c5416bdaf
parent1856abfe7ca79100f77a771511f155fcbd2b3ecd (diff)
downloadports-5cd76fde8bbaeae0444ebd92023394d04e954717.tar.gz
ports-5cd76fde8bbaeae0444ebd92023394d04e954717.zip
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@saltant.com>
-rw-r--r--security/py-flask-saml/Makefile3
1 files changed, 2 insertions, 1 deletions
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>