aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2011-08-22 22:37:09 +0000
committerStanislav Sedov <stas@FreeBSD.org>2011-08-22 22:37:09 +0000
commit9420689e23a8d2d774bf29d5445dc77a6b52b3dd (patch)
tree2c7d6b7c1be4d8fb1bdf40fc48d8c9bbd775d0a7 /UPDATING
parent8a025e210b12a740a85af3cfe62b61d1c8bc515e (diff)
downloadports-9420689e23a8d2d774bf29d5445dc77a6b52b3dd.tar.gz
ports-9420689e23a8d2d774bf29d5445dc77a6b52b3dd.zip
- Document ruby 1.8 -> 1.9 upgrade path.
Notes
Notes: svn path=/head/; revision=280218
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING21
1 files changed, 21 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 9bb4f240904a..e4535f61fb7a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,27 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110822:
+ AFFECTS: users of lang/ruby
+ AUTHOR: stas@FreeBSD.org
+
+ The default ruby version has been updated to 1.9. Please rebuild all ports that
+ depends on it.
+
+ If you use portmaster:
+ # portmaster -r ruby18
+
+ If you use portupgrade:
+ # portupgrade -fr lang/ruby18
+
+ If you wish to keep the 1.8 version as default, add the following lines
+ to your /etc/make.conf file:
+
+ #
+ # Keep ruby 1.8 as default version.
+ #
+ RUBY_VER=1.8
+
+20110822:
AFFECTS: users of graphics/opencv
AUTHOR: mm@FreeBSD.org