git: 126b33fb2cbc - main - comms/xlog: undeprecate and unexpire

From: Charlie Li <vishwin_at_FreeBSD.org>
Date: Mon, 18 Mar 2024 11:48:43 UTC
The branch main has been updated by vishwin:

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

commit 126b33fb2cbcdcc72fbcbddb7cedc00848bcba53
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2024-03-18 11:47:19 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2024-03-18 11:47:19 +0000

    comms/xlog: undeprecate and unexpire
    
    xlog is still a widely-used open source logging software in amateur
    radio.
    
    Assign to hamradio@
---
 comms/xlog/Makefile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile
index 38ba9217a918..0a7fe7f9d2ba 100644
--- a/comms/xlog/Makefile
+++ b/comms/xlog/Makefile
@@ -1,20 +1,16 @@
 PORTNAME=	xlog
 DISTVERSION=	2.0.24
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	comms hamradio
 MASTER_SITES=	SAVANNAH
 
-MAINTAINER=	bofh@FreeBSD.org
+MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Amateur Radio logging application
 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 \