From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 05:08:38 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 245C6697 for ; Fri, 11 Apr 2014 05:08:38 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C4A801266 for ; Fri, 11 Apr 2014 05:08:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s3B58TdX051464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 10 Apr 2014 23:08:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.8/8.14.8/Submit) with ESMTP id s3B58TNQ051461; Thu, 10 Apr 2014 23:08:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 10 Apr 2014 23:08:29 -0600 (MDT) From: Warren Block To: Carl Johnson Subject: Re: FreeBSD Handbook, upgrading ports incorrect with 10.0-RELEASE? In-Reply-To: <87k3aw4j5y.fsf@oak.localnet> Message-ID: References: <534520DE.5060005@relst.nl> <534565E9.8080109@relst.nl> <0558889B-6B6C-40E2-95DD-70DDA98B51F4@gmail.com> <4634538.SMM6loVsS1@amd.asgard.uk> <87k3aw4j5y.fsf@oak.localnet> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 10 Apr 2014 23:08:29 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 05:08:38 -0000 On Thu, 10 Apr 2014, Carl Johnson wrote: > dgmm writes: > >> On Wednesday 09 April 2014 10:52:57 Matthew Pherigo wrote: >>> So you really want just to see the versions, and then you upgrade them by >>> hand. In that case, the correct option would indeed be "pkg version". >> >> pkg version is so sloooooow >> >> I use portversion from portupgrade package. It's much, much faster. >> >> portversion -l \< >> >> or >> >> portversion -L = > > I usually compare against the pkg repository with 'pkg version -RL=', or > you could compare against the INDEX file with 'pkg version -IL='. For portmaster: portmaster -L --index-only | egrep '(ew|ort) version|total install' Probably not as fast as the portupgrade version, but without the overhead.