git: 485a92dde12c - main - archivers/paq: 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:10 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=485a92dde12c4d464a3ab6b890fa8cc43658be80 commit 485a92dde12c4d464a3ab6b890fa8cc43658be80 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-06 17:27:15 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-06 19:05:49 +0000 archivers/paq: Deprecate and set expiration date to 2024-07-31 Outdated, unmaintained and format that never gained any traction --- archivers/paq/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index ee324425fe10..16e60853f0de 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -14,6 +14,9 @@ WWW= http://mattmahoney.net/dc/zpaq.html LICENSE= GPLv3 MIT LICENSE_COMB= multi +DEPRECATED= Outdated, unmaintained and format that never gained any traction +EXPIRATION_DATE=2024-07-31 + USES= dos2unix zip USE_CXXSTD= c++14