mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-14 14:55:41 +00:00
- Adjust INDEX file name to INDEX-8 so that it matches the major FreeBSD
version number, as it is named after that PR: docs/118053 Submitted by: Michael Plass <mfp49_freebsd@plass-family.net>
This commit is contained in:
parent
a2854cdf20
commit
290a89ad8f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=174816
@ -72,7 +72,7 @@ cannot be located,
|
|||||||
.Nm
|
.Nm
|
||||||
will search for the package in the ports collection index file
|
will search for the package in the ports collection index file
|
||||||
(typically
|
(typically
|
||||||
.Pa /usr/ports/INDEX-6 ) .
|
.Pa /usr/ports/INDEX-8 ) .
|
||||||
Any matching version number(s) there will be used to determine whether
|
Any matching version number(s) there will be used to determine whether
|
||||||
the installed package is up-to-date or requires updating.
|
the installed package is up-to-date or requires updating.
|
||||||
.Pp
|
.Pp
|
||||||
@ -205,12 +205,12 @@ can be used here.
|
|||||||
If no
|
If no
|
||||||
.Ar index
|
.Ar index
|
||||||
file is specified on the command line,
|
file is specified on the command line,
|
||||||
.Pa /usr/ports/INDEX-6
|
.Pa /usr/ports/INDEX-8
|
||||||
is used.
|
is used.
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -width /usr/ports/INDEX-6 -compact
|
.Bl -tag -width /usr/ports/INDEX-8 -compact
|
||||||
.It Pa /usr/ports/INDEX-6
|
.It Pa /usr/ports/INDEX-8
|
||||||
Default index file.
|
Default index file.
|
||||||
.El
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
@ -224,7 +224,7 @@ index file:
|
|||||||
The command below generates a report against
|
The command below generates a report against
|
||||||
the version numbers in the on-line ports collection:
|
the version numbers in the on-line ports collection:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-6
|
.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-8
|
||||||
.Pp
|
.Pp
|
||||||
The following command compares two package version strings:
|
The following command compares two package version strings:
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
Reference in New Issue
Block a user