git: 05b50b84e342 - main - net-p2p/vuze: Deprecate and set expiration date to 2025-03-31
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Mar 2025 22:06:55 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=05b50b84e342ed1ee5ae02ffbe98aed13512efdb commit 05b50b84e342ed1ee5ae02ffbe98aed13512efdb Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-03-07 21:27:34 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-03-07 22:06:41 +0000 net-p2p/vuze: Deprecate and set expiration date to 2025-03-31 Abandoned upstream, new project is called BiglyBT and is not ported --- net-p2p/vuze/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-p2p/vuze/Makefile b/net-p2p/vuze/Makefile index 251c92593b2e..d3e267f5409f 100644 --- a/net-p2p/vuze/Makefile +++ b/net-p2p/vuze/Makefile @@ -12,6 +12,9 @@ WWW= https://www.vuze.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GPL.txt +DEPRECATED= Abandoned upstream +EXPIRATION_DATE=2025-03-31 + BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:devel/log4j \ ${JAVALIBDIR}/commons-cli.jar:java/apache-commons-cli \ ${JAVALIBDIR}/junit.jar:java/junit \