aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2011-08-23 06:37:09 +0800
committerstas <stas@FreeBSD.org>2011-08-23 06:37:09 +0800
commited50c87893bddb6d47fd1c5a3662dc1bddf6180d (patch)
tree4d85ed2689ce99afc9eb78d8898354ee79c033dc /UPDATING
parent62cf794c3a2f081c763f9243d04543fc2542e70b (diff)
downloadfreebsd-ports-gnome-ed50c87893bddb6d47fd1c5a3662dc1bddf6180d.tar.gz
freebsd-ports-gnome-ed50c87893bddb6d47fd1c5a3662dc1bddf6180d.tar.zst
freebsd-ports-gnome-ed50c87893bddb6d47fd1c5a3662dc1bddf6180d.zip
- Document ruby 1.8 -> 1.9 upgrade path.
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