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.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d07f71d9f672
branches:  trunk
changeset: 416334:d07f71d9f672
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Oct 23 16:17:35 2019 +0000

description:
devel/ruby2ruby: update to 2.4.4

Update ruby2ruby to 2.4.4.

=== 2.4.4 / 2019-09-24

* 1 bug fix:

  * Fixed deprecation warnings from patterns change in sexp_processor.

=== 2.4.3 / 2019-06-03

* 4 bug fixes:

  * Added shadow block args. (jaynetics)
  * Fixed generation for block args w/ trailing commas.
  * Fixed nested masgn block args and arrays. (jaynetics)
  * Fixes for stabby proc / lambda changes.

diffstat:

 devel/ruby2ruby/Makefile |   6 ++++--
 devel/ruby2ruby/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r c98d733227b0 -r d07f71d9f672 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile  Wed Oct 23 16:16:55 2019 +0000
+++ b/devel/ruby2ruby/Makefile  Wed Oct 23 16:17:35 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/05/06 05:18:22 taca Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/23 16:17:35 taca Exp $
 
-DISTNAME=      ruby2ruby-2.4.2
+DISTNAME=      ruby2ruby-2.4.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,6 +13,8 @@
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+USE_LANGUAGES= # empty
+
 pre-build:
        ${CHMOD} 0755 ${WRKSRC}/bin/r2r_show
 
diff -r c98d733227b0 -r d07f71d9f672 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Wed Oct 23 16:16:55 2019 +0000
+++ b/devel/ruby2ruby/distinfo  Wed Oct 23 16:17:35 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/05/06 05:18:22 taca Exp $
+$NetBSD: distinfo,v 1.22 2019/10/23 16:17:35 taca Exp $
 
-SHA1 (ruby2ruby-2.4.2.gem) = fe7a6902385b87f208395d083027415c7f61bc46
-RMD160 (ruby2ruby-2.4.2.gem) = aea25a0e9e8463ce744d4256682ba58b7f8b2467
-SHA512 (ruby2ruby-2.4.2.gem) = ae8a34a77d48a97d29bd0ea9e2653e6189666564e971b985e7a459a562f8f03fdff4ec8775a2184cef578249aebbc8a050b57613b63d3c09b7a84aec5f727a7c
-Size (ruby2ruby-2.4.2.gem) = 26624 bytes
+SHA1 (ruby2ruby-2.4.4.gem) = ba1480fcfd34f880170c5f9f01d40462443eb27a
+RMD160 (ruby2ruby-2.4.4.gem) = 199fd32803ab408cf35f6931f520128cec88c633
+SHA512 (ruby2ruby-2.4.4.gem) = 51728d702d2142e9a7599fe53c2b58906cd386be429fe97590f850df8cf461c046c67a99fc7b7e277551013b78e35d21609c8125fb568ef90270d146a685c04d
+Size (ruby2ruby-2.4.4.gem) = 26624 bytes



Home | Main Index | Thread Index | Old Index