From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 15:36:21 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE1E7106564A for ; Thu, 6 Nov 2008 15:36:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6B48FC16 for ; Thu, 6 Nov 2008 15:36:21 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 7EC32AFC1C6; Thu, 6 Nov 2008 06:36:20 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Thu, 6 Nov 2008 16:36:04 +0100 User-Agent: KMail/1.9.7 References: <441vxoj3rz.fsf@be-well.ilk.org> <57200BF94E69E54880C9BB1AF714BBCB5DE222@w2003s01.double-l.local> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DE222@w2003s01.double-l.local> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1250" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811061636.04593.fbsd.questions@rachie.is-a-geek.net> Cc: Johan Hendriks Subject: Re: CVSup update nagios-3.0.4_1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 15:36:21 -0000 On Thursday 06 November 2008 16:20:13 Johan Hendriks wrote: > >> cd /usr/ports/ ; make update ; make fetchindex > >> > >> When the upgrade is finished, i run: > >> portversion -l '<' -v | grep nagios > >> > >> but nagios-3.0.4_1 is not present. [cut make.conf] > >cvsup18 has the latest. You're obviously having trouble with the > >index file, because that (or a database derived therefrom) is what > >portversion is looking at to determine what's out of date. > > > >Check the ports-mgmt/nagios/Makefile to be sure it is in fact showing > >the new version. > > I had the same thing, the makefile has the latest, butpkg_version did not > detect the new nagios. What I did was going to /usr/port/net-mgmt/nagios > And did a: > make FORCE_PKG_REGISTER=yes install clean > It installed nagios 3.0.4 Lowell is correct. You need to run `portsdb -uU' after any modification of the ports tree for the portupgrade tools to see new versions. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.