Date: Mon, 5 Feb 2024 01:26:55 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5f993c18c21e - main - security/py-flask-saml: Fix typo in previous commit Message-ID: <202402050126.4151QtUK038376@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=5f993c18c21e1c49834414a966c20d5fb712161b commit 5f993c18c21e1c49834414a966c20d5fb712161b Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-02-05 01:24:44 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-02-05 01:26:23 +0000 security/py-flask-saml: Fix typo in previous commit PR: 276359 Reported by: john@saltant.com(maintainer) --- security/py-flask-saml/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile index 5f9a1049ec09..1b25395dca03 100644 --- a/security/py-flask-saml/Makefile +++ b/security/py-flask-saml/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-SAML PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= security www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,9 +22,9 @@ NO_ARCH= yes .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0<5:security/py-pysaml24@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0:security/py-pysaml24@${PY_FLAVOR} .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0<6.20:security/py-pysaml26@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0: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?202402050126.4151QtUK038376>