From owner-svn-ports-all@freebsd.org Sat Apr 2 13:10:53 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA987B00F0C; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E17CB199B; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id E05941CEA; Sat, 2 Apr 2016 13:10:53 +0000 (UTC) Date: Sat, 2 Apr 2016 13:10:53 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r412403 - head/ports-mgmt/pkg Message-ID: <20160402131053.GA3031@FreeBSD.org> References: <201604021251.u32Cp8w8084373@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201604021251.u32Cp8w8084373@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 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: Sat, 02 Apr 2016 13:10:54 -0000 On Sat, Apr 02, 2016 at 12:51:08PM +0000, Baptiste Daroussin wrote: > New Revision: 412403 > URL: https://svnweb.freebsd.org/changeset/ports/412403 > > Log: > Update to 1.7.1 > > This release fixes regressions: > - detection of new version of pkg could fail > - if the all process operation would have an inpact of less than 1MB > on the FS then the action is proceed with out asking the user to > acknowledge it Is there a way to specify "always ask" behavior? I'm not comfy with pkg(8) silently messing with my filesystems (ir)regardless of size of changes. ./danfe