aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-06-10 10:03:29 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-06-10 10:03:29 +0000
commit19458f4088aeb694c4c75b2bc83394d4f33c68d2 (patch)
tree7c1bd2eb373641cf608659b9906eae25b4ddd0ef /CHANGES
parent003c9a4fc645cfbe725b490adb24a0baf049242e (diff)
downloadports-19458f4088aeb694c4c75b2bc83394d4f33c68d2.tar.gz
ports-19458f4088aeb694c4c75b2bc83394d4f33c68d2.zip
Document wrapper option for ports-mgmt/pkg_install.
Notes
Notes: svn path=/head/; revision=214613
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