diff options
Diffstat (limited to 'sysutils/zellij')
-rw-r--r-- | sysutils/zellij/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index ac2063cf1d18..da4a2270e1fe 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,16 +1,19 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.42.2 -PORTREVISION= 1 +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 |