Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 14:15:37 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 67a5cc8e6f71 - main - comms/xlog: Mark DEPRECATED
Message-ID:  <202403171415.42HEFb2S095621@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171415.42HEFb2S095621>