From owner-svn-ports-all@freebsd.org Wed Jan 31 16:19:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F80DED47C8; Wed, 31 Jan 2018 16:19:09 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA9046BD07; Wed, 31 Jan 2018 16:19:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AE56D28340; Wed, 31 Jan 2018 16:19:08 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0VGJ8RF082722; Wed, 31 Jan 2018 16:19:08 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0VGJ8Xf082720; Wed, 31 Jan 2018 16:19:08 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201801311619.w0VGJ8Xf082720@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 31 Jan 2018 16:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460495 - head/sysutils/ncdu X-SVN-Group: ports-head X-SVN-Commit-Author: pawel X-SVN-Commit-Paths: head/sysutils/ncdu X-SVN-Commit-Revision: 460495 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 16:19:09 -0000 Author: pawel Date: Wed Jan 31 16:19:08 2018 New Revision: 460495 URL: https://svnweb.freebsd.org/changeset/ports/460495 Log: Update to version 1.13 Changelog: - Add "extended information" mode and -e flag - Add file mode, modification time and uid/gid to info window with -e - Add experimental color support and --color flag - Add -rr option to disable shell spawning - Remove directory nesting limit on file import - Fix handling of interrupts during file import - Fix undefined behavior that triggered crash on OS X Modified: head/sysutils/ncdu/Makefile head/sysutils/ncdu/distinfo Modified: head/sysutils/ncdu/Makefile ============================================================================== --- head/sysutils/ncdu/Makefile Wed Jan 31 16:01:01 2018 (r460494) +++ head/sysutils/ncdu/Makefile Wed Jan 31 16:19:08 2018 (r460495) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdu -PORTVERSION= 1.12 +PORTVERSION= 1.13 CATEGORIES= sysutils MASTER_SITES= http://dev.yorhel.nl/download/ Modified: head/sysutils/ncdu/distinfo ============================================================================== --- head/sysutils/ncdu/distinfo Wed Jan 31 16:01:01 2018 (r460494) +++ head/sysutils/ncdu/distinfo Wed Jan 31 16:19:08 2018 (r460495) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472124040 -SHA256 (ncdu-1.12.tar.gz) = 820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a -SIZE (ncdu-1.12.tar.gz) = 140596 +TIMESTAMP = 1517414457 +SHA256 (ncdu-1.13.tar.gz) = f4d9285c38292c2de05e444d0ba271cbfe1a705eee37c2b23ea7c448ab37255a +SIZE (ncdu-1.13.tar.gz) = 143819