Simple update to the most recent version of JRuby. This will probably be the last release of JRuby 9.2 (which implements Ruby 2.5), the next JRuby release is scheduled to be JRuby 9.3 (which implements Ruby 2.6).
We skipped 9.2.10.0 due to issues with it. Release notes at: * https://www.jruby.org/2020/03/02/jruby-9-2-11-0.html * https://www.jruby.org/2020/02/18/jruby-9-2-10-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.83 diff -u -p -r1.83 Makefile --- Makefile 1 Nov 2019 19:29:31 -0000 1.83 +++ Makefile 2 Mar 2020 21:06:35 -0000 @@ -5,7 +5,7 @@ ONLY_FOR_ARCHS = amd64 COMMENT = pure-Java implementation of the Ruby language -V = 9.2.9.0 +V = 9.2.11.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.52 diff -u -p -r1.52 distinfo --- distinfo 1 Nov 2019 19:29:31 -0000 1.52 +++ distinfo 2 Mar 2020 21:06:42 -0000 @@ -1,6 +1,6 @@ SHA256 (jffi-1.2.18.tar.gz) = BTJsmFFT5MhkSblzLLqjnHVw8HnNDxJ2wvXfQOusvZI= -SHA256 (jruby-dist-9.2.9.0-bin.tar.gz) = ztP7uBtPKfan/nIH5njkFU2VzJTen1Cfyq8Fdopr+RE= +SHA256 (jruby-dist-9.2.11.0-bin.tar.gz) = iugtoaJlgZLBRFyWETR3Usa/+twoTsDcBhXja7W63wc= SHA256 (jruby-launcher-1.1.9-java.gem) = 9prnUcy0VqolcmXSsZR5HWWWrFr2cNZVZyH3DHQcEdU= SIZE (jffi-1.2.18.tar.gz) = 2210133 -SIZE (jruby-dist-9.2.9.0-bin.tar.gz) = 25055994 +SIZE (jruby-dist-9.2.11.0-bin.tar.gz) = 25548555 SIZE (jruby-launcher-1.1.9-java.gem) = 65024 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v retrieving revision 1.46 diff -u -p -r1.46 PLIST --- pkg/PLIST 1 Nov 2019 19:29:31 -0000 1.46 +++ pkg/PLIST 2 Mar 2020 21:07:42 -0000 @@ -15,7 +15,7 @@ jruby/bin/testrb jruby/lib/ jruby/lib/jni/ jruby/lib/jni/${JFFI_ARCH}/ -jruby/lib/jni/${JFFI_ARCH}/libjffi-1.2.so +@so jruby/lib/jni/${JFFI_ARCH}/libjffi-1.2.so jruby/lib/jruby.jar jruby/lib/ruby/ jruby/lib/ruby/1.8/ @@ -411,7 +411,7 @@ jruby/lib/ruby/gems/1.8/specifications/d jruby/lib/ruby/gems/1.8/specifications/default/fileutils-1.1.0.gemspec jruby/lib/ruby/gems/1.8/specifications/default/ipaddr-1.2.0.gemspec jruby/lib/ruby/gems/1.8/specifications/default/jar-dependencies-0.4.0.gemspec -jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.10.2-java.gemspec +jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.10.4-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.2.0-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/psych-3.1.0-java.gemspec @@ -562,13 +562,15 @@ jruby/lib/ruby/stdlib/getoptlong.rb jruby/lib/ruby/stdlib/io/ jruby/lib/ruby/stdlib/io/console/ jruby/lib/ruby/stdlib/io/console.rb -jruby/lib/ruby/stdlib/io/console/bsd_console.rb -jruby/lib/ruby/stdlib/io/console/common.rb -jruby/lib/ruby/stdlib/io/console/linux_console.rb -jruby/lib/ruby/stdlib/io/console/native_console.rb +jruby/lib/ruby/stdlib/io/console/jruby/ +jruby/lib/ruby/stdlib/io/console/jruby.rb +jruby/lib/ruby/stdlib/io/console/jruby/bsd_console.rb +jruby/lib/ruby/stdlib/io/console/jruby/common.rb +jruby/lib/ruby/stdlib/io/console/jruby/linux_console.rb +jruby/lib/ruby/stdlib/io/console/jruby/native_console.rb +jruby/lib/ruby/stdlib/io/console/jruby/stty_console.rb +jruby/lib/ruby/stdlib/io/console/jruby/stub_console.rb jruby/lib/ruby/stdlib/io/console/size.rb -jruby/lib/ruby/stdlib/io/console/stty_console.rb -jruby/lib/ruby/stdlib/io/console/stub_console.rb jruby/lib/ruby/stdlib/io/nonblock.rb jruby/lib/ruby/stdlib/io/wait.rb jruby/lib/ruby/stdlib/ipaddr.rb @@ -809,14 +811,14 @@ jruby/lib/ruby/stdlib/optparse/version.r jruby/lib/ruby/stdlib/org/ jruby/lib/ruby/stdlib/org/bouncycastle/ jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk15on/ -jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk15on/1.61/ -jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk15on/1.61/bcpkix-jdk15on-1.61.jar +jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk15on/1.62/ +jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk15on/1.62/bcpkix-jdk15on-1.62.jar jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk15on/ -jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk15on/1.61/ -jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk15on/1.61/bcprov-jdk15on-1.61.jar +jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk15on/1.62/ +jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk15on/1.62/bcprov-jdk15on-1.62.jar jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk15on/ -jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk15on/1.61/ -jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk15on/1.61/bctls-jdk15on-1.61.jar +jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk15on/1.62/ +jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk15on/1.62/bctls-jdk15on-1.62.jar jruby/lib/ruby/stdlib/org/yaml/ jruby/lib/ruby/stdlib/org/yaml/snakeyaml/ jruby/lib/ruby/stdlib/org/yaml/snakeyaml/1.23/ @@ -1226,6 +1228,7 @@ jruby/lib/ruby/stdlib/rubygems/commands/ jruby/lib/ruby/stdlib/rubygems/commands/fetch_command.rb jruby/lib/ruby/stdlib/rubygems/commands/generate_index_command.rb jruby/lib/ruby/stdlib/rubygems/commands/help_command.rb +jruby/lib/ruby/stdlib/rubygems/commands/info_command.rb jruby/lib/ruby/stdlib/rubygems/commands/install_command.rb jruby/lib/ruby/stdlib/rubygems/commands/list_command.rb jruby/lib/ruby/stdlib/rubygems/commands/lock_command.rb @@ -1255,6 +1258,7 @@ jruby/lib/ruby/stdlib/rubygems/config_fi jruby/lib/ruby/stdlib/rubygems/core_ext/ jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_gem.rb jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb +jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_warn.rb jruby/lib/ruby/stdlib/rubygems/defaults/ jruby/lib/ruby/stdlib/rubygems/defaults.rb jruby/lib/ruby/stdlib/rubygems/defaults/jruby.rb @@ -1372,6 +1376,7 @@ jruby/lib/ruby/stdlib/rubygems/resolver/ jruby/lib/ruby/stdlib/rubygems/resolver/stats.rb jruby/lib/ruby/stdlib/rubygems/resolver/vendor_set.rb jruby/lib/ruby/stdlib/rubygems/resolver/vendor_specification.rb +jruby/lib/ruby/stdlib/rubygems/s3_uri_signer.rb jruby/lib/ruby/stdlib/rubygems/safe_yaml.rb jruby/lib/ruby/stdlib/rubygems/security/ jruby/lib/ruby/stdlib/rubygems/security.rb @@ -1394,6 +1399,7 @@ jruby/lib/ruby/stdlib/rubygems/source_lo jruby/lib/ruby/stdlib/rubygems/source_specific_file.rb jruby/lib/ruby/stdlib/rubygems/spec_fetcher.rb jruby/lib/ruby/stdlib/rubygems/specification.rb +jruby/lib/ruby/stdlib/rubygems/specification_policy.rb jruby/lib/ruby/stdlib/rubygems/ssl_certs/ jruby/lib/ruby/stdlib/rubygems/ssl_certs/index.rubygems.org/ jruby/lib/ruby/stdlib/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem
