From 2a8c4f6c94c9d23313aa8289d06e502f618475e6 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 6 Feb 2025 12:46:44 +0100 Subject: [PATCH] shells/nushell: sync with upstream Taken from: FreeBSD --- shells/nushell/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index 121b8c06038..de84b2d08af 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,5 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.101.0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org @@ -10,9 +11,6 @@ WWW= https://www.nushell.sh/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_15_armv7= compilation fails, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282712 -BROKEN_aarch64= compilation fails, see https://github.com/nushell/nushell/issues/13194 - USES= cargo localbase ssl USE_GITHUB= yes