pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby2ruby
Module Name: pkgsrc
Committed By: taca
Date: Thu Oct 6 14:30:53 UTC 2022
Modified Files:
pkgsrc/devel/ruby2ruby: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby2ruby/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby2ruby/Makefile
diff -u pkgsrc/devel/ruby2ruby/Makefile:1.21 pkgsrc/devel/ruby2ruby/Makefile:1.22
--- pkgsrc/devel/ruby2ruby/Makefile:1.21 Wed Oct 23 16:17:35 2019
+++ pkgsrc/devel/ruby2ruby/Makefile Thu Oct 6 14:30:53 2022
@@ -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
Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.24 pkgsrc/devel/ruby2ruby/distinfo:1.25
--- pkgsrc/devel/ruby2ruby/distinfo:1.24 Tue Oct 26 10:19:53 2021
+++ pkgsrc/devel/ruby2ruby/distinfo Thu Oct 6 14:30:53 2022
@@ -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