Updates to the latest version of JRuby. Release notes available at:
https://www.jruby.org/2025/08/07/jruby-10-0-2-0.html

Tested on amd64, the only supported arch. I plan to commit in a couple
days unless there are objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/jruby/Makefile,v
diff -u -p -r1.124 Makefile
--- Makefile    31 Jul 2025 15:55:30 -0000      1.124
+++ Makefile    14 Aug 2025 20:53:07 -0000
@@ -3,14 +3,12 @@ ONLY_FOR_ARCHS = amd64
 
 COMMENT =      pure-Java implementation of the Ruby language
 
-V =            10.0.1.0
+V =            10.0.2.0
 DISTNAME =     jruby-dist-${V}-bin
 PKGNAME =      jruby-${V}
 CATEGORIES =   lang lang/ruby
 DISTFILES.jffi =jffi-1.3.10.tar.gz
 DISTFILES.gem =        ${JRUBY_LAUNCHER_GEM}
-
-REVISION =     0
 
 HOMEPAGE =     http://www.jruby.org/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/jruby/distinfo,v
diff -u -p -r1.86 distinfo
--- distinfo    20 Jul 2025 02:08:37 -0000      1.86
+++ distinfo    14 Aug 2025 20:53:07 -0000
@@ -1,6 +1,6 @@
 SHA256 (jffi-1.3.10.tar.gz) = QZWOTjjcxTOTidj4/JjERqcokJJ5SOiQualLs/ivHsw=
-SHA256 (jruby-dist-10.0.1.0-bin.tar.gz) = 
IhdO1AiqGTQPw8YJtn9agzdFOezFAFMVPWD24fgfqp0=
+SHA256 (jruby-dist-10.0.2.0-bin.tar.gz) = 
uKAm84qphGGgTtCqCyCJHOJX7L5T4SRxnOnuW4BFJfE=
 SHA256 (jruby-launcher-1.1.19-java.gem) = 
LPGrpNcsdLNq7MSjCxiSXh4h+vcPVuC0ykUyUYquGJo=
 SIZE (jffi-1.3.10.tar.gz) = 3304571
-SIZE (jruby-dist-10.0.1.0-bin.tar.gz) = 33781346
+SIZE (jruby-dist-10.0.2.0-bin.tar.gz) = 33781310
 SIZE (jruby-launcher-1.1.19-java.gem) = 64000

Reply via email to