git: 67a5cc8e6f71 - main - comms/xlog: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 17 Mar 2024 14:15:37 UTC
The branch main has been updated by bofh:

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

commit 67a5cc8e6f7199902b9d75672bd32db0e753ab70
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-03-17 13:28:36 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-03-17 14:15:16 +0000

    comms/xlog: Mark DEPRECATED
    
    - Uses upstream EOL gtk2 libraries
    - Set EXPIRATION_DATE 2024-12-31
    
    If someone needs this port feel free to undeprecate and takeover
    maintainership.
---
 comms/xlog/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index cf9c82c37c1b..38ba9217a918 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	xlog
 DISTVERSION=	2.0.24
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SAVANNAH
 
@@ -11,6 +11,10 @@ WWW=		https://xlog.nongnu.org/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	Uses upstream EOL gtk2 libraries
+# Tentative expiration date
+EXPIRATION_DATE=2024-12-31
+
 LIB_DEPENDS=	libhamlib.so:comms/hamlib \
 		libharfbuzz.so:print/harfbuzz \
 		libfontconfig.so:x11-fonts/fontconfig \