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:           Mon May  6 05:18:22 UTC 2019

Modified Files:
        pkgsrc/devel/ruby2ruby: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.20 -r1.21 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.19 pkgsrc/devel/ruby2ruby/Makefile:1.20
--- pkgsrc/devel/ruby2ruby/Makefile:1.19        Wed Feb 28 15:20:00 2018
+++ pkgsrc/devel/ruby2ruby/Makefile     Mon May  6 05:18:22 2019
@@ -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

Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.20 pkgsrc/devel/ruby2ruby/distinfo:1.21
--- pkgsrc/devel/ruby2ruby/distinfo:1.20        Wed Feb 28 15:20:00 2018
+++ pkgsrc/devel/ruby2ruby/distinfo     Mon May  6 05:18:22 2019
@@ -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