From owner-svn-doc-all@FreeBSD.ORG Fri Apr 11 21:48:20 2014 Return-Path: Delivered-To: svn-doc-all@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 78186FE3; Fri, 11 Apr 2014 21:48:20 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 369FA1230; Fri, 11 Apr 2014 21:48:20 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id C2A02BDC68; Fri, 11 Apr 2014 23:48:14 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 9CA3EBDC65; Fri, 11 Apr 2014 23:48:14 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id DC063D374D34; Fri, 11 Apr 2014 23:48:12 +0200 (CEST) Date: Fri, 11 Apr 2014 23:48:09 +0200 From: Mathieu Arnold To: koobs@FreeBSD.org, Brad Davis , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org, Baptiste Daroussin Subject: Re: svn commit: r44526 - head/en_US.ISO8859-1/books/handbook/ports Message-ID: <82DBCD124724B04674ECA686@atuin.in.mat.cc> In-Reply-To: <5347A471.40505@FreeBSD.org> References: <201404102240.s3AMegKL079270@svn.freebsd.org> <5347A471.40505@FreeBSD.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 21:48:20 -0000 +--On 11 avril 2014 18:14:41 +1000 Kubilay Kocak wrote: | On 11/04/2014 8:40 AM, Brad Davis wrote: |> Author: brd |> Date: Thu Apr 10 22:40:41 2014 |> New Revision: 44526 |> URL: http://svnweb.freebsd.org/changeset/doc/44526 |> |> Log: |> - Add the pkgng verison of listing out of date ports. |> |> Modified: |> head/en_US.ISO8859-1/books/handbook/ports/chapter.xml |> |> Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml |> ======================================================================== |> ====== --- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Thu Apr |> 10 20:52:23 2014 (r44525) +++ |> head/en_US.ISO8859-1/books/handbook/ports/chapter.xml Thu Apr 10 |> 22:40:41 2014 (r44526) @@ -1298,9 +1298,16 @@ The deinstallation will |> free 229 kB 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: |> + Procedure 5.1 or Procedure 5.2. On &os; 10 and later, or if |> + the system has been converted to |> + pkgng, the following command will | | I believe we currently reference the (no longer) new package system as | 'pkg' now, rather than by its previous name. It is 'current generation' | now. Maybe 'pkg(8)' would help make this explicit | | If any current doc policy conflicts with this, perhaps it could be | updated. On that, in the Porter's Handbook, I've replaced all occurences to pkg_foo man pages with the pkg-foo ones, I've put the pkg examples before the pkg_tools ones. We should really put pkg in front, as a reminder, pkg_install dies on September 1st. -- Mathieu Arnold