Date: Sun, 27 Aug 2023 09:03:40 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 52f7d0415a89 - main - games/weebsay: Mark DEPRECATED Message-ID: <202308270903.37R93eke046294@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308270903.37R93eke046294>