Sun Oct 4 04:28:35 2020 UTC ()
lang/ruby: update version for Ruby 2.7.2

Update versions for Ruby 2.7.2, it should be commited along with update
to Ruby 2.7.2.  Noted by Ryo ONODERA.


(taca)
diff -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk

cvs diff -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk (expand / switch to unified diff)

--- pkgsrc/lang/ruby/rubyversion.mk 2020/05/21 15:57:59 1.222
+++ pkgsrc/lang/ruby/rubyversion.mk 2020/10/04 04:28:35 1.223
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: rubyversion.mk,v 1.222 2020/05/21 15:57:59 taca Exp $ 1# $NetBSD: rubyversion.mk,v 1.223 2020/10/04 04:28:35 taca Exp $
2# 2#
3 3
4# This file determines which Ruby version is used as a dependency for 4# This file determines which Ruby version is used as a dependency for
5# a package. 5# a package.
6# 6#
7# 7#
8# === User-settable variables === 8# === User-settable variables ===
9# 9#
10# RUBY_VERSION_DEFAULT 10# RUBY_VERSION_DEFAULT
11# The preferered Ruby version to use. 11# The preferered Ruby version to use.
12# 12#
13# Possible values: 25 26 27 13# Possible values: 25 26 27
14# Default: 26 14# Default: 26
@@ -205,27 +205,27 @@ _RUBYVERSION_MK= # defined @@ -205,27 +205,27 @@ _RUBYVERSION_MK= # defined
205 205
206.include "../../mk/bsd.prefs.mk" 206.include "../../mk/bsd.prefs.mk"
207 207
208.if defined(PKGNAME_REQD) 208.if defined(PKGNAME_REQD)
209. if !empty(PKGNAME_REQD:Mruby[0-9][0-9]-*) 209. if !empty(PKGNAME_REQD:Mruby[0-9][0-9]-*)
210_RUBY_VERSION_REQD:= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/} 210_RUBY_VERSION_REQD:= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
211RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/} 211RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/ruby([0-9][0-9])-.*/\1/}
212. endif 212. endif
213.endif 213.endif
214 214
215# current supported Ruby's version 215# current supported Ruby's version
216RUBY25_VERSION= 2.5.8 216RUBY25_VERSION= 2.5.8
217RUBY26_VERSION= 2.6.6 217RUBY26_VERSION= 2.6.6
218RUBY27_VERSION= 2.7.1 218RUBY27_VERSION= 2.7.2
219 219
220# current API compatible version; used for version of shared library 220# current API compatible version; used for version of shared library
221RUBY25_API_VERSION= 2.5.0 221RUBY25_API_VERSION= 2.5.0
222RUBY26_API_VERSION= 2.6.0 222RUBY26_API_VERSION= 2.6.0
223RUBY27_API_VERSION= 2.7.0 223RUBY27_API_VERSION= 2.7.0
224 224
225# 225#
226RUBY_VERSION_DEFAULT?= 26 226RUBY_VERSION_DEFAULT?= 26
227 227
228# supported Ruby's version 228# supported Ruby's version
229RUBY_VERSIONS_SUPPORTED= 25 26 27 229RUBY_VERSIONS_SUPPORTED= 25 26 27
230 230
231RUBY_VERSIONS_ACCEPTED?= 25 26 27 231RUBY_VERSIONS_ACCEPTED?= 25 26 27
@@ -337,27 +337,27 @@ RUBY_THWAIT_VERSION= 0.1.0 @@ -337,27 +337,27 @@ RUBY_THWAIT_VERSION= 0.1.0
337RUBY_TRACER_VERSION= 0.1.0 337RUBY_TRACER_VERSION= 0.1.0
338RUBY_WEBRICK_VERSION= 1.4.2 338RUBY_WEBRICK_VERSION= 1.4.2
339RUBY_ZLIB_VERSION= 1.0.0 339RUBY_ZLIB_VERSION= 1.0.0
340 340
341RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR} 341RUBY_SUFFIX= ${_RUBY_VER_MAJOR}${_RUBY_VER_MINOR}
342 342
343.elif ${RUBY_VER} == "27" 343.elif ${RUBY_VER} == "27"
344RUBY_VERSION= ${RUBY27_VERSION} 344RUBY_VERSION= ${RUBY27_VERSION}
345RUBY_ABI_VERSION= ${RUBY_VERSION} 345RUBY_ABI_VERSION= ${RUBY_VERSION}
346 346
347RUBY_RDOC_VERSION= 6.2.1 347RUBY_RDOC_VERSION= 6.2.1
348 348
349RUBY_DID_YOU_MEAN_VERSION= 1.4.0 349RUBY_DID_YOU_MEAN_VERSION= 1.4.0
350RUBY_IRB_VERSION= 1.2.3 350RUBY_IRB_VERSION= 1.2.6
351 351
352# bundled gems 352# bundled gems
353RUBY_MINITEST_VERSION= 5.13.0 353RUBY_MINITEST_VERSION= 5.13.0
354RUBY_NET_TELNET_VERSION= 0.2.0 354RUBY_NET_TELNET_VERSION= 0.2.0
355RUBY_POWER_ASSERT_VERSION= 1.1.7 355RUBY_POWER_ASSERT_VERSION= 1.1.7
356RUBY_RACC_VERSION= 1.4.16 356RUBY_RACC_VERSION= 1.4.16
357RUBY_RAKE_VERSION= 13.0.1 357RUBY_RAKE_VERSION= 13.0.1
358RUBY_TEST_UNIT_VERSION= 3.3.4 358RUBY_TEST_UNIT_VERSION= 3.3.4
359RUBY_XML_RPC_VERSION= 0.3.0 359RUBY_XML_RPC_VERSION= 0.3.0
360 360
361# bundled extensions 361# bundled extensions
362RUBY_DATE_VERSION= 3.0.0 362RUBY_DATE_VERSION= 3.0.0
363RUBY_DBM_VERSION= 1.1.0 363RUBY_DBM_VERSION= 1.1.0