aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-10-14 20:53:10 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-10-14 20:54:14 +0000
commitd9c0963e6423504771b9942cbfa4d98100e436cb (patch)
treeae7d4b3cfab56b59639021ebcf8db783922db0d4
parente7f1958fab65e244ab005f122015a3c76086cc6d (diff)
downloadports-d9c0963e6423504771b9942cbfa4d98100e436cb.tar.gz
ports-d9c0963e6423504771b9942cbfa4d98100e436cb.zip
security/py-yubikey-manager: unbreak build after py-cryptography revert (+)
securuty/py-cryptography got a PORTEPOCH bump after revert. Adjust dependency package version check boundaries to meet new reality. Approved by: portmgr blanket
-rw-r--r--security/py-yubikey-manager/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile
index 353124bbf5dc..18c157fb1006 100644
--- a/security/py-yubikey-manager/Makefile
+++ b/security/py-yubikey-manager/Makefile
@@ -1,6 +1,6 @@
PORTNAME= yubikey-manager
PORTVERSION= 4.0.9
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40:security/py-cryptography@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cryptography>=2.6<40,1:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}fido2>0:security/py-fido2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \