Date: Thu, 10 Apr 2014 22:40:42 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44526 - head/en_US.ISO8859-1/books/handbook/ports Message-ID: <201404102240.s3AMegKL079270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <para>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:</para> + Procedure 5.1 or Procedure 5.2. On &os; 10 and later, or if + the system has been converted to + <application>pkgng</application>, the following command will + list the installed ports which are out of date:</para> + + <screen>&prompt.root; <userinput>pkg version -l "<"</userinput></screen> + + <para>For &os; 9.<replaceable>X</replaceable> and lower, the + following command will list the installed ports that are out + of date:</para> <screen>&prompt.root; <userinput>pkg_version -l "<"</userinput></screen>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404102240.s3AMegKL079270>