diff options
author | taca <taca@pkgsrc.org> | 2013-02-11 03:06:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-11 03:06:57 +0000 |
commit | a0ce60f07dbe51130ed1c317c4659568184b82b3 (patch) | |
tree | aec6efba0e3e6b2fad512879323d3a2ba3e6f0d4 /devel | |
parent | 778926e216c382e104fa2aa59b4fb4c90ee3f5f1 (diff) | |
download | pkgsrc-a0ce60f07dbe51130ed1c317c4659568184b82b3.tar.gz |
Update ruby2ruby to 2.0.3.
=== 2.0.3 / 2013-02-07
* 2 minor enhancements:
* 1.9: Added support for ! call to go back to (not ...).
* 2nd and 3rd order testing now uses RubyPraser.for_current_ruby for maximal carnage.
* 1 bug fix:
* On failure (eg ruby 2.0), fall back to compound RubyParser instance for 2nd & 3rd order testing
=== 2.0.2 / 2013-01-16
* 1 minor enhancement:
* Updated to ruby_parser 3.1 and up
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby2ruby/Makefile | 6 | ||||
-rw-r--r-- | devel/ruby2ruby/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ruby2ruby/Makefile b/devel/ruby2ruby/Makefile index afad4f5f840..27ecc3e768b 100644 --- a/devel/ruby2ruby/Makefile +++ b/devel/ruby2ruby/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/12/16 16:30:50 taca Exp $ +# $NetBSD: Makefile,v 1.9 2013/02/11 03:06:57 taca Exp $ -DISTNAME= ruby2ruby-2.0.1 +DISTNAME= ruby2ruby-2.0.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org @@ -9,7 +9,7 @@ COMMENT= Pure Ruby code from Ruby S-expressions LICENSE= mit DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor -DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.0.0<3.1:../../devel/ruby-parser +DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser CONFLICTS+= ruby[1-9][0-9]-ruby2ruby-[0-9]* diff --git a/devel/ruby2ruby/distinfo b/devel/ruby2ruby/distinfo index 6e109939e01..5951b6bdb2c 100644 --- a/devel/ruby2ruby/distinfo +++ b/devel/ruby2ruby/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/12/16 16:30:50 taca Exp $ +$NetBSD: distinfo,v 1.9 2013/02/11 03:06:57 taca Exp $ -SHA1 (ruby2ruby-2.0.1.gem) = dbf5967427e38062f26f701a37f2289297a37476 -RMD160 (ruby2ruby-2.0.1.gem) = d0dee6de95b1c5e7bacadf5da45bb35241ee9ab3 -Size (ruby2ruby-2.0.1.gem) = 19968 bytes +SHA1 (ruby2ruby-2.0.3.gem) = 68bdbe01abf22a3517c2736bcfd3fb6390825388 +RMD160 (ruby2ruby-2.0.3.gem) = 8cb4b2c5f4fc2e25a56187538443ec70250840c8 +Size (ruby2ruby-2.0.3.gem) = 19968 bytes |