Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2020 15:03:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523300 - head/security/py-flask-saml
Message-ID:  <202001171503.00HF3Cih078910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 17 15:03:12 2020
New Revision: 523300
URL: https://svnweb.freebsd.org/changeset/ports/523300

Log:
  Fix r523054

Modified:
  head/security/py-flask-saml/Makefile

Modified: head/security/py-flask-saml/Makefile
==============================================================================
--- head/security/py-flask-saml/Makefile	Fri Jan 17 14:38:39 2020	(r523299)
+++ head/security/py-flask-saml/Makefile	Fri Jan 17 15:03:12 2020	(r523300)
@@ -14,19 +14,12 @@ COMMENT=	SAML authentication for Flask web apps
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Flask>=0.8.0:www/py-flask@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3600
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysaml24>=4.0.0<5:security/py-pysaml24@${PY_FLAVOR}
-.else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysaml2>=4.0.0<5:security/py-pysaml2@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001171503.00HF3Cih078910>