git: 4f013956a4af - main - security/libu2f-host: Mark DEPRECATED and set EXPIRATION_DATE to 2025-05-31

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 18 Apr 2025 05:50:35 UTC
The branch main has been updated by sunpoet:

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

commit 4f013956a4af0f2361097dde85aa8d2779511fcb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:24:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:38:49 +0000

    security/libu2f-host: Mark DEPRECATED and set EXPIRATION_DATE to 2025-05-31
    
    Reference:      https://github.com/Yubico/libu2f-host/commit/420a18112a0aab09f19915cd7465e471e29717cd
---
 security/libu2f-host/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/security/libu2f-host/Makefile b/security/libu2f-host/Makefile
index 527157b76b38..19795061d2a8 100644
--- a/security/libu2f-host/Makefile
+++ b/security/libu2f-host/Makefile
@@ -11,6 +11,9 @@ WWW=		https://developers.yubico.com/libu2f-host/
 LICENSE=	LGPL21+ GPLv3+
 LICENSE_COMB=	multi
 
+DEPRECATED=	This project is deprecated and is no longer being maintained. libfido2 is a new project with support for U2F and FIDO2. Use security/libfido2 instead
+EXPIRATION_DATE=2025-05-31
+
 BUILD_DEPENDS=	gengetopt:devel/gengetopt \
 		gtk-doc>0:textproc/gtk-doc \
 		help2man:misc/help2man