git: 86375c84ba60 - main - net-p2p/frost: Deprecate and set expiration date to 2024-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 19:57:39 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=86375c84ba60dde44384c014ba03d82cc5ba0b88 commit 86375c84ba60dde44384c014ba03d82cc5ba0b88 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-02-25 19:50:50 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-02-25 19:51:01 +0000 net-p2p/frost: Deprecate and set expiration date to 2024-03-31 Outdated version and unsupported upstream PR: 276979 Approved by: portmgr (maintainer timeout, 2+ weeks) --- net-p2p/frost/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile index 659e79d77237..3fd5bfadb60b 100644 --- a/net-p2p/frost/Makefile +++ b/net-p2p/frost/Makefile @@ -10,6 +10,9 @@ MAINTAINER= peter.thoenen@yahoo.com COMMENT= Freenet client that provides messenger and file services WWW= https://jtcfrost.sourceforge.net/ +DEPRECATED= Outdated version and unsupported upstream +EXPIRATION_DATE=2024-03-31 + USES= zip USE_JAVA= yes JAVA_RUN= yes