From owner-svn-ports-head@FreeBSD.ORG Thu May 7 15:03:07 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ADC6FF9; Thu, 7 May 2015 15:03:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D360211CD; Thu, 7 May 2015 15:03:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t47F36aS072509; Thu, 7 May 2015 15:03:06 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t47F36vi072506; Thu, 7 May 2015 15:03:06 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201505071503.t47F36vi072506@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Thu, 7 May 2015 15:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385632 - in head/sysutils/ncdu: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 15:03:07 -0000 Author: pawel Date: Thu May 7 15:03:05 2015 New Revision: 385632 URL: https://svnweb.freebsd.org/changeset/ports/385632 Log: Update to version 1.11 Changelog: - Added 'b' key to spawn shell in the current directory - Support scanning (and refreshing) of empty directories - Added --si flag for base 10 prefixes - Fix toggle dirs before files Added: head/sysutils/ncdu/files/ head/sysutils/ncdu/files/patch-src_shell.c (contents, props changed) Modified: head/sysutils/ncdu/Makefile head/sysutils/ncdu/distinfo Modified: head/sysutils/ncdu/Makefile ============================================================================== --- head/sysutils/ncdu/Makefile Thu May 7 14:37:00 2015 (r385631) +++ head/sysutils/ncdu/Makefile Thu May 7 15:03:05 2015 (r385632) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ncdu -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= http://dev.yorhel.nl/download/ Modified: head/sysutils/ncdu/distinfo ============================================================================== --- head/sysutils/ncdu/distinfo Thu May 7 14:37:00 2015 (r385631) +++ head/sysutils/ncdu/distinfo Thu May 7 15:03:05 2015 (r385632) @@ -1,2 +1,2 @@ -SHA256 (ncdu-1.10.tar.gz) = f5994a4848dbbca480d39729b021f057700f14ef72c0d739bbd82d862f2f0c67 -SIZE (ncdu-1.10.tar.gz) = 131810 +SHA256 (ncdu-1.11.tar.gz) = d0aea772e47463c281007f279a9041252155a2b2349b18adb9055075e141bb7b +SIZE (ncdu-1.11.tar.gz) = 134093 Added: head/sysutils/ncdu/files/patch-src_shell.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/ncdu/files/patch-src_shell.c Thu May 7 15:03:05 2015 (r385632) @@ -0,0 +1,10 @@ +--- src/shell.c.orig 2015-05-07 14:48:25 UTC ++++ src/shell.c +@@ -29,6 +29,7 @@ + #include "dirlist.h" + #include "util.h" + ++#include + #include + #include + #include