pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby2ruby devel/ruby2ruby: update to 2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdbccf375f82
branches:  trunk
changeset: 386362:bdbccf375f82
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 06 14:30:53 2022 +0000

description:
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).

diffstat:

 devel/ruby2ruby/Makefile |  4 ++--
 devel/ruby2ruby/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 0e9af6115c30 -r bdbccf375f82 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile  Thu Oct 06 14:29:04 2022 +0000
+++ b/devel/ruby2ruby/Makefile  Thu Oct 06 14:30:53 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2019/10/23 16:17:35 taca Exp $
+# $NetBSD: Makefile,v 1.22 2022/10/06 14:30:53 taca Exp $
 
-DISTNAME=      ruby2ruby-2.4.4
+DISTNAME=      ruby2ruby-2.5.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 0e9af6115c30 -r bdbccf375f82 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Thu Oct 06 14:29:04 2022 +0000
+++ b/devel/ruby2ruby/distinfo  Thu Oct 06 14:30:53 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2021/10/26 10:19:53 nia Exp $
+$NetBSD: distinfo,v 1.25 2022/10/06 14:30:53 taca Exp $
 
-BLAKE2s (ruby2ruby-2.4.4.gem) = 5ce6e5e9145c7f3b9e4dbc33fdaebe7403caab1c6330fb6099494a67236015e5
-SHA512 (ruby2ruby-2.4.4.gem) = 51728d702d2142e9a7599fe53c2b58906cd386be429fe97590f850df8cf461c046c67a99fc7b7e277551013b78e35d21609c8125fb568ef90270d146a685c04d
-Size (ruby2ruby-2.4.4.gem) = 26624 bytes
+BLAKE2s (ruby2ruby-2.5.0.gem) = 4763c90abbdd145403f0356530e14d03a24ae9e0b268f411ecc11ba52e889165
+SHA512 (ruby2ruby-2.5.0.gem) = 4b968400a40ae6eed7528c848d8d78dd4e1f1efa63481423eb82309d1dc884416a7aac301f84c945f744e898200bb83cd1be39e10c4ceec530fc751f8bf2e4ba
+Size (ruby2ruby-2.5.0.gem) = 29184 bytes


Home | Main Index | Thread Index | Old Index