From 5cd76fde8bbaeae0444ebd92023394d04e954717 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 10 Jun 2021 22:31:42 +0800 Subject: 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 --- 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 -- cgit v1.2.3