pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby2ruby Update ruby2ruby package to 1.3.1.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c49ec569141
branches: trunk
changeset: 596938:6c49ec569141
user: taca <taca%pkgsrc.org@localhost>
date: Thu Dec 15 15:12:41 2011 +0000
description:
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:
devel/ruby2ruby/Makefile | 4 ++--
devel/ruby2ruby/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 67a8e941ea4d -r 6c49ec569141 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile Thu Dec 15 15:11:38 2011 +0000
+++ b/devel/ruby2ruby/Makefile Thu Dec 15 15:12:41 2011 +0000
@@ -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@localhost
diff -r 67a8e941ea4d -r 6c49ec569141 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo Thu Dec 15 15:11:38 2011 +0000
+++ b/devel/ruby2ruby/distinfo Thu Dec 15 15:12:41 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index