git: bf1d1cf80627 - main - archivers/pxz: Deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jun 2024 19:08:09 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf1d1cf80627bcd39e3e68f11eccdae9249f4edb commit bf1d1cf80627bcd39e3e68f11eccdae9249f4edb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-06 17:18:43 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-06 19:05:49 +0000 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