From owner-freebsd-questions@FreeBSD.ORG Fri Aug 8 02:36:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E272B37B401 for ; Fri, 8 Aug 2003 02:36:28 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 931C143F75 for ; Fri, 8 Aug 2003 02:36:26 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from localhost (localhost [127.0.0.1]) (uid 9999) by perimeter.co.za with local; Fri, 08 Aug 2003 11:36:23 +0200 References: <20030808091546.GA98440@rot13.obsecurity.org> In-Reply-To: <20030808091546.GA98440@rot13.obsecurity.org> From: bsd@perimeter.co.za To: Kris Kennaway Date: Fri, 08 Aug 2003 11:36:23 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: cc: FreeBSD Question List Subject: Re: /usr/ports/lang/ruby X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Aug 2003 09:36:29 -0000 Kris Kennaway writes: > On Fri, Aug 08, 2003 at 10:51:59AM +0200, bsd@perimeter.co.za wrote: >> Hi all. >> >> In my cvsup of the ports tree last night the ruby port went bye-bye. > > Sort of. It moved locations (see the MOVED file). > >> There are other ports which require it, most notably portupgrade. > > No, portupgrade now depends on ruby16 (or ruby18 on some > architectures). There was however one port that was missed in the > change-over, which is currently causing INDEX builds to fail. I > expect that to get fixed as soon as knu wakes up :) > > Kris Thanks for your quick response Kris. OK, looking at /usr/ports/MOVED, I see a number of ruby* pieces have been moved. Is there an easy/correct method to use to migrate to a moved/renamed port. And I'm curious about dependencies. For example, portupgrade's own version has not changed, and 'pkg_info -r portupgrade*' still shows ruby-1.6.8.2003.04.19 as required. My guess would be: 1) pkg_delete ruby-1.6.8.2003.04.19 2) cd /usr/ports/lang/ruby16 (or ruby18?) 3) make install But I could be way wrong here... :) Regards, Patrick.