git: 71cc2cc5e1b1 - main - sysutils/ncdu: Update to 1.18
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:06:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=71cc2cc5e1b1a65298f31ff00152be664b46492f commit 71cc2cc5e1b1a65298f31ff00152be664b46492f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-01-30 12:28:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-01-30 12:59:09 +0000 sysutils/ncdu: Update to 1.18 Changes: https://dev.yorhel.nl/ncdu/changes https://g.blicky.net/ncdu.git/tree/ChangeLog?h=master --- sysutils/ncdu/Makefile | 2 +- sysutils/ncdu/distinfo | 6 +++--- sysutils/ncdu/files/patch-src-main.c | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index da722fb95788..e0fca9eab8d7 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -1,5 +1,5 @@ PORTNAME= ncdu -PORTVERSION= 1.17 +PORTVERSION= 1.18 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ diff --git a/sysutils/ncdu/distinfo b/sysutils/ncdu/distinfo index e4e4209133f1..bc2174b3c325 100644 --- a/sysutils/ncdu/distinfo +++ b/sysutils/ncdu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1651316587 -SHA256 (ncdu-1.17.tar.gz) = 810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1 -SIZE (ncdu-1.17.tar.gz) = 157187 +TIMESTAMP = 1674589544 +SHA256 (ncdu-1.18.tar.gz) = 3c37a1a96580c9c5d2cc352dc3c5eef0d909158c05f1cc29db4712544c8b9f95 +SIZE (ncdu-1.18.tar.gz) = 159781 diff --git a/sysutils/ncdu/files/patch-src-main.c b/sysutils/ncdu/files/patch-src-main.c new file mode 100644 index 000000000000..f6f09351040c --- /dev/null +++ b/sysutils/ncdu/files/patch-src-main.c @@ -0,0 +1,10 @@ +--- src/main.c.orig 2022-11-30 10:30:55 UTC ++++ src/main.c +@@ -44,6 +44,7 @@ int extended_info = 0; + int follow_symlinks = 0; + int follow_firmlinks = 1; + int confirm_quit = 0; ++int exclude_kernfs = 1; + int si = 0; + int show_as = 0; + int graph = 1;