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.3.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6825cad12af1
branches: trunk
changeset: 359528:6825cad12af1
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 12 14:31:24 2017 +0000
description:
Update ruby2ruby to 2.3.2.
=== 2.3.2 / 2016-11-30
* 5 bug fixes:
* FINALLY fixed a problem with escaping in dstrs. (nex3)
* Fix using match3 on LHS of call. (eqv)
* Fixed handling defn that starts w/ begin+rescue+other stuff. (eqv)
* Fixed return expressions with complex RHS. (eqv)
* Tweaked sexp_processor dependency to ~> 4.6 to sync them better
diffstat:
devel/ruby2ruby/Makefile | 9 ++++++---
devel/ruby2ruby/distinfo | 10 +++++-----
2 files changed, 11 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 6f507c891c0b -r 6825cad12af1 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile Sun Mar 12 14:30:55 2017 +0000
+++ b/devel/ruby2ruby/Makefile Sun Mar 12 14:31:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2016/10/20 14:35:13 taca Exp $
+# $NetBSD: Makefile,v 1.17 2017/03/12 14:31:24 taca Exp $
-DISTNAME= ruby2ruby-2.3.1
+DISTNAME= ruby2ruby-2.3.2
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,10 +8,13 @@
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}-sexp-processor>=4.6<5:../../devel/ruby-sexp-processor
DEPENDS+= ${RUBY_PKGPREFIX}-parser>=3.1<4:../../devel/ruby-parser
RUBYGEM_OPTIONS+= --format-executable
+pre-build:
+ ${CHMOD} 0755 ${WRKSRC}/bin/r2r_show
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6f507c891c0b -r 6825cad12af1 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo Sun Mar 12 14:30:55 2017 +0000
+++ b/devel/ruby2ruby/distinfo Sun Mar 12 14:31:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2016/10/20 14:35:13 taca Exp $
+$NetBSD: distinfo,v 1.18 2017/03/12 14:31:24 taca Exp $
-SHA1 (ruby2ruby-2.3.1.gem) = 5adbedf49305bf5dd4c93366176b5afe61b457db
-RMD160 (ruby2ruby-2.3.1.gem) = 7eee1dd9f0d340b1b43354a48a2ff1a32827e734
-SHA512 (ruby2ruby-2.3.1.gem) = 4b6ca39cc469f44697e2924a1074452a9453d7d809d088d89583040e1743dc49c1d5d92b2b74207ee5862565d6293e9563c698ddd53e18157e06a6f7fae6bad0
-Size (ruby2ruby-2.3.1.gem) = 25088 bytes
+SHA1 (ruby2ruby-2.3.2.gem) = 3d39fd45be0beb1aaac3fe9f5144671ae32d8432
+RMD160 (ruby2ruby-2.3.2.gem) = 515f3ae779d0e16c93ecf649b90c7fd71742b6e1
+SHA512 (ruby2ruby-2.3.2.gem) = 4cccbc0498ed2af8302860b5547a54b4fada04eff8158ceb9e6a8969f85ddd84dcf315e90b2308b3f5e9e685d6e2105125ca9197dd1cf26cd03179c50e460ee7
+Size (ruby2ruby-2.3.2.gem) = 26112 bytes
Home |
Main Index |
Thread Index |
Old Index