1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Document wrapper option for ports-mgmt/pkg_install.

This commit is contained in:
Florent Thoumie 2008-06-10 10:03:29 +00:00
parent 003c9a4fc6
commit 19458f4088
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214613

View File

@ -10,6 +10,14 @@ in the release notes.
All ports committers are allowed to commit to this file.
20080523:
AUTHOR: flz@FreeBSD.org
* By default, ports-mgmt/pkg_install now sets up a wrapper to use ports
pkg_install (when installed) instead of base when the former is more
recent. This can be disabled in the options menu, or with the
WITHOUT_WRAPPER knob.
20080414:
AUTHOR: pav@FreeBSD.org