diff options
author | taca <taca@pkgsrc.org> | 2014-03-14 17:02:34 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-03-14 17:02:34 +0000 |
commit | 06f50957975eba0da5749bca4243f3522d2be52e (patch) | |
tree | 230ca8e6b55a384a8cdad33d96e2092f8ac87e7b /devel | |
parent | a12ff10e13241acfd977a2eaa0fcff483e8c6198 (diff) | |
download | pkgsrc-06f50957975eba0da5749bca4243f3522d2be52e.tar.gz |
Update ruby2ruby to 2.0.7.
=== 2.0.7 / 2013-12-13
* 4 minor enhancements:
* Add != to list of binary operators. (camertron) *le sigh*
* Clean out cruft from process_masgn that I can't reproduce anymore.
* Extend process_args to deal with masgn (eg: a.b { |(c, d)| ... }).
* Extend process_masgn to deal with both sexps and var lists.
* 1 bug fix:
* Ensure proper parens on rescue subexpressions. (Bocete)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby2ruby/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby2ruby/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile index aa629c98630..c44ebc395bd 100644 --- a/devel/ruby2ruby/Makefile +++ b/devel/ruby2ruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/09/15 10:26:29 taca Exp $ +# $NetBSD: Makefile,v 1.12 2014/03/14 17:02:34 taca Exp $ -DISTNAME= ruby2ruby-2.0.6 +DISTNAME= ruby2ruby-2.0.7 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo index 363c68d864a..4d7e2c80149 100644 --- a/devel/ruby2ruby/distinfo +++ b/devel/ruby2ruby/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2013/09/15 10:26:29 taca Exp $ +$NetBSD: distinfo,v 1.12 2014/03/14 17:02:34 taca Exp $ -SHA1 (ruby2ruby-2.0.6.gem) = ac2ae4160a02fa69ce086b9c510fa7a6912b0423 -RMD160 (ruby2ruby-2.0.6.gem) = c962659fc58fea352f874ffdf256a15cbc2e758d -Size (ruby2ruby-2.0.6.gem) = 20992 bytes +SHA1 (ruby2ruby-2.0.7.gem) = f78830b9fe207eb5b6166177f349f94febfdc388 +RMD160 (ruby2ruby-2.0.7.gem) = 8bab128b229147de2333c221be61795cdac9fcbe +Size (ruby2ruby-2.0.7.gem) = 23552 bytes |