pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby2ruby
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 12 14:31:24 UTC 2017
Modified Files:
pkgsrc/devel/ruby2ruby: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby2ruby/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ruby2ruby/Makefile
diff -u pkgsrc/devel/ruby2ruby/Makefile:1.16 pkgsrc/devel/ruby2ruby/Makefile:1.17
--- pkgsrc/devel/ruby2ruby/Makefile:1.16 Thu Oct 20 14:35:13 2016
+++ pkgsrc/devel/ruby2ruby/Makefile Sun Mar 12 14:31:24 2017
@@ -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 @@ HOMEPAGE= https://github.com/seattlerb/r
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"
Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.17 pkgsrc/devel/ruby2ruby/distinfo:1.18
--- pkgsrc/devel/ruby2ruby/distinfo:1.17 Thu Oct 20 14:35:13 2016
+++ pkgsrc/devel/ruby2ruby/distinfo Sun Mar 12 14:31:24 2017
@@ -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