From owner-svn-ports-head@FreeBSD.ORG Wed Aug 20 03:26:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64C14EFA for ; Wed, 20 Aug 2014 03:26:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 495FF31FE for ; Wed, 20 Aug 2014 03:26:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id s7K3Q7Uv012665 for ; Wed, 20 Aug 2014 03:26:07 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s7K3Q70v012662 for svn-ports-head@freebsd.org; Wed, 20 Aug 2014 03:26:07 GMT (envelope-from bdrewery) Received: (qmail 82187 invoked from network); 19 Aug 2014 22:26:05 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@10.10.1.90) by sweb.xzibition.com with ESMTPA; 19 Aug 2014 22:26:05 -0500 Message-ID: <53F4154C.3070409@FreeBSD.org> Date: Tue, 19 Aug 2014 22:26:04 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r365429 - head/ports-mgmt/pkg-devel References: <201408192227.s7JMR0GV097602@svn.freebsd.org> In-Reply-To: <201408192227.s7JMR0GV097602@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Wed, 20 Aug 2014 03:26:07 -0000 On 8/19/14, 5:27 PM, Bryan Drewery wrote: > * pkg fetch -d: Fix crash (#955) Beware, this fixes the crash and generally works, but pkg-fetch has some really bizarre behavior still. Such as fetching things not requested (or in the normal upgrade job), or proposing to deinstall things. -- Regards, Bryan Drewery