pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dua-cli



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Jan 22 08:17:51 UTC 2024

Modified Files:
        pkgsrc/sysutils/dua-cli: Makefile distinfo

Log Message:
sysutils/dua-cli: update to 2.27.2

Bug Fixes

 - allow / (glob-mode) while scanning.
   This will possibly lead to incomplete results, but I find being
   able to use ones muscle-memory more important than preventing
   dealing with incomplete results.

   What happens to me is usually to type / followed by target/
   which tends to select all current entries for deletion.

 - don't check entry metadata while a scan is in progress
   Previously each time the UI refreshes, every 250ms, it display
   entries but also check their metadata to assure they exist.

   This could lead to performance loss when the displayed folder
   has a lot of entries.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/dua-cli/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/sysutils/dua-cli/distinfo

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

Modified files:

Index: pkgsrc/sysutils/dua-cli/Makefile
diff -u pkgsrc/sysutils/dua-cli/Makefile:1.32 pkgsrc/sysutils/dua-cli/Makefile:1.33
--- pkgsrc/sysutils/dua-cli/Makefile:1.32       Mon Jan 22 07:23:31 2024
+++ pkgsrc/sysutils/dua-cli/Makefile    Mon Jan 22 08:17:51 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/01/22 07:23:31 pin Exp $
+# $NetBSD: Makefile,v 1.33 2024/01/22 08:17:51 pin Exp $
 
-DISTNAME=      dua-cli-2.27.1
+DISTNAME=      dua-cli-2.27.2
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Byron/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/dua-cli/distinfo
diff -u pkgsrc/sysutils/dua-cli/distinfo:1.33 pkgsrc/sysutils/dua-cli/distinfo:1.34
--- pkgsrc/sysutils/dua-cli/distinfo:1.33       Mon Jan 22 07:23:31 2024
+++ pkgsrc/sysutils/dua-cli/distinfo    Mon Jan 22 08:17:51 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.33 2024/01/22 07:23:31 pin Exp $
+$NetBSD: distinfo,v 1.34 2024/01/22 08:17:51 pin Exp $
 
 BLAKE2s (addr2line-0.21.0.crate) = aa7d8fa248d0454d92b962f5d741ba41c55564299d33e6814e70dfe0b71bbcc7
 SHA512 (addr2line-0.21.0.crate) = afde7660dda30dee240e79df1fb5b92d4572520bf17a134ef3765e2a077af9e13713952d52e27fae420109b40f6e24dbce1056687dbcbead858ffc21cc7dc69b
@@ -111,9 +111,9 @@ Size (deranged-0.3.10.crate) = 17803 byt
 BLAKE2s (diff-0.1.13.crate) = f7ceba7e29d20d30066c8df5dc67d5b8c87889cc6042a036bf53614de944dd64
 SHA512 (diff-0.1.13.crate) = 45e259c9fe7c23bd9e9454891b42d4aef6d681d35ee039d21fdb05ae9ed5856161a40f29889e7880ac2a2daf85f1b7d752d213b4a99a1a74ed2682c18a3ae7fb
 Size (diff-0.1.13.crate) = 46216 bytes
-BLAKE2s (dua-cli-2.27.1.tar.gz) = 40ae5427321cf19fbe83aa1745295ef5dcf0ca0f0827ba9f178b2efc4781c37f
-SHA512 (dua-cli-2.27.1.tar.gz) = 7fa968757a1541ccb5d6e97ae7e3b9de96ed9779fbeeccd7848ae537cea32861f502dc3987e05c6109177b474803cfb8971616ffa83494986258ba8410f1852b
-Size (dua-cli-2.27.1.tar.gz) = 132982 bytes
+BLAKE2s (dua-cli-2.27.2.tar.gz) = 39e6039a868447be65a231dbcf8d0a8234c48a26d7141430195af1cf60cbaebe
+SHA512 (dua-cli-2.27.2.tar.gz) = 44d89a53e62f97c6236851ebaf5628ceb97038a06485a118451987abb8f10c5362f5724f670d5bf5383378341d8e7e175a7c758c22b05ca44dd2154ef06b687b
+Size (dua-cli-2.27.2.tar.gz) = 133524 bytes
 BLAKE2s (either-1.9.0.crate) = 5a2a8926fcb3b40b49b9bae0b6e35d54568dc40215691afa9bb355400b0eb180
 SHA512 (either-1.9.0.crate) = 4978d50842386f51e31a47ad037d5e491106a668bc701bb833e6ec3998afe3ebd80efddc47756b2f300f534b39b26fc01386dc878d3b02cc8c1fec6a474c2177
 Size (either-1.9.0.crate) = 16660 bytes



Home | Main Index | Thread Index | Old Index