diff options
author | flz <flz@FreeBSD.org> | 2008-06-10 18:03:29 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-06-10 18:03:29 +0800 |
commit | c58fa2e4dc67fb52de99440b5d8a8d395067cd30 (patch) | |
tree | df7c0a03448cfbfe84b10ac8b030db58ad93d783 /CHANGES | |
parent | 2cca73f0cdf28758b41242361d32ce7ccbfd2064 (diff) | |
download | freebsd-ports-gnome-c58fa2e4dc67fb52de99440b5d8a8d395067cd30.tar.gz freebsd-ports-gnome-c58fa2e4dc67fb52de99440b5d8a8d395067cd30.tar.zst freebsd-ports-gnome-c58fa2e4dc67fb52de99440b5d8a8d395067cd30.zip |
Document wrapper option for ports-mgmt/pkg_install.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |