aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b44c2f354a8d..b011b61e8199 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20110522:
+ AFFECTS: users of emulators/virtualbox-ose
+ AUTHOR: vbox@FreeBSD.org
+
+ The emulators/virtualbox-ose port has been updated to 4.0.8. If you
+ want to stay with VirtualBox 3.2.x please run:
+
+ # portmaster -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod
+ # portmaster -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose
+ or
+ # portupgrade -o emulators/virtualbox-ose-kmod-legacy emulators/virtualbox-ose-kmod
+ # portupgrade -o emulators/virtualbox-ose-legacy emulators/virtualbox-ose
+
+ The emulators/virtualbox-ose-legacy port will always include the
+ latest legacy version as a fallback if you hit a serious regression
+ in the latest version.
+
20110517:
AFFECTS: users of lang/perl*
AUTHOR: skv@FreeBSD.org