summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-12-16 16:30:50 +0000
committertaca <taca@pkgsrc.org>2012-12-16 16:30:50 +0000
commit2b498fcdec9faef078a1d9487dd9bf7b814b848f (patch)
treedd05cf589714cdc5a691744c76181377e29f83a9 /devel
parent7cf72e2ac9861772fbef2ff0ba0c93f162769fd9 (diff)
downloadpkgsrc-2b498fcdec9faef078a1d9487dd9bf7b814b848f.tar.gz
Update ruby2ruby to 2.0.1.
=== 2.0.1 / 2012-11-02 * 1 bug fix: * Fixed dependency on alpha ruby_parser. *sigh* === 2.0.0 / 2012-11-02 * 1 minor enhancement: * Only do phase 1 testing if $SIMPLE=1. * 1 bug fix: * Fixed block args processing for RP 3.0 sexp changes === 2.0.0.b1 / 2012-07-27 * 4 major enhancements: * Made it work without arglist in call. * Made it work without scope/block in class/module/defn/defs. * Removed block from resbody * Removed block from when node * 4 minor enhancements: * Added debug task to help isolate an error * Empty hash is now a proper {} * Refactored and added finish method. * Switched to new Ruby18Parser to avoid deprecation warnings * 4 bug fixes: * Fixed call with empty hash arg. (neilconway) * OMG WTF... removed long decrepit ParseTree dependency * Removed isolate/rake require to reduce minimum bootstrap to hoe + rake + rake install_plugins (*2) * Skip 1.9 tests for now.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby2ruby/Makefile8
-rw-r--r--devel/ruby2ruby/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile
index 89bfab2ef76..afad4f5f840 100644
--- a/devel/ruby2ruby/Makefile
+++ b/devel/ruby2ruby/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2011/12/15 15:12:41 taca Exp $
+# $NetBSD: Makefile,v 1.8 2012/12/16 16:30:50 taca Exp $
-DISTNAME= ruby2ruby-1.3.1
+DISTNAME= ruby2ruby-2.0.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,8 +8,8 @@ HOMEPAGE= http://seattlerb.rubyforge.org/
COMMENT= Pure Ruby code from Ruby S-expressions
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=3.0<4:../../devel/ruby-sexp-processor
-DEPENDS+= ${RUBY_PKGPREFIX}-parser>=2.0<3:../../devel/ruby-parser
+DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor
+DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.0.0<3.1:../../devel/ruby-parser
CONFLICTS+= ruby[1-9][0-9]-ruby2ruby-[0-9]*
diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo
index b9f7d187468..6e109939e01 100644
--- a/devel/ruby2ruby/distinfo
+++ b/devel/ruby2ruby/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2011/12/15 15:12:41 taca Exp $
+$NetBSD: distinfo,v 1.8 2012/12/16 16:30:50 taca Exp $
-SHA1 (ruby2ruby-1.3.1.gem) = a545b808989edcdf3286bee2a672f28e2a3b5202
-RMD160 (ruby2ruby-1.3.1.gem) = 70380f58cbad6f46580002682d079c76632aa29e
-Size (ruby2ruby-1.3.1.gem) = 18944 bytes
+SHA1 (ruby2ruby-2.0.1.gem) = dbf5967427e38062f26f701a37f2289297a37476
+RMD160 (ruby2ruby-2.0.1.gem) = d0dee6de95b1c5e7bacadf5da45bb35241ee9ab3
+Size (ruby2ruby-2.0.1.gem) = 19968 bytes