git: 698f1d3ba08f - main - games/dose-response: deprecate and set expiration date

From: Mikael Urankar <mikael_at_FreeBSD.org>
Date: Tue, 11 Nov 2025 11:08:37 UTC
The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=698f1d3ba08f12a192606e9b295f543f6d92babf

commit 698f1d3ba08f12a192606e9b295f543f6d92babf
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2025-11-09 17:19:07 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2025-11-11 11:08:12 +0000

    games/dose-response: deprecate and set expiration date
    
    It doesn't build with rust 1.91.0 and there is no maintainer for this port
    
    PR:             290816
---
 games/dose-response/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile
index 3963ca48e3ff..4014d5b84e97 100644
--- a/games/dose-response/Makefile
+++ b/games/dose-response/Makefile
@@ -11,6 +11,9 @@ WWW=		https://tryjumping.com/dose-response-roguelike/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
+DEPRECATED=	fails to build with rust-1.91.0 and no maintainer for this port
+EXPIRATION_DATE=2025-11-31
+
 USES=		cargo gnome sdl
 USE_SDL=	sdl2
 USE_GITHUB=	yes