diff options
author | swills <swills@FreeBSD.org> | 2013-05-27 21:11:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2013-05-27 21:11:30 +0800 |
commit | 2bd6529d34c3cd6fbe54cdce3e807c79afc3b4e4 (patch) | |
tree | 6730c789f82aa199849db61f6bb14e099b42364c /UPDATING | |
parent | 887926b0e3bddc59638832597bf16fc1a7fc9970 (diff) | |
download | freebsd-ports-gnome-2bd6529d34c3cd6fbe54cdce3e807c79afc3b4e4.tar.gz freebsd-ports-gnome-2bd6529d34c3cd6fbe54cdce3e807c79afc3b4e4.tar.zst freebsd-ports-gnome-2bd6529d34c3cd6fbe54cdce3e807c79afc3b4e4.zip |
- Switch default version of Ruby to 1.9
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 |