svn commit: r44526 - head/en_US.ISO8859-1/books/handbook/ports
Brad Davis
brd at FreeBSD.org
Thu Apr 10 22:40:42 UTC 2014
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>
More information about the svn-doc-all
mailing list