From owner-svn-ports-head@FreeBSD.ORG Tue Aug 28 16:05:55 2012 Return-Path: Delivered-To: svn-ports-head@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FFAB106566C for ; Tue, 28 Aug 2012 16:05:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7F18FC14 for ; Tue, 28 Aug 2012 16:05:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7SG5tPY099996 for ; Tue, 28 Aug 2012 16:05:55 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7SG5tFb099992 for svn-ports-head@FreeBSD.ORG; Tue, 28 Aug 2012 16:05:55 GMT (envelope-from bdrewery) Received: (qmail 79624 invoked from network); 28 Aug 2012 11:05:52 -0500 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 28 Aug 2012 11:05:52 -0500 Message-ID: <503CEC5E.10605@FreeBSD.org> Date: Tue, 28 Aug 2012 11:05:50 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: Andrey Chernov , ports-committers@FreeBSD.ORG, svn-ports-all@FreeBSD.ORG, svn-ports-head@FreeBSD.ORG References: <201208260315.q7Q3FVAG049007@svn.freebsd.org> <20120826054322.GA3237@vniz.net> In-Reply-To: <20120826054322.GA3237@vniz.net> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: svn commit: r303176 - head/ports-mgmt/portupgrade X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 28 Aug 2012 16:05:55 -0000 On 8/26/2012 12:43 AM, Andrey Chernov wrote: > On Sun, Aug 26, 2012 at 03:15:31AM +0000, Bryan Drewery wrote: >> Changelog: >> >> * Fix MOVED tracking when upgrading ports [1] >> * Track and display deleted ports when upgrading >> * Automatically set DISABLE_CONFLICTS when moving origins >> * Fix crash when running portupgrade inside of a WRKDIR >> * Fix "Frozen string" error with ruby 1.9 when using the >> {BEFORE,AFTER}{INSTALL,DEINSTALL} hooks in pkgtools.conf >> * Fix failure being seen as success due to broken script(1) on >> older systems [2][3]. This is done by installing a more recent >> script(1) into PREFIX/libexec/pkgtools and using it instead. >> Only installed/used on FreeBSD 8.0 and earlier. > > There is the regression now. > portupgrade -vuR > started in the port's directory prints out usage help and > ** No package names given. > instead of doing its job while > portupgrade -vuR the_same_port_directory_name > works as before. Please fix. > 2.4.9.9 committed with fix. Thanks again. Bryan