From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 22:24:47 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9146CD5C for ; Fri, 29 Aug 2014 22:24:47 +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 3C06F121A for ; Fri, 29 Aug 2014 22:24:47 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s7TMOjQE082461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 29 Aug 2014 16:24:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s7TMOjvg082458; Fri, 29 Aug 2014 16:24:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 29 Aug 2014 16:24:45 -0600 (MDT) From: Warren Block To: Cristiano Deana Subject: Re: Ports question .... In-Reply-To: Message-ID: References: <53FF8675.2070009@hiwaay.net> <20140828225153.GA8923@slackbox.erewhon.home> <54006B57.8070703@hiwaay.net> <54006DD8.9090200@qeng-ho.org> <54007189.8070807@hiwaay.net> <540076CD.6000201@qeng-ho.org> <5400793A.4090702@hiwaay.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) 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]); Fri, 29 Aug 2014 16:24:46 -0600 (MDT) Cc: "William A. Mahaffey III" , FreeBSD-Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 22:24:47 -0000 On Fri, 29 Aug 2014, Cristiano Deana wrote: > On Fri, Aug 29, 2014 at 2:59 PM, William A. Mahaffey III wrote: > >> I have been using portsnap, I just couldn't figure out how to get it to tell >> me what ports had been updated since I last fetched (w/o fetching again) > > That's not how it works. > portsnap update THE PORTS' TREE, not the installed ports. AFTER you > have update your ports tree, you can run > portversion -v | grep '<' > to show which ports you have INSTALLED has some update. portversion is part of portupgrade. I recommend portmaster instead: http://www.wonkity.com/~wblock/docs/html/portupgrade.html portmaster -L shows a report on all installed ports. Piping that through egrep '(ew|ort) version|total install' lists just the ports needing to be upgraded.