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
This commit is contained in:
parent
f8a2a240be
commit
073f74ec89
2 changed files with 7 additions and 7 deletions
|
@ -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]*
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue