From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 12:47:03 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 2CA1116A4CF for ; Wed, 22 Sep 2004 12:47:03 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C3643D5A for ; Wed, 22 Sep 2004 12:47:02 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.4] (port=1568 helo=SATPC) by mx2.mail.ru with smtp id 1CA6WT-0000Ot-00; Wed, 22 Sep 2004 16:47:01 +0400 Message-ID: <008f01c4a0a2$6af9d300$4611a8c0@SATPC> From: "Andrew" To: "robg" References: <5c389d3b04092115006136e702@mail.gmail.com> Date: Wed, 22 Sep 2004 16:48:10 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam: Not detected cc: freebsd-questions@freebsd.org Subject: Re: could someone help with updating ports? portversion/pkg_versionshow different items 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: Wed, 22 Sep 2004 12:47:03 -0000 robg wrote: > hi, > > I originally ran pkgdb -F and then portupgrade -a to upgrade my port > packages, now when I run pkg_version and portversion I get two > different answers: > > can someone tell mew why portversion is saying that? Hi, Your index files are out of date. Try this: # cd /usr/ports # make fetchindex It will fetch a 6Mb index file. Regards, Andrew P.