Thu Oct 20 14:35:13 2016 UTC ()
Update ruby2ruby to 2.3.1.

=== 2.3.1 / 2016-10-09

* 1 minor enhancement:

  * Support more op_asgn nodes. (presidentbeef)

* 1 bug fix:

  * Fix for non-binary 'binary' calls (eg arity > 1). (presidentbeef)


(taca)
diff -r1.15 -r1.16 pkgsrc/devel/ruby2ruby/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/ruby2ruby/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/devel/ruby2ruby/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/Makefile 2016/03/08 15:01:04 1.15
+++ pkgsrc/devel/ruby2ruby/Makefile 2016/10/20 14:35:13 1.16
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2016/03/08 15:01:04 taca Exp $ 1# $NetBSD: Makefile,v 1.16 2016/10/20 14:35:13 taca Exp $
2 2
3DISTNAME= ruby2ruby-2.3.0 3DISTNAME= ruby2ruby-2.3.1
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/seattlerb/ruby2ruby 7HOMEPAGE= https://github.com/seattlerb/ruby2ruby
8COMMENT= Pure Ruby code from Ruby S-expressions 8COMMENT= Pure Ruby code from Ruby S-expressions
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor 11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor
12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser 12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
13 13
14RUBYGEM_OPTIONS+= --format-executable 14RUBYGEM_OPTIONS+= --format-executable
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"

cvs diff -r1.16 -r1.17 pkgsrc/devel/ruby2ruby/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/distinfo 2016/03/08 15:01:04 1.16
+++ pkgsrc/devel/ruby2ruby/distinfo 2016/10/20 14:35:13 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2016/03/08 15:01:04 taca Exp $ 1$NetBSD: distinfo,v 1.17 2016/10/20 14:35:13 taca Exp $
2 2
3SHA1 (ruby2ruby-2.3.0.gem) = 1132b46a5bd6f9195249550791e2c4bcf5f21ade 3SHA1 (ruby2ruby-2.3.1.gem) = 5adbedf49305bf5dd4c93366176b5afe61b457db
4RMD160 (ruby2ruby-2.3.0.gem) = de9e4b1cb89ed1b9f5769e9d3e6cb9520ae80625 4RMD160 (ruby2ruby-2.3.1.gem) = 7eee1dd9f0d340b1b43354a48a2ff1a32827e734
5SHA512 (ruby2ruby-2.3.0.gem) = 82630abf24ddf53b5bbd8f9d399f49b043e6f1c418ec83f1ff5011044d3a7b52864a3c7c5f628a9afb5afcf59f7c5126a413e7743ceb1e03bf623d919af1fbda 5SHA512 (ruby2ruby-2.3.1.gem) = 4b6ca39cc469f44697e2924a1074452a9453d7d809d088d89583040e1743dc49c1d5d92b2b74207ee5862565d6293e9563c698ddd53e18157e06a6f7fae6bad0
6Size (ruby2ruby-2.3.0.gem) = 25088 bytes 6Size (ruby2ruby-2.3.1.gem) = 25088 bytes