diff options
author | stas <stas@FreeBSD.org> | 2011-08-23 06:37:09 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2011-08-23 06:37:09 +0800 |
commit | ed50c87893bddb6d47fd1c5a3662dc1bddf6180d (patch) | |
tree | 4d85ed2689ce99afc9eb78d8898354ee79c033dc /UPDATING | |
parent | 62cf794c3a2f081c763f9243d04543fc2542e70b (diff) | |
download | freebsd-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-- | UPDATING | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |