git: 8b1d5a7cd5e2 - main - sysutils/pfetch: Deprecate and set expiration date to 2024-07-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 18:38:47 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8b1d5a7cd5e252a5c86074a760c9ee435e081623 commit 8b1d5a7cd5e252a5c86074a760c9ee435e081623 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-06-23 15:53:20 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-06-23 18:19:17 +0000 sysutils/pfetch: Deprecate and set expiration date to 2024-07-31 No longer developed, upstream repo archived Apr 26 2024. There's a "spiritual successor" called pfetch-rs located here: https://github.com/Gobidev/pfetch-rs PR: 279470 Approved by: portmgr (maintainer timeout, 2+ weeks) --- sysutils/pfetch/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/pfetch/Makefile b/sysutils/pfetch/Makefile index 618e4b97464f..c863517f3cd6 100644 --- a/sysutils/pfetch/Makefile +++ b/sysutils/pfetch/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/dylanaraps/pfetch LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md +DEPRECATED= No longer developed, upstream repo archived Apr 26 2024 +EXPIRATION_DATE=2024-07-31 + USE_GITHUB= yes GH_ACCOUNT= dylanaraps