svn commit: r523300 - head/security/py-flask-saml

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jan 17 15:03:12 UTC 2020


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>


More information about the svn-ports-head mailing list