git: 112e95af9476 - main - benchmarks/ddosify: Mark BROKEN, deprecate and set expiration date to 2025-02-28
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jan 2025 21:40:34 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=112e95af9476a5bc2c5885e67871bfd6bae78cd8 commit 112e95af9476a5bc2c5885e67871bfd6bae78cd8 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-01-21 21:36:19 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-01-21 21:37:30 +0000 benchmarks/ddosify: Mark BROKEN, deprecate and set expiration date to 2025-02-28 Fetch fails due to size mismatch and upstream has also renamed the project to Anteon (https://github.com/getanteon/anteon) --- benchmarks/ddosify/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index ea2e30404b75..92badfd6dfe3 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -11,6 +11,10 @@ WWW= https://github.com/ddosify/ddosify LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Unfetchable +DEPRECATED= Abandoned upstream +EXPIRATION_DATE=2025-02-28 + USES= go:modules USE_GITHUB= yes