git: 5ae4104c0a6e - main - shells/nushell: Remove option DATAFRAME; Add Makefile.version

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 20 Sep 2024 17:38:59 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5ae4104c0a6ef438e098a2a7146facb6273c22b1

commit 5ae4104c0a6ef438e098a2a7146facb6273c22b1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-20 14:44:13 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-20 17:38:51 +0000

    shells/nushell: Remove option DATAFRAME; Add Makefile.version
    
    The DataFrame functionality will is now provided by
    the plugin nu_plugin_polars.
    
    Makefile.version is to support Nushell plugins.
---
 shells/nushell/Makefile         | 7 +------
 shells/nushell/Makefile.version | 3 +++
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/shells/nushell/Makefile b/shells/nushell/Makefile
index d916cab55ebd..829d9970a3b7 100644
--- a/shells/nushell/Makefile
+++ b/shells/nushell/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nushell
 DISTVERSION=	0.98.0
+PORTREVISION=	1
 CATEGORIES=	shells
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -711,12 +712,6 @@ 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
-
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == powerpc
diff --git a/shells/nushell/Makefile.version b/shells/nushell/Makefile.version
new file mode 100644
index 000000000000..64fc755f602b
--- /dev/null
+++ b/shells/nushell/Makefile.version
@@ -0,0 +1,3 @@
+# this file is provided for nushell users
+
+NUSHELL_VER=0.98.0