From owner-freebsd-ports@FreeBSD.ORG Thu Jul 6 09:02:09 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4AD3A16A4DA for ; Thu, 6 Jul 2006 09:02:09 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 0929043D49 for ; Thu, 6 Jul 2006 09:02:07 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Jul 2006 09:02:06 -0000 Received: from p54A7E1FC.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.225.252] by mail.gmx.net (mp031) with SMTP; 06 Jul 2006 11:02:07 +0200 X-Authenticated: #5465401 Message-ID: <44ACD177.1000204@gmx.de> Date: Thu, 06 Jul 2006 11:01:43 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.4 (X11/20060605) MIME-Version: 1.0 To: Brooks Davis References: <44AC5D39.4010502@gmx.de> <20060706011015.GA6677@odin.ac.hmc.edu> In-Reply-To: <20060706011015.GA6677@odin.ac.hmc.edu> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org, freebsd-ports@freebsd.org Subject: Re: pkg_version confused by architecutre in package name X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 09:02:09 -0000 Brooks Davis wrote: > On Thu, Jul 06, 2006 at 02:45:45AM +0200, [LoN]Kamikaze wrote: >> I normally run the command >> # pkg_version -Iv | grep \< >> before running 'portupgrade -a', to see what's going to happen. This time I got the following output: >> >> diablo-jdk-freebsd6.i386.1.5.0.07.00 < needs updating (index has 1.5.0.07.00) >> >> It seems that the tool is confused by the i386 in the package name. > > Actually I think it's confused by the fact that the package name is > "diablo-jdk" and the version is "freebsd6.i386.1.5.0.07.00". That's > just plain bogus. > > -- Brooks > So who is at fault? The ports infrastructure or the FreeBSD foundation?