git: 8b294869b9ea - main - textproc/*: undeprecate ports depending on unexpired textproc/jade.

From: Alexey Dokuchaev <danfe_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 04:26:01 UTC
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b294869b9ea94ff960ee7ce6618dc4c09c71290

commit 8b294869b9ea94ff960ee7ce6618dc4c09c71290
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2025-06-21 04:24:36 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2025-06-21 04:24:36 +0000

    textproc/*: undeprecate ports depending on unexpired textproc/jade.
---
 textproc/docbook-utils/Makefile  | 4 ----
 textproc/linuxdoc-tools/Makefile | 4 ----
 textproc/sgmlformat/Makefile     | 2 --
 3 files changed, 10 deletions(-)

diff --git a/textproc/docbook-utils/Makefile b/textproc/docbook-utils/Makefile
index acfaf22cfdc5..958d10beba1a 100644
--- a/textproc/docbook-utils/Makefile
+++ b/textproc/docbook-utils/Makefile
@@ -8,9 +8,6 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Generates various output formats from DocBook SGML documents
 WWW=		https://www.sourceware.org/docbook-tools/
 
-DEPRECATED=	Depends on expired textproc/jade
-EXPIRATION_DATE=2025-03-31
-
 BUILD_DEPENDS+=	docbook-sgml>0:textproc/docbook-sgml \
 		dsssl-docbook-modular>0:textproc/dsssl-docbook-modular \
 		nsgmls:textproc/jade
@@ -26,7 +23,6 @@ USE_PERL5=	run
 USE_TEX=	jadetex
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 MAKE_ARGS+=	docdir="${DOCSDIR}" htmldir="${DOCSDIR}/html"
 NO_ARCH=	yes
 SHEBANG_FILES=	bin/sgmldiff.in
diff --git a/textproc/linuxdoc-tools/Makefile b/textproc/linuxdoc-tools/Makefile
index 108aa0ea3b02..9295feb7b3ae 100644
--- a/textproc/linuxdoc-tools/Makefile
+++ b/textproc/linuxdoc-tools/Makefile
@@ -13,9 +13,6 @@ LICENSE_NAME_LinuxdocTools=	The linuxdoc-tools license
 LICENSE_FILE_LinuxdocTools=	${WRKSRC}/COPYING
 LICENSE_PERMS_LinuxdocTools=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-DEPRECATED=	Depends on expired textproc/jade
-EXPIRATION_DATE=2025-03-31
-
 BUILD_DEPENDS=	gawk:lang/gawk \
 		nsgmls:textproc/jade \
 		sgmlsasp:textproc/sgmls
@@ -27,7 +24,6 @@ USE_GITLAB=	yes
 GL_ACCOUNT=	agmartin
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		gmake groff:both perl5 tar:bzip2
 CONFIGURE_ARGS=	--with-installed-sgmlsasp
 
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index daa03e201a71..8be63bbc9797 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -25,8 +25,6 @@ WITH_OPENJADE=	yes
 RUN_DEPENDS=	openjade>0:textproc/openjade
 .else
 RUN_DEPENDS=	nsgmls:textproc/jade
-DEPRECATED=	Depends on expired textproc/jade
-EXPIRATION_DATE=2025-03-31
 .endif
 RUN_DEPENDS+=	linuxdoc>0:textproc/linuxdoc \
 		docbook-sgml>0:textproc/docbook-sgml \