On 06/18/13 14:10, Brian Callahan wrote:
Hi ports --

Here's a small update for sysutils/ncdu to the latest version.

Changelog:
* Added 'c' key to display item counts
* Added 'C' key to order by item counts
* Added CACHEDIR.TAG support and --exclude-caches option
* Use locale-dependent thousand separator
* Use pkg-config to detect ncurses
* Clip file/dir sizes to 8 EiB minus one byte
* Fix buffer overflow when formatting huge file sizes

Works for me on amd64.

OK?

~Brian


On second thought, I might as well take maintainer too. New patch attached. OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/ncdu/Makefile,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 Makefile
--- Makefile	11 Mar 2013 11:41:31 -0000	1.9
+++ Makefile	20 Jun 2013 14:30:07 -0000
@@ -2,10 +2,12 @@
 
 COMMENT=		ncurses-based du(1)
 
-DISTNAME=		ncdu-1.9
+DISTNAME=		ncdu-1.10
 CATEGORIES=		sysutils
 
 HOMEPAGE=		http://dev.yorhel.nl/ncdu/
+
+MAINTAINER =		Brian Callahan <[email protected]>
 
 MASTER_SITES=		http://dev.yorhel.nl/download/ \
 			${MASTER_SITE_SOURCEFORGE:=ncdu/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/ncdu/distinfo,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 distinfo
--- distinfo	21 Oct 2012 13:45:55 -0000	1.6
+++ distinfo	20 Jun 2013 14:30:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (ncdu-1.9.tar.gz) = 6nNJVEqdp3dkKT2E5ShiEQq0nuKblJFYvEurkI0906U=
-SIZE (ncdu-1.9.tar.gz) = 124738
+SHA256 (ncdu-1.10.tar.gz) = 9ZlKSEjbvKSA05cpsCHwV3APFO9ywNc5u9gthi8vDGc=
+SIZE (ncdu-1.10.tar.gz) = 131810

Reply via email to