summaryrefslogtreecommitdiff
path: root/devel/ruby2ruby
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-15 15:12:41 +0000
committertaca <taca@pkgsrc.org>2011-12-15 15:12:41 +0000
commit822bc38cd6b5e227af8631627af90d0e4024e406 (patch)
tree1a62d174e71c6050a281874511ae6922fa16cb93 /devel/ruby2ruby
parent188d4a6836086b8e2ee2dbfbcd96887ac3ca5569 (diff)
downloadpkgsrc-822bc38cd6b5e227af8631627af90d0e4024e406.tar.gz
Update ruby2ruby package to 1.3.1.
=== 1.3.1 / 2011-09-22 * 1 minor enhancement: * Added parenthesize to add parens in certain contexts. * 10 bug fixes: * Add newline to 'do nothing' comment in a block... seems contrived. (andreacampi) * Binary operations not work properly with some complex statements. (smorss) * Fixed if statements with no body (smorss) * Fixed logic for call with hash args in various locations (smorss) * Fixed match3 on an assignment. (smorss) * Fixed multiple nested rescue/ensure exprs (larsch) * Fixed process_alias to parenthesize (smorss) * Fixed process_and to parenthenize only when it makes sense. * Fixed rescue with 2+ statements in resbody (smorss) * Regexps with options other than /o were not showing flags. (smorss)
Diffstat (limited to 'devel/ruby2ruby')
-rw-r--r--devel/ruby2ruby/Makefile4
-rw-r--r--devel/ruby2ruby/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile
index 3de3cc1f731..89bfab2ef76 100644
--- a/devel/ruby2ruby/Makefile
+++ b/devel/ruby2ruby/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/09/12 11:57:49 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/12/15 15:12:41 taca Exp $
-DISTNAME= ruby2ruby-1.3.0
+DISTNAME= ruby2ruby-1.3.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo
index 09ffe0cdef1..b9f7d187468 100644
--- a/devel/ruby2ruby/distinfo
+++ b/devel/ruby2ruby/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2011/09/12 11:57:49 taca Exp $
+$NetBSD: distinfo,v 1.7 2011/12/15 15:12:41 taca Exp $
-SHA1 (ruby2ruby-1.3.0.gem) = 5e5f0966d2021e548a3b26bc0615145a1f00ca67
-RMD160 (ruby2ruby-1.3.0.gem) = 1d7094883cf5683480438fe22df9c7f1ddeca0bc
-Size (ruby2ruby-1.3.0.gem) = 17920 bytes
+SHA1 (ruby2ruby-1.3.1.gem) = a545b808989edcdf3286bee2a672f28e2a3b5202
+RMD160 (ruby2ruby-1.3.1.gem) = 70380f58cbad6f46580002682d079c76632aa29e
+Size (ruby2ruby-1.3.1.gem) = 18944 bytes