git: 0da25c907b40 - main - games/2048-qt: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Mar 2024 15:19:47 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0da25c907b4024f3f62f4fe0fdfbf6d10361adca commit 0da25c907b4024f3f62f4fe0fdfbf6d10361adca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-30 14:31:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-30 15:19:33 +0000 games/2048-qt: Mark DEPRECATED - Unmaintained, last upstream release was in 2015 - Set EXPIRATION_DATE 2024-04-30 If someone needs this port feel free to undeprecate and takeover maintainership. --- games/2048-qt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index b14989eb2e24..8784d4071685 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/xiaoyong/2048-Qt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Unmaintained, last upstream release in 2016 +EXPIRATION_DATE= 2024-04-30 + USE_GITHUB= yes GH_ACCOUNT= xiaoyong GH_PROJECT= 2048-Qt