aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2008-06-10 18:03:29 +0800
committerflz <flz@FreeBSD.org>2008-06-10 18:03:29 +0800
commitc58fa2e4dc67fb52de99440b5d8a8d395067cd30 (patch)
treedf7c0a03448cfbfe84b10ac8b030db58ad93d783 /CHANGES
parent2cca73f0cdf28758b41242361d32ce7ccbfd2064 (diff)
downloadfreebsd-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--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e280075aa27..a2c2c77263f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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