From owner-freebsd-ports@FreeBSD.ORG Sat Jan 12 13:02:40 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 A34A8BE3; Sat, 12 Jan 2013 13:02:40 +0000 (UTC) (envelope-from joel@freebsd.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id 56A94803; Sat, 12 Jan 2013 13:02:40 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 603D0E3F07A; Sat, 12 Jan 2013 14:02:38 +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 8VRUf-7hSBHA; Sat, 12 Jan 2013 14:02:33 +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 C23F6E3F079; Sat, 12 Jan 2013 14:02:33 +0100 (CET) Date: Sat, 12 Jan 2013 14:02:32 +0100 From: Joel Dahl To: Matthew Seaman Subject: Re: pkgng and portmaster Message-ID: <20130112130232.GI1452@jd.benders.se> References: <20130112092154.GG1452@jd.benders.se> <50F13709.5080501@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50F13709.5080501@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org 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 13:02:40 -0000 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. -- Joel