git: 0e587cb5394a - main - games/adonthell: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Mon, 30 Sep 2024 19:10:17 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e587cb5394aabc3cd07dcda81936cd1d00a1dca

commit 0e587cb5394aabc3cd07dcda81936cd1d00a1dca
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-09-30 19:10:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-09-30 19:10:08 +0000

    games/adonthell: Remove expired port
    
    2024-09-30 games/adonthell: Unmaintained in tree and broken for months
---
 MOVED                     |  1 +
 games/Makefile            |  1 -
 games/adonthell/Makefile  | 43 -------------------------------------------
 games/adonthell/distinfo  |  3 ---
 games/adonthell/pkg-descr |  6 ------
 5 files changed, 1 insertion(+), 53 deletions(-)

diff --git a/MOVED b/MOVED
index 5eb73fdea722..008eaeb78d61 100644
--- a/MOVED
+++ b/MOVED
@@ -3494,3 +3494,4 @@ audio/py-tagpy||2024-09-30|Has expired: Abandonded upstream
 devel/libdsp||2024-09-30|Has expired: Abandonware, last release upstream in 2005 and unmaintained since 2015
 devel/libxs||2024-09-30|Has expired: Upstream is gone and repo is deleted
 games/adonthell-wastesedge||2024-09-30|Has expired: Depends on deprecated port games/adonthell
+games/adonthell||2024-09-30|Has expired: Unmaintained in tree and broken for months
diff --git a/games/Makefile b/games/Makefile
index c8005309a4a3..274bde8305e5 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -29,7 +29,6 @@
     SUBDIR += abuse_sdl
     SUBDIR += ace-of-penguins
     SUBDIR += adom
-    SUBDIR += adonthell
     SUBDIR += aestats
     SUBDIR += affenspiel
     SUBDIR += afternoonstalker
diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile
deleted file mode 100644
index d4b052349c8f..000000000000
--- a/games/adonthell/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-PORTNAME=	adonthell
-PORTVERSION=	0.3.8
-PORTREVISION=	3
-CATEGORIES=	games
-MASTER_SITES=	SAVANNAH
-DISTFILES=	${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX}
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Role playing game engine
-WWW=		https://adonthell.nongnu.org/
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-BROKEN=		Fails to build, ./python_class.h:38:10: fatal error: 'eval.h' file not found
-DEPRECATED=	Unmaintained in tree and broken for months
-EXPIRATION_DATE=2024-09-30
-
-LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libogg.so:audio/libogg \
-		libvorbis.so:audio/libvorbis
-
-USES=		gettext gmake localbase pkgconfig python sdl
-USE_CXXSTD=	c++14
-USE_SDL=	mixer2 ttf2
-
-GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-CONFIGURE_ARGS=	--disable-py-debug \
-		--disable-pyc \
-		--with-py-libs="$$(${PYTHON_CMD}-config --ldflags --embed)" \
-		--with-python=${PYTHON_CMD}
-
-PLIST_DIRS=	${DATADIR}/games
-PLIST_FILES=	bin/adonthell \
-		share/man/man6/adonthell.6.gz \
-		${DATADIR}/modules/adonthell.py \
-		${DATADIR}/modules/dialogue.py
-
-post-patch:
-	@${REINPLACE_CMD} 's,adonthell-0.3,adonthell,g' ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/games/adonthell/distinfo b/games/adonthell/distinfo
deleted file mode 100644
index 2cd542bb57cc..000000000000
--- a/games/adonthell/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1547059886
-SHA256 (adonthell-src-0.3.8.tar.gz) = c006f95bc58f095eff1a6b4bfc3ec96a455c76cdc8b64c4b2430ad7775c2ccec
-SIZE (adonthell-src-0.3.8.tar.gz) = 889244
diff --git a/games/adonthell/pkg-descr b/games/adonthell/pkg-descr
deleted file mode 100644
index f5b26a3f145d..000000000000
--- a/games/adonthell/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Adonthell is the combined effort of like-minded people to create a free
-role playing game for various operating systems.
-
-The project's goals are the creation of an engine (currently going by
-the codename adonthell), a set of tools and an actual, playable game
-driven by that engine and built with those tools.