Date: Thu, 10 Jun 2021 14:49:30 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5cd76fde8bba - main - security/py-flask-saml: Fix build with Python 3.9+ Message-ID: <202106101449.15AEnUsj050493@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cd76fde8bbaeae0444ebd92023394d04e954717 commit 5cd76fde8bbaeae0444ebd92023394d04e954717 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 14:31:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101449.15AEnUsj050493>