aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-02 19:50:04 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-02 19:50:04 +0000
commitabcef7bc95fb99ae08bceffc9c5a1531dd3bc693 (patch)
treedfa19e19c8e10f65fa94e4eece8abf6c0b463f19 /Mk
parentcfecb3e45476d33b6f5f128c1ed7dceef5718074 (diff)
downloadports-abcef7bc95fb99ae08bceffc9c5a1531dd3bc693.tar.gz
ports-abcef7bc95fb99ae08bceffc9c5a1531dd3bc693.zip
MFH: r513607 r513609 r513610
Update to 2.4.9 Changes: https://www.ruby-lang.org/en/news/2019/10/02/ruby-2-4-9-released/ https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-4-8-released/ PR: 240983 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e Update to 2.5.7 Changes: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-5-7-released/ PR: 240984 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e Update to 2.6.5 Changes: https://www.ruby-lang.org/en/news/2019/10/01/ruby-2-6-5-released/ PR: 240985 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Security: f7fcb75c-e537-11e9-863e-b9b7af01ba9e Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q4/; revision=513617
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.ruby.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.ruby.mk b/Mk/bsd.ruby.mk
index 632b7c752eb9..e76797ca87d2 100644
--- a/Mk/bsd.ruby.mk
+++ b/Mk/bsd.ruby.mk
@@ -154,7 +154,7 @@ RUBY?= ${LOCALBASE}/bin/${RUBY_NAME}
#
# Ruby 2.4
#
-RUBY_RELVERSION= 2.4.7
+RUBY_RELVERSION= 2.4.9
RUBY_PORTREVISION= 0
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
@@ -164,7 +164,7 @@ RUBY24= "" # PLIST_SUB helpers
#
# Ruby 2.5
#
-RUBY_RELVERSION= 2.5.6
+RUBY_RELVERSION= 2.5.7
RUBY_PORTREVISION= 0
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0
@@ -174,7 +174,7 @@ RUBY25= "" # PLIST_SUB helpers
#
# Ruby 2.6
#
-RUBY_RELVERSION= 2.6.4
+RUBY_RELVERSION= 2.6.5
RUBY_PORTREVISION= 0
RUBY_PORTEPOCH= 1
RUBY_PATCHLEVEL= 0