svn commit: r250787 - stable/9/usr.sbin/pkg_install/version

Bryan Drewery bdrewery at FreeBSD.org
Sat May 18 19:21:34 UTC 2013


Author: bdrewery (ports committer)
Date: Sat May 18 19:21:33 2013
New Revision: 250787
URL: http://svnweb.freebsd.org/changeset/base/250787

Log:
  Direct commit to update ports INDEX location.
  
  PR:		bin/164561
  Approved by:	bapt

Modified:
  stable/9/usr.sbin/pkg_install/version/pkg_version.1

Modified: stable/9/usr.sbin/pkg_install/version/pkg_version.1
==============================================================================
--- stable/9/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:18:03 2013	(r250786)
+++ stable/9/usr.sbin/pkg_install/version/pkg_version.1	Sat May 18 19:21:33 2013	(r250787)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 30, 2008
+.Dd May 18, 2013
 .Dt PKG_VERSION 1
 .Os
 .Sh NAME
@@ -72,7 +72,7 @@ cannot be located,
 .Nm
 will search for the package in the ports collection index file
 (typically
-.Pa /usr/ports/INDEX-8 ) .
+.Pa /usr/ports/INDEX-9 ) .
 Any matching version number(s) there will be used to determine whether
 the installed package is up-to-date or requires updating.
 .Pp
@@ -205,12 +205,12 @@ can be used here.
 If no
 .Ar index
 file is specified on the command line,
-.Pa /usr/ports/INDEX-8
+.Pa /usr/ports/INDEX-9
 is used.
 .El
 .Sh FILES
-.Bl -tag -width /usr/ports/INDEX-8 -compact
-.It Pa /usr/ports/INDEX-8
+.Bl -tag -width /usr/ports/INDEX-9 -compact
+.It Pa /usr/ports/INDEX-9
 Default index file.
 .El
 .Sh EXAMPLES
@@ -224,7 +224,7 @@ index file:
 The command below generates a report against
 the version numbers in the on-line ports collection:
 .Pp
-.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
+.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-9
 .Pp
 The following command compares two package version strings:
 .Pp


More information about the svn-src-all mailing list