Date: Tue, 3 Jan 2023 19:06:30 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f5f6076279ef - main - shells/nushell: Add tests; Add DATAFRAME option Message-ID: <202301031906.303J6Ux2018862@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5f6076279efd00a921a3f244f2abce008e0b3be commit f5f6076279efd00a921a3f244f2abce008e0b3be Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-03 15:39:38 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-03 19:06:27 +0000 shells/nushell: Add tests; Add DATAFRAME option --- shells/nushell/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile index f286f90f1ac2..a95fbebc4f63 100644 --- a/shells/nushell/Makefile +++ b/shells/nushell/Makefile @@ -1,5 +1,6 @@ PORTNAME= nushell DISTVERSION= 0.73.0 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= yuri@FreeBSD.org @@ -9,7 +10,7 @@ WWW= https://www.nushell.sh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cargo ssl +USES= cargo localbase ssl USE_GITHUB= yes @@ -572,7 +573,16 @@ OPENSSLLIB= /usr/lib PLIST_FILES= bin/nu +OPTIONS_DEFINE= DATAFRAME + +DATAFRAME_DESC= Include the dataframe feature +DATAFRAME_VARS= CARGO_BUILD_ARGS+=--features=dataframe +DATAFRAME_BROKEN= see https://github.com/nushell/nushell/issues/7665 + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nu +do-test: + @${CARGO_CARGO_RUN} test --workspace + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301031906.303J6Ux2018862>