pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ncdu



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Jul  5 20:37:11 UTC 2021

Modified Files:
        pkgsrc/sysutils/ncdu: Makefile distinfo

Log Message:
ncdu: update to 1.16.

1.16 - 2021-07-02

- Increase width of size bar depending on terminal size (Christian Gottsche)
- Set/increment $NCDU_LEVEL variable when spawning a shell
- Indicate whether apparent size or disk usage is being displayed
- Display setuid, setgid and sticky bits in file flags in extended mode
- Fix error handling while reading --exclude-from file
- Improve JSON import to allow for several future extensions to the format
- Export link count in JSON dumps
- Don't export inode in JSON dumps for non-hardlinks


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/ncdu/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ncdu/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/ncdu/Makefile
diff -u pkgsrc/sysutils/ncdu/Makefile:1.13 pkgsrc/sysutils/ncdu/Makefile:1.14
--- pkgsrc/sysutils/ncdu/Makefile:1.13  Sat Jun 13 10:03:04 2020
+++ pkgsrc/sysutils/ncdu/Makefile       Mon Jul  5 20:37:11 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/06/13 10:03:04 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2021/07/05 20:37:11 fcambus Exp $
 
-DISTNAME=      ncdu-1.15.1
+DISTNAME=      ncdu-1.16
 CATEGORIES=    sysutils
 MASTER_SITES=  https://dev.yorhel.nl/download/
 

Index: pkgsrc/sysutils/ncdu/distinfo
diff -u pkgsrc/sysutils/ncdu/distinfo:1.7 pkgsrc/sysutils/ncdu/distinfo:1.8
--- pkgsrc/sysutils/ncdu/distinfo:1.7   Sat Jun 13 10:03:04 2020
+++ pkgsrc/sysutils/ncdu/distinfo       Mon Jul  5 20:37:11 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/06/13 10:03:04 fcambus Exp $
+$NetBSD: distinfo,v 1.8 2021/07/05 20:37:11 fcambus Exp $
 
-SHA1 (ncdu-1.15.1.tar.gz) = 1d88eb2b29bfb559ac75109616bba53e48d4d083
-RMD160 (ncdu-1.15.1.tar.gz) = 66fbf2a62d9ac359360b3e3265486658e77786fd
-SHA512 (ncdu-1.15.1.tar.gz) = 572379264b9bd0d782151bd2f79add0e7a6d092029a041ff8f9288e928a4b6a6733467bca7c1702cbb44c3861279da1bc3d4278df6fba1814fe1dc909f2d8087
-Size (ncdu-1.15.1.tar.gz) = 148242 bytes
+SHA1 (ncdu-1.16.tar.gz) = 0ebff95373a9b7e7976b22bc763043e40d12c62b
+RMD160 (ncdu-1.16.tar.gz) = c0fb3bac76629a75222abf51f47ab80acafcd0ca
+SHA512 (ncdu-1.16.tar.gz) = ac8b7e573332e4e006bf743224096b697517b6899744f189ea5a31665c1ef5e50c7fdaaa0a50a8d7bc3d471656f1f1c6681c21368bdaf983257d8cc311a0dfd0
+Size (ncdu-1.16.tar.gz) = 149705 bytes



Home | Main Index | Thread Index | Old Index