git: 8542ba3e9dc8 - main - FIFE engine ports: undeprecate the ports and assume maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 04 Jul 2025 14:40:47 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=8542ba3e9dc82019156aa71666ee2b9303944fab commit 8542ba3e9dc82019156aa71666ee2b9303944fab Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2025-07-04 14:39:04 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2025-07-04 14:39:04 +0000 FIFE engine ports: undeprecate the ports and assume maintainership Despite stagnated development in recent years, and while consumers, most notably Unknown Horizons are slowly migrating to Godot Engine, the project could be useful on its own as a standalone GUI library. Approved by: previous maintainer (via email) --- devel/fifechan/Makefile | 7 ++----- games/py-fife/Makefile | 8 +------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile index 651ec2b01c01..96cd776da742 100644 --- a/devel/fifechan/Makefile +++ b/devel/fifechan/Makefile @@ -3,16 +3,13 @@ PORTVERSION= 0.1.5 PORTREVISION= 1 CATEGORIES= devel games -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Small, efficient C++ GUI library designed for games -WWW= http://fifengine.net/ +WWW= https://fifengine.github.io/fifechan/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -DEPRECATED= Outdated, unsupported upstream and development has slowed down considerbly for the last years -EXPIRATION_DATE=2025-06-30 - USES= cmake USE_LDCONFIG= yes diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 23bff9adb081..2a0f733416d3 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 11 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Flexible Isometric Free Engine WWW= https://www.fifengine.net/ @@ -71,10 +71,4 @@ post-patch: ${WRKSRC}/engine/core/loaders/native/map/objectloader.cpp \ ${WRKSRC}/engine/core/gui/fifechan/fifechanmanager.cpp -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MFIFECHAN} -DEPRECATED= Depends on expired devel/fifechan -.endif - .include <bsd.port.mk>