Thu Jun 4 14:44:58 2015 UTC ()
Update ruby2ruby to 2.2.0.

pkgsrc change: add support for pkg_alternatives.

=== 2.2.0 / 2015-05-27

* 1 minor enhancement:

  * Normalized block arg goalposts (always there unless arg slot == 0).

=== 2.1.4 / 2015-04-13

* 1 minor enhancement:

  * Wrap fewer hash values in parentheses. (jaredbeck)

* 1 bug fix:

  * Fixed handling of kwsplat args.


(taca)
diff -r0 -r1.1 pkgsrc/devel/ruby2ruby/ALTERNATIVES
diff -r1.13 -r1.14 pkgsrc/devel/ruby2ruby/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/ruby2ruby/distinfo
diff -r1.5 -r1.6 pkgsrc/devel/ruby2ruby/PLIST

File Added: pkgsrc/devel/ruby2ruby/ALTERNATIVES
bin/r2r_show @PREFIX@/bin/r2r_show@RUBY_SUFFIX@

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby2ruby/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/Makefile 2015/02/02 15:30:22 1.13
+++ pkgsrc/devel/ruby2ruby/Makefile 2015/06/04 14:44:58 1.14
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2015/02/02 15:30:22 taca Exp $ 1# $NetBSD: Makefile,v 1.14 2015/06/04 14:44:58 taca Exp $
2 2
3DISTNAME= ruby2ruby-2.1.3 3DISTNAME= ruby2ruby-2.2.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://seattlerb.rubyforge.org/ 7HOMEPAGE= https://github.com/seattlerb/ruby2ruby
8COMMENT= Pure Ruby code from Ruby S-expressions 8COMMENT= Pure Ruby code from Ruby S-expressions
9LICENSE= mit 9LICENSE= mit
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor 11DEPENDS+= ${RUBY_PKGPREFIX}-sexp-processor>=4.0<5:../../devel/ruby-sexp-processor
12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser 12DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
13 13
14CONFLICTS+= ruby[1-9][0-9]-ruby2ruby-[0-9]* 14RUBYGEM_OPTIONS+= --format-executable
15 15
16.include "../../lang/ruby/gem.mk" 16.include "../../lang/ruby/gem.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.13 -r1.14 pkgsrc/devel/ruby2ruby/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/distinfo 2015/02/02 15:30:22 1.13
+++ pkgsrc/devel/ruby2ruby/distinfo 2015/06/04 14:44:58 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2015/02/02 15:30:22 taca Exp $ 1$NetBSD: distinfo,v 1.14 2015/06/04 14:44:58 taca Exp $
2 2
3SHA1 (ruby2ruby-2.1.3.gem) = b8c307cb46b63d9f8c075d2db7ad16d9fc9d5d47 3SHA1 (ruby2ruby-2.2.0.gem) = 0d40ec365a2faf52fab4647e8c6e6d8576d18c1f
4RMD160 (ruby2ruby-2.1.3.gem) = 55b11be28b489bbf743e14490fa87e35e44e119d 4RMD160 (ruby2ruby-2.2.0.gem) = 245757fd1bced96e0771c8bd74bc34ae5a30ba00
5Size (ruby2ruby-2.1.3.gem) = 24576 bytes 5Size (ruby2ruby-2.2.0.gem) = 25088 bytes

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby2ruby/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby2ruby/PLIST 2011/09/12 11:57:49 1.5
+++ pkgsrc/devel/ruby2ruby/PLIST 2015/06/04 14:44:58 1.6
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1@comment $NetBSD: PLIST,v 1.5 2011/09/12 11:57:49 taca Exp $ 1@comment $NetBSD: PLIST,v 1.6 2015/06/04 14:44:58 taca Exp $
2bin/r2r_show 2bin/r2r_show${RUBY_SUFFIX}
3${GEM_HOME}/cache/${GEM_NAME}.gem 3${GEM_HOME}/cache/${GEM_NAME}.gem
4${GEM_LIBDIR}/.autotest 4${GEM_LIBDIR}/.autotest
5${GEM_LIBDIR}/.gemtest 5${GEM_LIBDIR}/.gemtest
6${GEM_LIBDIR}/History.txt 6${GEM_LIBDIR}/History.txt
7${GEM_LIBDIR}/Manifest.txt 7${GEM_LIBDIR}/Manifest.txt
8${GEM_LIBDIR}/README.txt 8${GEM_LIBDIR}/README.txt
9${GEM_LIBDIR}/Rakefile 9${GEM_LIBDIR}/Rakefile
10${GEM_LIBDIR}/bin/r2r_show 10${GEM_LIBDIR}/bin/r2r_show
11${GEM_LIBDIR}/lib/ruby2ruby.rb 11${GEM_LIBDIR}/lib/ruby2ruby.rb
12${GEM_LIBDIR}/test/test_ruby2ruby.rb 12${GEM_LIBDIR}/test/test_ruby2ruby.rb
13${GEM_HOME}/specifications/${GEM_NAME}.gemspec 13${GEM_HOME}/specifications/${GEM_NAME}.gemspec