aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2011-05-22 13:51:59 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2011-05-22 13:51:59 +0000
commit662a1247029595f9df685b403f0b944c187dcbd3 (patch)
tree253b7a7de380463b0994c887d2f61360f00a9280 /UPDATING
parentd5e5328ee51c99bf191f96bf9f80fde470440245 (diff)
downloadports-662a1247029595f9df685b403f0b944c187dcbd3.tar.gz
ports-662a1247029595f9df685b403f0b944c187dcbd3.zip
Notes
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