Download raw body.
Update: JRuby 9.4.7.0
Simple update to the latest release of JRuby. Release notes at:
https://www.jruby.org/2024/04/29/jruby-9-4-7-0.html
Tested on amd64, the only supported arch. Will be committing in a
couple days unless I hear objections.
Thanks,
Jeremy
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/jruby/Makefile,v
retrieving revision 1.114
diff -u -p -u -p -r1.114 Makefile
--- Makefile 23 Feb 2024 17:29:53 -0000 1.114
+++ Makefile 29 Apr 2024 19:41:51 -0000
@@ -3,7 +3,7 @@ ONLY_FOR_ARCHS = amd64
COMMENT = pure-Java implementation of the Ruby language
-V = 9.4.6.0
+V = 9.4.7.0
DISTNAME = jruby-dist-${V}-bin
PKGNAME = jruby-${V}
CATEGORIES = lang lang/ruby
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/jruby/distinfo,v
retrieving revision 1.78
diff -u -p -u -p -r1.78 distinfo
--- distinfo 23 Feb 2024 17:29:53 -0000 1.78
+++ distinfo 29 Apr 2024 19:41:51 -0000
@@ -1,6 +1,6 @@
SHA256 (jffi-1.3.10.tar.gz) = QZWOTjjcxTOTidj4/JjERqcokJJ5SOiQualLs/ivHsw=
-SHA256 (jruby-dist-9.4.6.0-bin.tar.gz) = LaFN5BUrcf2/o1ukaHpG7xLNRldAM3tUnMH+bHwTmBM=
+SHA256 (jruby-dist-9.4.7.0-bin.tar.gz) = 8cOfgldQUwClKP+D/kch++YahVq7JePSfVLUOsl6TYA=
SHA256 (jruby-launcher-1.1.19-java.gem) = LPGrpNcsdLNq7MSjCxiSXh4h+vcPVuC0ykUyUYquGJo=
SIZE (jffi-1.3.10.tar.gz) = 3304571
-SIZE (jruby-dist-9.4.6.0-bin.tar.gz) = 31819131
+SIZE (jruby-dist-9.4.7.0-bin.tar.gz) = 31842429
SIZE (jruby-launcher-1.1.19-java.gem) = 64000
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v
retrieving revision 1.69
diff -u -p -u -p -r1.69 PLIST
--- pkg/PLIST 23 Feb 2024 17:29:53 -0000 1.69
+++ pkg/PLIST 29 Apr 2024 19:41:51 -0000
@@ -259,10 +259,10 @@ jruby/lib/ruby/gems/1.8/gems/rake-13.0.6
jruby/lib/ruby/gems/1.8/gems/rake-13.0.6/lib/rake/version.rb
jruby/lib/ruby/gems/1.8/gems/rake-13.0.6/lib/rake/win32.rb
jruby/lib/ruby/gems/1.8/gems/rake-13.0.6/rake.gemspec
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.0/
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.0/exe/
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.0/exe/rdoc
-jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.0/exe/ri
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.1.1/
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.1.1/exe/
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.1.1/exe/rdoc
+jruby/lib/ruby/gems/1.8/gems/rdoc-6.4.1.1/exe/ri
jruby/lib/ruby/gems/1.8/gems/rexml-3.2.5/
jruby/lib/ruby/gems/1.8/gems/rexml-3.2.5/LICENSE.txt
jruby/lib/ruby/gems/1.8/gems/rexml-3.2.5/NEWS.md
@@ -554,7 +554,7 @@ jruby/lib/ruby/gems/1.8/specifications/d
jruby/lib/ruby/gems/1.8/specifications/default/ipaddr-1.2.4.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/irb-1.4.2.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/jar-dependencies-0.4.1.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.14.3-java.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.14.5-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/jruby-readline-1.3.7-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/json-2.7.1-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/logger-1.5.1.gemspec
@@ -573,7 +573,7 @@ jruby/lib/ruby/gems/1.8/specifications/d
jruby/lib/ruby/gems/1.8/specifications/default/psych-5.1.1.1-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/racc-1.6.0-java.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/rake-ant-1.0.6.gemspec
-jruby/lib/ruby/gems/1.8/specifications/default/rdoc-6.4.0.gemspec
+jruby/lib/ruby/gems/1.8/specifications/default/rdoc-6.4.1.1.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/reline-0.4.2.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/resolv-replace-0.1.0.gemspec
jruby/lib/ruby/gems/1.8/specifications/default/rinda-0.1.1.gemspec
Update: JRuby 9.4.7.0