git: a67d67fb8c8c - main - devel/fifechan: Deprecate and set expiration date to 2025-06-30
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 14:19:01 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a67d67fb8c8cf76f7615da44eb0168f842c26969 commit a67d67fb8c8cf76f7615da44eb0168f842c26969 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-05-29 13:58:14 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-05-29 14:18:45 +0000 devel/fifechan: Deprecate and set expiration date to 2025-06-30 Outdated, unsupported upstream and development has slowed down considerbly for the last years PR: 286638 Approved by: maintainer timeout, 2+ weeks --- devel/fifechan/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile index fa66e98ab65f..651ec2b01c01 100644 --- a/devel/fifechan/Makefile +++ b/devel/fifechan/Makefile @@ -10,6 +10,9 @@ WWW= http://fifengine.net/ 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