git: 2e9975b5946a - main - sysutils/zellij: Drop maintainership, mark deprecated

From: Thomas Zander <riggs_at_FreeBSD.org>
Date: Sat, 09 Aug 2025 10:38:15 UTC
The branch main has been updated by riggs:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e9975b5946a98f29f1ade3e72970e2c135d4e1a

commit 2e9975b5946a98f29f1ade3e72970e2c135d4e1a
Author:     Thomas Zander <riggs@FreeBSD.org>
AuthorDate: 2025-08-09 10:26:02 +0000
Commit:     Thomas Zander <riggs@FreeBSD.org>
CommitDate: 2025-08-09 10:38:13 +0000

    sysutils/zellij: Drop maintainership, mark deprecated
    
    I am forced to drop the maintainership for zellij. Over time this port
    has entered a state of dependency creep that is unsustainable in my
    opinion. The update to 0.43 would push the number of dependent crates
    to 570, including a dependency on clang-sys, because compilation of
    additional C-code is now apparently necessary.
    I have preemptively set an expiration date of this port to the end of
    2025. If someone volunteers to take care of this port and takes
    care of the growing number of dependencies and the resulting challenges,
    please go ahead.
---
 sysutils/zellij/Makefile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile
index 6e42cddfffd9..da4a2270e1fe 100644
--- a/sysutils/zellij/Makefile
+++ b/sysutils/zellij/Makefile
@@ -1,16 +1,19 @@
 PORTNAME=	zellij
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.42.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 
-MAINTAINER=	riggs@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Versatile, extensible terminal multiplexer
 WWW=		https://zellij.dev/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+DEPRECATED=	Unsustainable dependency growth
+EXPIRATION_DATE=	2025-12-31
+
 ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	wasmer-vm crate currently only supports aarch64 and amd64