Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 13:11:31 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319233 - in head: . Mk
Message-ID:  <201305271311.r4RDBVMf099339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305271311.r4RDBVMf099339>