From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 09:10:44 2004 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 13FA916A4CE for ; Thu, 9 Dec 2004 09:10:44 +0000 (GMT) Received: from stjohn.ac.th (ns.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098BF43D5F for ; Thu, 9 Dec 2004 09:10:36 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th [203.151.134.104] by stjohn.ac.th with ESMTP (SMTPD32-8.14) id A7466590074; Thu, 09 Dec 2004 16:13:42 +0700 Message-Id: <5.2.0.9.0.20041209160336.00a353d0@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 09 Dec 2004 16:10:20 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Two versions of ruby == problem? 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: Thu, 09 Dec 2004 09:10:44 -0000 After doing a cvsup on one of my machines I like to run 'portversion -c > needs.update' to see what needs updating. If the output is small enough I might try doing 'portupgrade -a', but usually I go through the list one by one to set the flags I think portupgrade will need for that case. This time I was a little surprised to find two entries for ruby: # # ruby # needs updating (port has 1.6.8.2004.07.28_1) # pkgs="$pkgs ruby-1.6.8.2004.07.28" # # ruby # needs updating (port has 1.8.2.p2_2) # pkgs="$pkgs ruby-1.8.2.p2_1" I don't know how I got two versions installed, but more importantly I wonder if this is a problem? Should I deinstall one or the other? Or should I deinstall both and reinstall one (I suppose 1.8.2.p2_2 is the most recent)? Or should I just go ahead and upgrade both? Any recommendations would be gratefully received. -- Roger