pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby Fix accidently modified RUBY23_VERSION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c53d05d05729
branches:  trunk
changeset: 360887:c53d05d05729
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 09 15:54:28 2017 +0000

description:
Fix accidently modified RUBY23_VERSION.

diffstat:

 lang/ruby/rubyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6e4180781b0a -r c53d05d05729 lang/ruby/rubyversion.mk
--- a/lang/ruby/rubyversion.mk  Sun Apr 09 15:50:35 2017 +0000
+++ b/lang/ruby/rubyversion.mk  Sun Apr 09 15:54:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rubyversion.mk,v 1.170 2017/04/09 15:49:50 taca Exp $
+# $NetBSD: rubyversion.mk,v 1.171 2017/04/09 15:54:28 taca Exp $
 #
 
 # This file determines which Ruby version is used as a dependency for
@@ -230,7 +230,7 @@
 RUBY18_VERSION=                1.8.7
 RUBY21_VERSION=                2.1.10
 RUBY22_VERSION=                2.2.7
-RUBY23_VERSION=                2.3.2
+RUBY23_VERSION=                2.3.3
 
 # patch level
 RUBY18_PATCHLEVEL=     pl374



Home | Main Index | Thread Index | Old Index