diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-08-24 00:52:12 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-08-24 00:52:12 +0000 |
commit | 370c5cdc08f2daced03b43a9d12b7e48fc648fad (patch) | |
tree | 595a21ab02c7e3f5a855184d8e074d4dc4af5e74 /UPDATING | |
parent | 56db684ff9ba92ab997e64c2e76a737fdc34b047 (diff) | |
download | ports-370c5cdc08f2daced03b43a9d12b7e48fc648fad.tar.gz ports-370c5cdc08f2daced03b43a9d12b7e48fc648fad.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -6,6 +6,31 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. 20110823: + AFFECTS: users of lang/ruby + AUTHOR: swills@FreeBSD.org + + The default ruby version has been reverted from 1.9 to 1.8. If you followed + the procedure in the 20110822 entry, you may need to follow these steps: + + If you use portmaster: + # portmaster -o lang/ruby18 lang/ruby19 + # portmaster -R -r ruby-1.8 + + If you use portupgrade: + # portupgrade -f lang/ruby19 + # portupgrade -f lang/ruby18 # if you have it installed + # portupgrade -f ports-mgmt/portupgrade + # portupgrade -x ruby-1.9.\* -fr lang/ruby19 + + If you wish to keep the 1.9 version as default, add the following lines + to your /etc/make.conf file: + + # + # Keep ruby 1.9 as default version. + # + RUBY_DEFAULT_VER=1.9 + +20110823: AFFECTS: users of devel/libnotify and net/libproxy AUTHOR: gnome@FreeBSD.org |