From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 15:27:32 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 71C65C9; Sat, 12 Jan 2013 15:27:32 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 19739C42; Sat, 12 Jan 2013 15:27:31 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id C2E0BE3F07A; Sat, 12 Jan 2013 16:27:29 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mn7QI6NvuyVd; Sat, 12 Jan 2013 16:27:26 +0100 (CET) Received: from jd.benders.se (jd.benders.se [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 67B7DE3F079; Sat, 12 Jan 2013 16:27:26 +0100 (CET) Date: Sat, 12 Jan 2013 16:27:25 +0100 From: Joel Dahl To: ports@freebsd.org Subject: Re: pkgng and portmaster Message-ID: <20130112152724.GJ1452@jd.benders.se> References: <20130112092154.GG1452@jd.benders.se> <50F13709.5080501@FreeBSD.org> <20130112130232.GI1452@jd.benders.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130112130232.GI1452@jd.benders.se> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Matthew Seaman X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jan 2013 15:27:32 -0000 On 12-01-2013 14:02, Joel Dahl wrote: > On 12-01-2013 10:12, Matthew Seaman wrote: > > On 12/01/2013 09:21, Joel Dahl wrote: > > > Hi, > > > > > > # pkg version | grep "<" > > > ca_root_nss-3.14 < > > > git-1.8.0.2 < > > > subversion-1.7.7_1 < > > > > > > # portmaster -a > > > ===>>> All ports are up to date > > > > > > Huh? > > > > > > Running HEAD from Dec 29. > > > > > > > pkg version can use any of the ports index, checking the ports tree > > directly or checking the configured repository catalogue to find out > > what the current versions of ports are. If you don't express a > > preference by using one of the -I -P or -R arguments, then pkg version > > will check in /usr/ports directly, or failing that, the repository > > catalogue. > > > > portmaster similarly can use the ports index, or check directly in the > > ports tree. Or, in fact, both. It generally defaults to using the > > ports index -- although settings in portmasterrc can override this. > > > > So, working hypothesis: your ports index file is out of date. Update > > it, or tell portmaster not to use it and portmaster will find the > > available updates. > > OK. I was under the impression that portsnap would take care of that. I run > portsnap once every night. > > Anyway, so now I ran portsnap manually and it seems to have rebuilt the INDEX > files (at least that's what the output indicates). > > Trying portsnap -a still gives me "All ports are up to date" though. I seem to > be using the tools people recommend these days (portsnap, pkgng, portmaster) > but I'm obviously doing something wrong. Looks like I didn't install portmaster with pkgng support on this particular machine. Problem solved. -- Joel