git: 74bc6d982f2c - main - textproc/{bbe,sablotron}: undeprecate and assume maintainership.

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Tue, 29 Apr 2025 22:05:27 UTC
The branch main has been updated by danfe:

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

commit 74bc6d982f2c7f02cbb7b5deabd4fcb2420b3121
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-04-29 22:04:16 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-04-29 22:04:16 +0000

    textproc/{bbe,sablotron}: undeprecate and assume maintainership.
---
 textproc/bbe/Makefile       | 6 +-----
 textproc/sablotron/Makefile | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/textproc/bbe/Makefile b/textproc/bbe/Makefile
index 3622c8f1542f..68cbe2e9bb13 100644
--- a/textproc/bbe/Makefile
+++ b/textproc/bbe/Makefile
@@ -4,18 +4,14 @@ PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	SF/${PORTNAME}-/${PORTNAME}/${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Sed-like editor for binary files
 WWW=		https://sourceforge.net/projects/bbe-/
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	Abandonware and unmaintained in tree for years
-EXPIRATION_DATE=2025-04-30
-
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INFO=		${PORTNAME}
 
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile
index 706ee8509b28..ab9049a4521d 100644
--- a/textproc/sablotron/Makefile
+++ b/textproc/sablotron/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	textproc
 MASTER_SITES=	SF/sablotron/sablotron-${PORTVERSION}
 DISTNAME=	Sablot-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	XML toolkit implementing XSLT 1.0, XPath 1.0 and DOM Level2
 WWW=		https://sourceforge.net/projects/sablotron/
 
@@ -14,11 +14,7 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libexpat.so:textproc/expat2
 
-DEPRECATED=	Obsolete XML processor that only supports legacy languages
-EXPIRATION_DATE=2025-04-30
-
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		gmake iconv libtool localbase:ldflags
 USE_CXXSTD=	c++98
 USE_LDCONFIG=	yes