summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-01 17:28:39 +0200
committerRene Ladan <rene@FreeBSD.org>2025-06-01 17:28:39 +0200
commit805fb65b630a9c4f001abc83b0bd8c746a414cb0 (patch)
treeaa9545b8b2f300c96a40f80ecb72352746e7282b
parentwww/py-dj50-strawberry-graphql-django: Remove expired port (diff)
all: expire (in)direct consumers of security/libu2f-host on 2025-09-01
Diffstat (limited to '')
-rw-r--r--security/py-onlykey/Makefile3
-rw-r--r--security/py-yubikey-manager/Makefile3
-rw-r--r--security/yubikey-manager-qt/Makefile3
-rw-r--r--security/yubioath-desktop/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/security/py-onlykey/Makefile b/security/py-onlykey/Makefile
index 8f6e4f54a74e..ef1985208211 100644
--- a/security/py-onlykey/Makefile
+++ b/security/py-onlykey/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/trustcrypto/python-onlykey
LICENSE= MIT
+DEPRECATED= Depends on expired security/libu2f-host
+EXPIRATION_DATE=2025-09-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hidapi>0:comms/py-hidapi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aenum>0:devel/py-aenum@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile
index cc9ba6ee1720..bb93ae3a7976 100644
--- a/security/py-yubikey-manager/Makefile
+++ b/security/py-yubikey-manager/Makefile
@@ -12,6 +12,9 @@ WWW= https://developers.yubico.com/yubikey-manager/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on expired security/libu2f-host
+EXPIRATION_DATE=2025-09-01
+
BUILD_DEPENDS= ${RUN_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
diff --git a/security/yubikey-manager-qt/Makefile b/security/yubikey-manager-qt/Makefile
index 70f1c79cd6e9..9a92a11991df 100644
--- a/security/yubikey-manager-qt/Makefile
+++ b/security/yubikey-manager-qt/Makefile
@@ -11,6 +11,9 @@ WWW= https://developers.yubico.com/yubikey-manager-qt/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on expired security/libu2f-host via security/py-yubikey-manager
+EXPIRATION_DATE=2025-09-01
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
pyotherside-qt5>0:devel/pyotherside-qt5
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
diff --git a/security/yubioath-desktop/Makefile b/security/yubioath-desktop/Makefile
index 5f2373a67822..7f536c778050 100644
--- a/security/yubioath-desktop/Makefile
+++ b/security/yubioath-desktop/Makefile
@@ -11,6 +11,9 @@ WWW= https://developers.yubico.com/yubioath-desktop/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Depends on expired security/libu2f-host via security/py-yubikey-manager
+EXPIRATION_DATE=2025-09-01
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-manager@${PY_FLAVOR} \
pyotherside-qt5>0:devel/pyotherside-qt5 \
RSA_SecurID_getpasswd:devel/libccid \