git: 9257d22d3ea1 - main - deskutils/health: Deprecate and set expiration date to 2025-04-30

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Tue, 08 Apr 2025 08:41:26 UTC
The branch main has been updated by mikael:

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

commit 9257d22d3ea121602b2c5a7624ef47cdfcdd2a6b
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2025-04-07 08:46:54 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-04-08 08:41:10 +0000

    deskutils/health: Deprecate and set expiration date to 2025-04-30
    
    Current version fails to build with rust 1.86.0 and has no maintainer.
    
    ld: error: unable to find library -ltracker-sparql-3.0
    
    PR:             285840
---
 deskutils/health/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/deskutils/health/Makefile b/deskutils/health/Makefile
index 0f0874745a19..4b4f85d0603f 100644
--- a/deskutils/health/Makefile
+++ b/deskutils/health/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	health
 DISTVERSION=	0.95.0
-PORTREVISION=	14
+PORTREVISION=	15
 CATEGORIES=	deskutils
 
 MAINTAINER=	ports@FreeBSD.org
@@ -10,6 +10,9 @@ WWW=		https://gitlab.gnome.org/World/Health
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=    fails to build with rust 1.86.0
+EXPIRATION_DATE=2025-04-30
+
 BUILD_DEPENDS=	blueprint-compiler:devel/blueprint-compiler
 LIB_DEPENDS=	libgraphene-1.0.so:graphics/graphene \
 		libsecret-1.so:security/libsecret \