git: 52f7d0415a89 - main - games/weebsay: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Aug 2023 09:03:40 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=52f7d0415a894a969a7ef756963453c3ecb4e9a2 commit 52f7d0415a894a969a7ef756963453c3ecb4e9a2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-26 14:37:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-27 09:03:23 +0000 games/weebsay: Mark DEPRECATED - The application calls to an external API to bring the quotes. The API endpoint is no longer active. - Set EXPIRATION_DATE 2023-09-26 --- games/weebsay/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/weebsay/Makefile b/games/weebsay/Makefile index a84ea26d75c1..1ddd4e1ca44a 100644 --- a/games/weebsay/Makefile +++ b/games/weebsay/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/irevenko/weebsay LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= API server is no longer functional +EXPIRATION_DATE= 2023-09-26 + USES= go:modules USE_GITHUB= yes GH_ACCOUNT= irevenko