git: f1b65a71a1c0 - main - security/libcryptui: Mark for EOQ removal

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Tue, 24 Jun 2025 13:18:26 UTC
The branch main has been updated by jhale:

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

commit f1b65a71a1c02e1d03b29f7691db9600934f2ca3
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-06-24 12:50:45 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-06-24 13:16:38 +0000

    security/libcryptui: Mark for EOQ removal
    
    This is an abandoned project and leaf in the FreeBSD ports tree. It
    does not build with security/gpgme 2.x and will never be fixed by
    upstream.
    
    Setting EXPIRATION_DATE to end-of-quarter so we don't have a
    perpetually broken port in the new quarterly branch.
    
    Approved by:    bapt (gnome@) via IRC conversation on #freebsd-desktop
---
 security/libcryptui/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile
index addf4a236690..b1cbf9ef4783 100644
--- a/security/libcryptui/Makefile
+++ b/security/libcryptui/Makefile
@@ -9,6 +9,10 @@ MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME application for managing encryption keys (PGP, SSH)
 WWW=		https://gitlab.gnome.org/GNOME/libcryptui
 
+DEPRECATED=	abandoned project
+EXPIRATION_DATE=2025-06-30
+BROKEN=		does not build with gpgme 2.x
+
 BUILD_DEPENDS=	seahorse>=3.0.0:security/seahorse \
 		gpg:security/gnupg
 LIB_DEPENDS=	libgpgme.so:security/gpgme \