aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-09 23:15:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-05-25 13:55:43 +0000
commit0729af4255a63ee299e0c63a18b6a86520a19e02 (patch)
tree15549679e2da1abfedb505860f7fc7a2ed99a300 /security
parente3a7c4e0f345292232b63f31620626b6cf6c19bf (diff)
downloadports-0729af4255a63ee299e0c63a18b6a86520a19e02.tar.gz
ports-0729af4255a63ee299e0c63a18b6a86520a19e02.zip
Mk: switch PYTHON_REL to 5 digits to support python 3.10.x
PR: 255013 Differential Revision: https://reviews.freebsd.org/D29418 Exp-run by: antoine Approved by: wen@, no objection from python@ or portmgr@
Diffstat (limited to 'security')
-rw-r--r--security/py-flask-saml/Makefile2
-rw-r--r--security/py-signedjson/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/py-flask-saml/Makefile b/security/py-flask-saml/Makefile
index 52ffe8185ead..06139297c507 100644
--- a/security/py-flask-saml/Makefile
+++ b/security/py-flask-saml/Makefile
@@ -19,7 +19,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 3900
+.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}
diff --git a/security/py-signedjson/Makefile b/security/py-signedjson/Makefile
index c106b01e7c1e..9d93f25a0a48 100644
--- a/security/py-signedjson/Makefile
+++ b/security/py-signedjson/Makefile
@@ -27,7 +27,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
-.if ${PYTHON_REL} < 3800
+.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif