From owner-cvs-all@FreeBSD.ORG Sun Aug 21 10:42:23 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9DF9106564A; Sun, 21 Aug 2011 10:42:23 +0000 (UTC) (envelope-from ache@vniz.net) Received: from vniz.net (vniz.net [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 056D18FC08; Sun, 21 Aug 2011 10:42:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vniz.net (8.14.5/8.14.5) with ESMTP id p7LAgLJG084102; Sun, 21 Aug 2011 14:42:21 +0400 (MSK) (envelope-from ache@vniz.net) Received: (from ache@localhost) by localhost (8.14.5/8.14.5/Submit) id p7LAgLRG084101; Sun, 21 Aug 2011 14:42:21 +0400 (MSK) (envelope-from ache) Date: Sun, 21 Aug 2011 14:42:21 +0400 From: Andrey Chernov To: Stanislav Sedov Message-ID: <20110821104221.GA60534@vniz.net> Mail-Followup-To: Andrey Chernov , Stanislav Sedov , ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <201108180805.p7I85ow2002308@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201108180805.p7I85ow2002308@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/ports-mgmt/portupgrade Makefile distinfo ports/ports-mgmt/portupgrade/files patch-bin-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2011 10:42:23 -0000 On Thu, Aug 18, 2011 at 08:05:50AM +0000, Stanislav Sedov wrote: > stas 2011-08-18 08:05:50 UTC > > FreeBSD ports repository > > Modified files: > ports-mgmt/portupgrade Makefile distinfo > Removed files: > ports-mgmt/portupgrade/files patch-bin-Makefile > Log: > - Update portupgrade to 2.4.9. > This version brings ruby 1.9 support contributed by Steve Wills. Both that port and portupgrade-devel becomes broken with now-default ruby-1.9: # portupgrade -vuR /usr/local/lib/ruby/site_ruby/1.9/pkgmisc.rb:104:in `realpath': wrong number of arguments (2 for 1) (ArgumentError) from /usr/local/lib/ruby/1.9/pathname.rb:446:in `realpath' It is true: 'realpath' have 2 args in pathname.rb and 1 arg in pkgmisc.rb -- http://ache.vniz.net/