pkg_add(1) will fetch the latest version of the application if you run
-STABLE or -CURRENT. For -RELEASE users, pkg_add(1) will download the version of the package that was built with the release. I added a note about this and mentioned PACKAGESITE to change this behavior. Submitted by: Ken Tom <subd@mui.net>
This commit is contained in:
parent
aa85846917
commit
fac9d8f737
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21493
1 changed files with 10 additions and 0 deletions
|
|
@ -362,6 +362,16 @@ local: lsof-4.56.4.tgz remote: lsof-4.56.4.tgz
|
|||
removed. &man.pkg.add.1; will automatically fetch the latest
|
||||
version of the application.</para>
|
||||
|
||||
<note>
|
||||
<para>&man.pkg.add.1; will download the lastest version of
|
||||
your application if you are using &os.current; or
|
||||
&os.stable;. If you run a -RELEASE version, it will grab
|
||||
the version of the package that was built with your
|
||||
release. It is possible to change this behavior in
|
||||
overriding the <envar>PACKAGESITE</envar> environment
|
||||
variable.</para>
|
||||
</note>
|
||||
|
||||
<para>Package files are distributed in <filename>.tgz</filename>
|
||||
and <filename>.tbz</filename> formats. You can find them at <ulink
|
||||
url="ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/"></ulink>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue