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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12172f3f5029
branches:  trunk
changeset: 323179:12172f3f5029
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon May 06 05:18:22 2019 +0000

description:
devel/ruby2ruby: update to 2.4.2

=== 2.4.0 / 2019-03-12

* 3 bug fixes:

  * Fixed sexp_body to return empty sexp instead of nil when using STRICT_SEXP.
  * STRICT_SEXP=4+ fails w/ current use of concat. Removed concat from strictness for now.
  * Use concat internally instead of splat. Some people have 20000 node sexps! (presidentbeef)

diffstat:

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

diffs (27 lines):

diff -r 4ce7c95b55b4 -r 12172f3f5029 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile  Mon May 06 05:17:39 2019 +0000
+++ b/devel/ruby2ruby/Makefile  Mon May 06 05:18:22 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/02/28 15:20:00 taca Exp $
+# $NetBSD: Makefile,v 1.20 2019/05/06 05:18:22 taca Exp $
 
-DISTNAME=      ruby2ruby-2.4.1
+DISTNAME=      ruby2ruby-2.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 4ce7c95b55b4 -r 12172f3f5029 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Mon May 06 05:17:39 2019 +0000
+++ b/devel/ruby2ruby/distinfo  Mon May 06 05:18:22 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2018/02/28 15:20:00 taca Exp $
+$NetBSD: distinfo,v 1.21 2019/05/06 05:18:22 taca Exp $
 
-SHA1 (ruby2ruby-2.4.1.gem) = 81e12e1402a939e42a29920108caeb749e14e97c
-RMD160 (ruby2ruby-2.4.1.gem) = 76409074909731c3392a1f2f988a31ce43d61c62
-SHA512 (ruby2ruby-2.4.1.gem) = 5c0ee1b3738a5c4f780cea15cdc9ba679e31b9fe26f11b458a881d40b4717e9d07202f4358e9a0ec53a657b275f86ba466bf6ace8111403d35553292bee60c3c
-Size (ruby2ruby-2.4.1.gem) = 26112 bytes
+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



Home | Main Index | Thread Index | Old Index