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 to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e41070afc9f
branches:  trunk
changeset: 652566:9e41070afc9f
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 04 14:44:58 2015 +0000

description:
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.

diffstat:

 devel/ruby2ruby/ALTERNATIVES |  1 +
 devel/ruby2ruby/Makefile     |  8 ++++----
 devel/ruby2ruby/PLIST        |  4 ++--
 devel/ruby2ruby/distinfo     |  8 ++++----
 4 files changed, 11 insertions(+), 10 deletions(-)

diffs (54 lines):

diff -r 8dfdf5985830 -r 9e41070afc9f devel/ruby2ruby/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby2ruby/ALTERNATIVES      Thu Jun 04 14:44:58 2015 +0000
@@ -0,0 +1,1 @@
+bin/r2r_show @PREFIX@/bin/r2r_show@RUBY_SUFFIX@
diff -r 8dfdf5985830 -r 9e41070afc9f devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile  Thu Jun 04 14:43:28 2015 +0000
+++ b/devel/ruby2ruby/Makefile  Thu Jun 04 14:44:58 2015 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.13 2015/02/02 15:30:22 taca Exp $
+# $NetBSD: Makefile,v 1.14 2015/06/04 14:44:58 taca Exp $
 
-DISTNAME=      ruby2ruby-2.1.3
+DISTNAME=      ruby2ruby-2.2.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://seattlerb.rubyforge.org/
+HOMEPAGE=      https://github.com/seattlerb/ruby2ruby
 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.1<4:../../devel/ruby-parser
 
-CONFLICTS+=    ruby[1-9][0-9]-ruby2ruby-[0-9]*
+RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8dfdf5985830 -r 9e41070afc9f devel/ruby2ruby/PLIST
--- a/devel/ruby2ruby/PLIST     Thu Jun 04 14:43:28 2015 +0000
+++ b/devel/ruby2ruby/PLIST     Thu Jun 04 14:44:58 2015 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.5 2011/09/12 11:57:49 taca Exp $
-bin/r2r_show
+@comment $NetBSD: PLIST,v 1.6 2015/06/04 14:44:58 taca Exp $
+bin/r2r_show${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
 ${GEM_LIBDIR}/.gemtest
diff -r 8dfdf5985830 -r 9e41070afc9f devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Thu Jun 04 14:43:28 2015 +0000
+++ b/devel/ruby2ruby/distinfo  Thu Jun 04 14:44:58 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2015/02/02 15:30:22 taca Exp $
+$NetBSD: distinfo,v 1.14 2015/06/04 14:44:58 taca Exp $
 
-SHA1 (ruby2ruby-2.1.3.gem) = b8c307cb46b63d9f8c075d2db7ad16d9fc9d5d47
-RMD160 (ruby2ruby-2.1.3.gem) = 55b11be28b489bbf743e14490fa87e35e44e119d
-Size (ruby2ruby-2.1.3.gem) = 24576 bytes
+SHA1 (ruby2ruby-2.2.0.gem) = 0d40ec365a2faf52fab4647e8c6e6d8576d18c1f
+RMD160 (ruby2ruby-2.2.0.gem) = 245757fd1bced96e0771c8bd74bc34ae5a30ba00
+Size (ruby2ruby-2.2.0.gem) = 25088 bytes



Home | Main Index | Thread Index | Old Index