diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2025-10-01 11:57:04 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2025-10-01 11:58:17 +0200 |
commit | 80feb3ec8709b858f740cc538e716a16fd7c9b26 (patch) | |
tree | fcc04c6d011804fe7422795a04df041658ad1595 | |
parent | security/openssl32: Remove expired port (diff) |
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
-rw-r--r-- | textproc/xmlto/Makefile | 4 |
1 files 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 \ |