git: 121db7345900 - main - games/allacrost: Deprecate and set expiration date to 2025-01-31

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Thu, 26 Dec 2024 09:41:15 UTC
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=121db7345900aaed110718939fe63dd900f25c67

commit 121db7345900aaed110718939fe63dd900f25c67
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-12-26 09:26:05 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-12-26 09:40:44 +0000

    games/allacrost: Deprecate and set expiration date to 2025-01-31
    
    Marked BROKEN in May 2024 and upstream is gone so sunset port
    
    Approved by:    portmgr (blanket)
---
 games/allacrost/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile
index 0c93de513f61..ac5f59a8b265 100644
--- a/games/allacrost/Makefile
+++ b/games/allacrost/Makefile
@@ -13,6 +13,8 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN=		uses incompatible C++ features from different C++ standards that can't be built together due to feature deprecation restrictions
+DEPRECATED=	Fails to build and upstream is gone
+EXPIRATION_DATE=2025-01-31
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libogg.so:audio/libogg \