pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/nushell shells/nushell: update to 0.68.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99ee638f833d
branches:  trunk
changeset: 384970:99ee638f833d
user:      pin <pin%pkgsrc.org@localhost>
date:      Fri Sep 09 08:45:19 2022 +0000

description:
shells/nushell: update to 0.68.1

This is the 0.68.1 release of Nushell. It is a bugfix release of 0.68.
This addresses a bug with blocks and source-env.

For convenience, we are providing full builds for Windows, Linux, and macOS.
These are the "all extra features" builds, so be sure you have the requirements
to enable all capabilities:
https://www.nushell.sh/book/installation.html#dependencies

With this release, we have also statically linked OpenSSL into the binary to
make it easier to use across a larger range of platforms. If you encounter any
issue with this, please let us know.

diffstat:

 shells/nushell/Makefile |  14 +++++++++-----
 shells/nushell/distinfo |   8 ++++----
 2 files changed, 13 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r c9d0de32175b -r 99ee638f833d shells/nushell/Makefile
--- a/shells/nushell/Makefile   Fri Sep 09 07:39:45 2022 +0000
+++ b/shells/nushell/Makefile   Fri Sep 09 08:45:19 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2022/09/06 20:46:24 pin Exp $
+# $NetBSD: Makefile,v 1.21 2022/09/09 08:45:19 pin Exp $
 
-DISTNAME=      nushell-0.68.0
+DISTNAME=      nushell-0.68.1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nushell/}
 
@@ -21,12 +21,16 @@
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib
 RUSTFLAGS+=    -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib
 
-CARGO_NO_DEFAULT_FEATURES=     YES
-# 'trash-support' feature is default but, does not build on NetBSD.
-# Extra features 'dataframe' and 'database' do build.
+# The 'trash-support' feature is default but, does not build on NetBSD.
+# Extra features 'dataframe' and 'database' do build on NetBSD.
 # Uncomment them if you wish to enable these at  build time.
 # Be aware that doing so will increase the package build time.
+
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "Linux"
+CARGO_NO_DEFAULT_FEATURES=     YES
 CARGO_FEATURES+=               plugin which-support #dataframe database
+.endif
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/target/release/nu \
diff -r c9d0de32175b -r 99ee638f833d shells/nushell/distinfo
--- a/shells/nushell/distinfo   Fri Sep 09 07:39:45 2022 +0000
+++ b/shells/nushell/distinfo   Fri Sep 09 08:45:19 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2022/09/06 20:46:24 pin Exp $
+$NetBSD: distinfo,v 1.15 2022/09/09 08:45:19 pin Exp $
 
 BLAKE2s (Inflector-0.11.4.crate) = 2f8b4a805230be3b58267c7fb6b9c26c2ec966378d195673d1128a851cca515d
 SHA512 (Inflector-0.11.4.crate) = f1f6463e033b6d3c16c51dc1e1a3f5569954308b95b59058294b7f9310919bbda797e99e6a07529071bb83f0688867a243997d33795a7136b0af73977004296e
@@ -855,9 +855,9 @@
 BLAKE2s (num_threads-0.1.6.crate) = 16dafe947f10db7667201144859b311f1d2fdcaec5984b5f0986e8de75345e5f
 SHA512 (num_threads-0.1.6.crate) = b2d9897e29e59353379b6372a629fc7f9afc89f777b4410eaeac7b4729527948a8dbecb175f056899f9076693ef855cc0d40e725cc54f28af588fbac5f7ce3b6
 Size (num_threads-0.1.6.crate) = 7334 bytes
-BLAKE2s (nushell-0.68.0.tar.gz) = 1e7656cead40ea8325e320c98c6dbdd64373c7ec2a12d50ef86ab962b59588dc
-SHA512 (nushell-0.68.0.tar.gz) = fa5695e0627def85f440dbd5c82489f06e9fc1b6f98ca23085993d70084a9497398ee7c230cb511d6821f8b4250ae4e4898bc0fc87b014e5ac533f598bc38cdc
-Size (nushell-0.68.0.tar.gz) = 2379983 bytes
+BLAKE2s (nushell-0.68.1.tar.gz) = ff986b29d89fb1d9b7ef6b8c1a3479ff49af4b9d7ed8352dc28b911493166288
+SHA512 (nushell-0.68.1.tar.gz) = f2f5640ec4b5bdf5b2751932e5c91b42cbce8f8e14ea393e8970b47de0754949e3e8727dab059ff698e8cf7a50bb1f49871c0ba031502099583cf01ea55fb5f9
+Size (nushell-0.68.1.tar.gz) = 2379809 bytes
 BLAKE2s (objc-0.2.7.crate) = e34a570a877d402bef4a22098157a24171ada921812037222da0b82a1424f391
 SHA512 (objc-0.2.7.crate) = 7178870c8e4e9154b4c7b4953b3164946b7ce72c956a02b9ba18889353c72be735824bd73e44a485e42ad5f97994820d9153ac684629342755a6a63711ab5988
 Size (objc-0.2.7.crate) = 22036 bytes



Home | Main Index | Thread Index | Old Index