From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 22:08:03 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 83C1DBAC for ; Fri, 11 Apr 2014 22:08:03 +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 34FF01458 for ; Fri, 11 Apr 2014 22:08:02 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.8/8.14.8) with ESMTP id s3BM7u6O059314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 11 Apr 2014 16:07:56 -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 s3BM7txC059311; Fri, 11 Apr 2014 16:07:56 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 11 Apr 2014 16:07:55 -0600 (MDT) From: Warren Block To: Remy van Elst Subject: Re: FreeBSD Handbook, upgrading ports incorrect with 10.0-RELEASE? In-Reply-To: <534520DE.5060005@relst.nl> Message-ID: References: <534520DE.5060005@relst.nl> 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]); Fri, 11 Apr 2014 16:07:57 -0600 (MDT) Cc: feedback@bsdnow.tv, 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 22:08:03 -0000 On Wed, 9 Apr 2014, Remy van Elst wrote: > Since I converted to pkgng my usual way to upgrade ports doesn't work > anymore. It comes from the handbook, section 5.5.3, Upgrading ports: > https://www.freebsd.org/doc/handbook/book.html#ports-using : > > To determine if newer versions of installed ports are available, ensure that > the latest version of the ports tree is installed, using the updating command > described in either Procedure 5.1 or Procedure 5.2. Then, run this command to > get a listing of the ports which are older than the currently available > version: > > |#| *|pkg_version -l "<" brd@ has updated that Handbook section to include versions of this command for pkg now. Thanks!