diff options
author | Steve Wills <swills@FreeBSD.org> | 2013-05-27 13:11:30 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2013-05-27 13:11:30 +0000 |
commit | 0f62f20598b7117010aaad3088f764dbfa83cafd (patch) | |
tree | 6730c789f82aa199849db61f6bb14e099b42364c /UPDATING | |
parent | 66169a7d2b01a30a1fa51ed3850c679f126c12e6 (diff) | |
download | ports-0f62f20598b7117010aaad3088f764dbfa83cafd.tar.gz ports-0f62f20598b7117010aaad3088f764dbfa83cafd.zip |
- Switch default version of Ruby to 1.9
Notes
Notes:
svn path=/head/; revision=319233
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -5,6 +5,28 @@ 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. +20130527: + AFFECTS: users of lang/ruby18 + AUTHOR: swills@FreeBSD.org + + The default ruby version has been updated from 1.8 to 1.9. You'll need to + rebuild all ports that depend on ruby: + + # portmaster -r lang/ruby19 + or + # portupgrade -fr lang/ruby19 + or + # pkg set -o lang/ruby18:lang/ruby19 + # pkg install -fR lang/ruby19 + + 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_DEFAULT_VER=1.8 + 20130525: AFFECTS: users of sysutils/rsyslog5* AUTHOR: brd@FreeBSD.org |