Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2024 12:17:52 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: 2a70b63721df - main - security/py-flask-saml: Correct EUN_DEPENDS
Message-ID:  <202402071217.417CHqJd066504@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=2a70b63721df5009c22985b80df8431d33c620b8

commit 2a70b63721df5009c22985b80df8431d33c620b8
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-02-07 12:16:16 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-02-07 12:17:27 +0000

    security/py-flask-saml: Correct EUN_DEPENDS
    
    PR:             276359
    Reported by:    john@saltant.com(maintainer)
---
 security/py-flask-saml/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 1b25395dca03..db6d96e35823 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	Flask-SAML
 PORTVERSION=	0.5.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,9 +22,9 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 30900
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysaml24>=6.5.0:security/py-pysaml24@${PY_FLAVOR}
-.else
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.0:security/py-pysaml26@${PY_FLAVOR}
+.else
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysaml2>=6.5.0:security/py-pysaml2@${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?202402071217.417CHqJd066504>