pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/nushell



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Nov 21 07:00:02 UTC 2023

Modified Files:
        pkgsrc/shells/nushell: Makefile distinfo
Removed Files:
        pkgsrc/shells/nushell/patches:
            patch-.._vendor_trash-3.1.0_src_freedesktop.rs

Log Message:
shells/nushell: update to 0.87.1

This is the 0.87.1 patch release of Nushell. In this hotfix we resolve two
issues with the file system commands rm and cp.

Nushell's cp command in 0.87.0 did not correctly handle changes to the directory
by the Nushell internal cd when invoked inside a block. Furthermore the rm
command was not able to correctly handle paths requiring expansion.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/shells/nushell/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/shells/nushell/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/shells/nushell/patches/patch-.._vendor_trash-3.1.0_src_freedesktop.rs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/nushell/Makefile
diff -u pkgsrc/shells/nushell/Makefile:1.44 pkgsrc/shells/nushell/Makefile:1.45
--- pkgsrc/shells/nushell/Makefile:1.44 Thu Nov 16 08:01:55 2023
+++ pkgsrc/shells/nushell/Makefile      Tue Nov 21 07:00:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2023/11/16 08:01:55 pin Exp $
+# $NetBSD: Makefile,v 1.45 2023/11/21 07:00:01 pin Exp $
 
-DISTNAME=      nushell-0.87.0
+DISTNAME=      nushell-0.87.1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nushell/}
 

Index: pkgsrc/shells/nushell/distinfo
diff -u pkgsrc/shells/nushell/distinfo:1.35 pkgsrc/shells/nushell/distinfo:1.36
--- pkgsrc/shells/nushell/distinfo:1.35 Thu Nov 16 08:01:55 2023
+++ pkgsrc/shells/nushell/distinfo      Tue Nov 21 07:00:01 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.35 2023/11/16 08:01:55 pin Exp $
+$NetBSD: distinfo,v 1.36 2023/11/21 07:00:01 pin Exp $
 
 BLAKE2s (addr2line-0.21.0.crate) = aa7d8fa248d0454d92b962f5d741ba41c55564299d33e6814e70dfe0b71bbcc7
 SHA512 (addr2line-0.21.0.crate) = afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
@@ -882,9 +882,9 @@ Size (num_threads-0.1.6.crate) = 7334 by
 BLAKE2s (number_prefix-0.4.0.crate) = e2e6caf7fd792ec56ec5665184ed1b66469de944c998ee8e0eee92eb0f7105b5
 SHA512 (number_prefix-0.4.0.crate) = a43b668d7314218b86ca7451daa9dfef71f6c9f6616bc34c12d94ae6030f182bcca9da83905cb46f3d49d0aa81385a787e92e4f3ae239658067adc249f8174df
 Size (number_prefix-0.4.0.crate) = 6922 bytes
-BLAKE2s (nushell-0.87.0.tar.gz) = b071fd3088d4ae6fe16d0b1e294b3c428bccf03a78bb5885c984dbaaebd0a7cb
-SHA512 (nushell-0.87.0.tar.gz) = 6ecb5ad7238641b03084fb23065d9de00506ddd309a58d47f527a35fba56b0724a269950bccc849aaa408567adf312c2bfa8d4a1204f89aec63beb2b8163afb5
-Size (nushell-0.87.0.tar.gz) = 2726399 bytes
+BLAKE2s (nushell-0.87.1.tar.gz) = e53c7d50a5597be442374878babaa242d9eb2122f2b3f1f93b59a0bd01262a99
+SHA512 (nushell-0.87.1.tar.gz) = ce1c5920cf5b38a66f33e7bf36615a0c4df1e89f4654e408eafad6431e26f0464c1061fffacaded0779832da64049f3771753872bcf806a074fe3a09565380c5
+Size (nushell-0.87.1.tar.gz) = 2726711 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