This updates JRuby to the latest version. Release notes are at http://jruby.org/2015/09/02/jruby-9-0-1-0.html
Tested on amd64. Will probably be committing in a few days unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/lang/jruby/Makefile,v retrieving revision 1.53 diff -u -p -r1.53 Makefile --- Makefile 28 Jul 2015 21:55:32 -0000 1.53 +++ Makefile 2 Sep 2015 18:11:33 -0000 @@ -7,7 +7,7 @@ SHARED_ONLY = Yes COMMENT = pure-Java implementation of the Ruby language -V = 9.0.0.0 +V = 9.0.1.0 DISTNAME = jruby-bin-${V} PKGNAME = jruby-${V} CATEGORIES = lang lang/ruby Index: distinfo =================================================================== RCS file: /cvs/ports/lang/jruby/distinfo,v retrieving revision 1.34 diff -u -p -r1.34 distinfo --- distinfo 26 Jul 2015 04:40:16 -0000 1.34 +++ distinfo 2 Sep 2015 18:15:26 -0000 @@ -1,6 +1,6 @@ SHA256 (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = xK/m48Z/YA+fg4yFJqcRxceFnT0F98y255Ju9eSE7b0= -SHA256 (jruby-bin-9.0.0.0.tar.gz) = ZVZl2zodwEYsupnUVTKrV9hBa18WjYoAgb3pt6k6OU4= +SHA256 (jruby-bin-9.0.1.0.tar.gz) = PKuOrS8IDrnN8W/DDLwZdMNqSk5snTIdWju9lztkUn8= SHA256 (jruby-launcher-1.1.1-java.gem) = 0iJ3vtg6aMTK/AIJdpLChL3TSVYqpbp89chB4ywVlOE= SIZE (jnr-jffi-1.2.2-0-g4c196bb.tar.gz) = 1759433 -SIZE (jruby-bin-9.0.0.0.tar.gz) = 37095913 +SIZE (jruby-bin-9.0.1.0.tar.gz) = 37519516 SIZE (jruby-launcher-1.1.1-java.gem) = 56832 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/lang/jruby/pkg/PLIST,v retrieving revision 1.30 diff -u -p -r1.30 PLIST --- pkg/PLIST 26 Jul 2015 04:40:16 -0000 1.30 +++ pkg/PLIST 2 Sep 2015 18:18:36 -0000 @@ -40,11 +40,11 @@ jruby/lib/ruby/gems/1.8/gems/rdoc-4.1.0/ jruby/lib/ruby/gems/1.8/specifications/ jruby/lib/ruby/gems/1.8/specifications/default/ jruby/lib/ruby/gems/1.8/specifications/default/jar-dependencies-0.1.15.gemspec -jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.9.7-java.gemspec +jruby/lib/ruby/gems/1.8/specifications/default/jruby-openssl-0.9.11-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/json-1.8.0-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/minitest-5.4.1.gemspec jruby/lib/ruby/gems/1.8/specifications/default/power_assert-0.2.3.gemspec -jruby/lib/ruby/gems/1.8/specifications/default/psych-2.0.14.pre1-java.gemspec +jruby/lib/ruby/gems/1.8/specifications/default/psych-2.0.15-java.gemspec jruby/lib/ruby/gems/1.8/specifications/default/rake-${RAKE_V}.gemspec jruby/lib/ruby/gems/1.8/specifications/default/rdoc-4.1.0.gemspec jruby/lib/ruby/gems/1.8/specifications/default/ruby-maven-3.3.3.gemspec @@ -229,6 +229,8 @@ jruby/lib/ruby/stdlib/debug.rb jruby/lib/ruby/stdlib/delegate.rb jruby/lib/ruby/stdlib/digest/ jruby/lib/ruby/stdlib/digest.rb +jruby/lib/ruby/stdlib/digest/digest/ +jruby/lib/ruby/stdlib/digest/digest/bubblebabble.rb jruby/lib/ruby/stdlib/digest/sha2.rb jruby/lib/ruby/stdlib/drb/ jruby/lib/ruby/stdlib/drb.rb @@ -424,6 +426,16 @@ jruby/lib/ruby/stdlib/jopenssl21/openssl jruby/lib/ruby/stdlib/jopenssl21/openssl/digest.rb jruby/lib/ruby/stdlib/jopenssl21/openssl/ssl.rb jruby/lib/ruby/stdlib/jopenssl21/openssl/x509.rb +jruby/lib/ruby/stdlib/jopenssl22/ +jruby/lib/ruby/stdlib/jopenssl22/openssl/ +jruby/lib/ruby/stdlib/jopenssl22/openssl.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/bn.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/buffering.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/cipher.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/config.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/digest.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/ssl.rb +jruby/lib/ruby/stdlib/jopenssl22/openssl/x509.rb jruby/lib/ruby/stdlib/jruby/ jruby/lib/ruby/stdlib/jruby/compiler/ jruby/lib/ruby/stdlib/jruby/compiler.rb