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:           Wed Oct 23 16:17:35 UTC 2019

Modified Files:
        pkgsrc/devel/ruby2ruby: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.21 -r1.22 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.20 pkgsrc/devel/ruby2ruby/Makefile:1.21
--- pkgsrc/devel/ruby2ruby/Makefile:1.20        Mon May  6 05:18:22 2019
+++ pkgsrc/devel/ruby2ruby/Makefile     Wed Oct 23 16:17:35 2019
@@ -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 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-parser>=3.1<
 
 RUBYGEM_OPTIONS+=      --format-executable
 
+USE_LANGUAGES= # empty
+
 pre-build:
        ${CHMOD} 0755 ${WRKSRC}/bin/r2r_show
 

Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.21 pkgsrc/devel/ruby2ruby/distinfo:1.22
--- pkgsrc/devel/ruby2ruby/distinfo:1.21        Mon May  6 05:18:22 2019
+++ pkgsrc/devel/ruby2ruby/distinfo     Wed Oct 23 16:17:35 2019
@@ -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