git: c33d91602027 - main - security/yubioath-desktop: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 02 Sep 2025 19:42:51 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c33d916020276f1442482674cb93575201975256

commit c33d916020276f1442482674cb93575201975256
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-09-02 19:42:45 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-09-02 19:42:45 +0000

    security/yubioath-desktop: Remove expired port
    
    2025-09-01 security/yubioath-desktop: Depends on expired security/libu2f-host via security/py-yubikey-manager
---
 MOVED                                 |  1 +
 security/Makefile                     |  1 -
 security/yubioath-desktop/Makefile    | 48 -----------------------------------
 security/yubioath-desktop/distinfo    |  3 ---
 security/yubioath-desktop/pkg-descr   |  3 ---
 security/yubioath-desktop/pkg-message |  7 -----
 6 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/MOVED b/MOVED
index 69e1c0f13622..65422acd7341 100644
--- a/MOVED
+++ b/MOVED
@@ -4752,3 +4752,4 @@ security/p5-Dancer2-Plugin-Auth-Extensible-Provider-Usergroup||2025-09-02|Has ex
 security/p5-Dancer-Plugin-Auth-Extensible-Provider-Usergroup||2025-09-02|Has expired: Depends on expired security/p5-Data-Entropy via security/p5-Dancer-Plugin-Passphrase
 security/py-onlykey||2025-09-02|Has expired: Depends on expired security/libu2f-host
 security/yubikey-manager-qt||2025-09-02|Has expired: Depends on expired security/libu2f-host via security/py-yubikey-manager
+security/yubioath-desktop||2025-09-02|Has expired: Depends on expired security/libu2f-host via security/py-yubikey-manager
diff --git a/security/Makefile b/security/Makefile
index 5a3f483060b2..a01bfccd256a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1439,7 +1439,6 @@
     SUBDIR += yubico-piv-tool
     SUBDIR += yubikey-agent
     SUBDIR += yubikey-personalization-gui
-    SUBDIR += yubioath-desktop
     SUBDIR += zaproxy
     SUBDIR += zeek
     SUBDIR += zeronet
diff --git a/security/yubioath-desktop/Makefile b/security/yubioath-desktop/Makefile
deleted file mode 100644
index 7f536c778050..000000000000
--- a/security/yubioath-desktop/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-PORTNAME=	yubioath-desktop
-DISTVERSIONPREFIX=	yubioath-desktop-
-DISTVERSION=	5.0.4
-PORTREVISION=	2
-CATEGORIES=	security
-
-MAINTAINER=	daniel@shafer.cc
-COMMENT=	GUI for displaying OATH codes with a Yubikey
-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 \
-		libffi>0:devel/libffi \
-		pcscd:devel/pcsc-lite \
-		swig:devel/swig
-
-USES=		compiler:c++11-lang desktop-file-utils gl python qmake qt:5 \
-		shebangfix ssl
-USE_GL=		gl
-USE_QT=		core declarative gui network quickcontrols2 svg widgets buildtools:build
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	Yubico
-
-SHEBANG_FILES=	build_qrc.py \
-		py/yubikey.py \
-
-PLIST_FILES=	bin/yubioath-desktop \
-		share/applications/com.yubico.yubioath.desktop \
-		share/pixmaps/com.yubico.yubioath.png
-
-post-patch:
-	@${REINPLACE_CMD} -e '/PYTHON_CMD/s|python3|${PYTHON_CMD}|g' \
-		${WRKSRC}/yubioath-desktop.pro
-	@${REINPLACE_CMD} -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g' ${WRKSRC}/deployment.pri
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/resources/com.yubico.yubioath.desktop ${STAGEDIR}${PREFIX}/share/applications
-	${INSTALL_DATA} ${WRKSRC}/resources/icons/com.yubico.yubioath.png ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>
diff --git a/security/yubioath-desktop/distinfo b/security/yubioath-desktop/distinfo
deleted file mode 100644
index 568b3dd1904e..000000000000
--- a/security/yubioath-desktop/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1616213145
-SHA256 (Yubico-yubioath-desktop-yubioath-desktop-5.0.4_GH0.tar.gz) = b47c8715e415b0e0ea0237e6f56d328fc8d3303a87ad89d4540d4f4a93138bd7
-SIZE (Yubico-yubioath-desktop-yubioath-desktop-5.0.4_GH0.tar.gz) = 5657338
diff --git a/security/yubioath-desktop/pkg-descr b/security/yubioath-desktop/pkg-descr
deleted file mode 100644
index 8a3575b7be09..000000000000
--- a/security/yubioath-desktop/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Cross-platform application for generating Open Authentication (OATH) time-based
-TOTP and event-based HOTP one-time password codes, with the help of a YubiKey
-that protects the shared secrets.
diff --git a/security/yubioath-desktop/pkg-message b/security/yubioath-desktop/pkg-message
deleted file mode 100644
index 7f4f2a2c4875..000000000000
--- a/security/yubioath-desktop/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-  Before running make sure that the pcscd service is enabled and running
-EOM
-}
-]