Date: Thu, 6 Nov 2008 16:36:04 +0100 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Johan Hendriks <Johan@double-l.nl> Subject: Re: CVSup update nagios-3.0.4_1 Message-ID: <200811061636.04593.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DE222@w2003s01.double-l.local> References: <c60a46e50811030223m164091cfld125e29b69de7e60@mail.gmail.com> <441vxoj3rz.fsf@be-well.ilk.org> <57200BF94E69E54880C9BB1AF714BBCB5DE222@w2003s01.double-l.local>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811061636.04593.fbsd.questions>