From bf1d1cf80627bcd39e3e68f11eccdae9249f4edb Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Thu, 6 Jun 2024 19:18:43 +0200 Subject: [PATCH] archivers/pxz: Deprecate and set expiration date to 2024-07-31 Obsolete utility, xz (Utils) gained support for multithreading in 5.2.0 released in late 2014 --- archivers/pxz/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 69d6ba601536..3d0c9c47b832 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -9,6 +9,9 @@ WWW= https://jnovy.fedorapeople.org/pxz/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Superseded by xz (Utils), support for multithreading is available since 2014 +EXPIRATION_DATE=2024-07-31 + USES= cpe tar:xz PLIST_FILES= bin/pxz share/man/man1/pxz.1.gz