svn commit: r319233 - in head: . Mk
Steve Wills
swills at FreeBSD.org
Mon May 27 13:11:31 UTC 2013
Author: swills
Date: Mon May 27 13:11:30 2013
New Revision: 319233
URL: http://svnweb.freebsd.org/changeset/ports/319233
Log:
- Switch default version of Ruby to 1.9
Modified:
head/Mk/bsd.ruby.mk
head/UPDATING
Modified: head/Mk/bsd.ruby.mk
==============================================================================
--- head/Mk/bsd.ruby.mk Mon May 27 13:02:14 2013 (r319232)
+++ head/Mk/bsd.ruby.mk Mon May 27 13:11:30 2013 (r319233)
@@ -132,7 +132,7 @@ Ruby_Include_MAINTAINER= ruby at FreeBSD.or
# RUBY_ELISPDIR - Installation path for emacs lisp files.
#
-RUBY_DEFAULT_VER?= 1.8
+RUBY_DEFAULT_VER?= 1.9
RUBY_VER?= ${RUBY_DEFAULT_VER}
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Mon May 27 13:02:14 2013 (r319232)
+++ head/UPDATING Mon May 27 13:11:30 2013 (r319233)
@@ -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 at 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 at FreeBSD.org
More information about the svn-ports-head
mailing list