Thu Oct 6 14:30:53 2022 UTC ()
devel/ruby2ruby: update to 2.5.0

2.5.0 (2022-10-04)

5 minor enhancements:

* Added support for (most?) pattern matching.
* Added support for **kwrest.
* Added support for forward args (…), defn and call.
* Added support for preexe (BEGIN { … }).
* Support ruby 3.1 hash shorthand syntax. (presidentbeef)

3 bug fixes:

* Fix generation of case w/ no else.
* Fixed a bug block shadow vars (they're grouped)
* Fixed find_pat up (after fixing a find_pat bug in ruby_parser).


(taca)
diff -r1.21 -r1.22 pkgsrc/devel/ruby2ruby/Makefile
diff -r1.24 -r1.25 pkgsrc/devel/ruby2ruby/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/devel/ruby2ruby/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/Makefile 2019/10/23 16:17:35 1.21
+++ pkgsrc/devel/ruby2ruby/Makefile 2022/10/06 14:30:53 1.22
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.21 2019/10/23 16:17:35 taca Exp $ 1# $NetBSD: Makefile,v 1.22 2022/10/06 14:30:53 taca Exp $
2 2
3DISTNAME= ruby2ruby-2.4.4 3DISTNAME= ruby2ruby-2.5.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/seattlerb/ruby2ruby 7HOMEPAGE= https://github.com/seattlerb/ruby2ruby
8COMMENT= Pure Ruby code from Ruby S-expressions 8COMMENT= Pure Ruby code from Ruby S-expressions
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.6<5:../../devel/ruby-sexp-processor 11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.6<5:../../devel/ruby-sexp-processor
12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser 12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
13 13
14RUBYGEM_OPTIONS+= --format-executable 14RUBYGEM_OPTIONS+= --format-executable
15 15
16USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty

cvs diff -r1.24 -r1.25 pkgsrc/devel/ruby2ruby/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/distinfo 2021/10/26 10:19:53 1.24
+++ pkgsrc/devel/ruby2ruby/distinfo 2022/10/06 14:30:53 1.25
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.24 2021/10/26 10:19:53 nia Exp $ 1$NetBSD: distinfo,v 1.25 2022/10/06 14:30:53 taca Exp $
2 2
3BLAKE2s (ruby2ruby-2.4.4.gem) = 5ce6e5e9145c7f3b9e4dbc33fdaebe7403caab1c6330fb6099494a67236015e5 3BLAKE2s (ruby2ruby-2.5.0.gem) = 4763c90abbdd145403f0356530e14d03a24ae9e0b268f411ecc11ba52e889165
4SHA512 (ruby2ruby-2.4.4.gem) = 51728d702d2142e9a7599fe53c2b58906cd386be429fe97590f850df8cf461c046c67a99fc7b7e277551013b78e35d21609c8125fb568ef90270d146a685c04d 4SHA512 (ruby2ruby-2.5.0.gem) = 4b968400a40ae6eed7528c848d8d78dd4e1f1efa63481423eb82309d1dc884416a7aac301f84c945f744e898200bb83cd1be39e10c4ceec530fc751f8bf2e4ba
5Size (ruby2ruby-2.4.4.gem) = 26624 bytes 5Size (ruby2ruby-2.5.0.gem) = 29184 bytes