git: 80feb3ec8709 - main - textproc/xmlto: extend expiration date by several weeks.

From: Matthias Andree <mandree_at_FreeBSD.org>
Date: Wed, 01 Oct 2025 09:58:21 UTC
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80feb3ec8709b858f740cc538e716a16fd7c9b26

commit 80feb3ec8709b858f740cc538e716a16fd7c9b26
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-10-01 09:57:04 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-10-01 09:58:17 +0000

    textproc/xmlto: extend expiration date by several weeks.
    
    GNOME found a new volunteer to maintain libxslt, but there
    is no new release yet.  Remove "unmaintained" from DEPRECATED.
    https://gitlab.gnome.org/GNOME/libxslt/-/commits/master?ref_type=HEADS
---
 textproc/xmlto/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/textproc/xmlto/Makefile b/textproc/xmlto/Makefile
index 278d599474d7..640427a37497 100644
--- a/textproc/xmlto/Makefile
+++ b/textproc/xmlto/Makefile
@@ -17,8 +17,8 @@ WWW=		https://pagure.io/xmlto/
 
 LICENSE=	GPLv2
 
-DEPRECATED=	Depends on vulnerable unmaintained libxslt
-EXPIRATION_DATE=2025-09-12
+DEPRECATED=	Depends on vulnerable libxslt
+EXPIRATION_DATE=2025-12-31
 
 BUILD_DEPENDS=	${BASH_CMD}:shells/bash \
 		${GETOPT_CMD}:misc/getopt \