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.4.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c37e2242949
branches:  trunk
changeset: 365971:3c37e2242949
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jul 31 14:08:41 2017 +0000

description:
Update ruby2ruby to 2.4.0.

=== 2.4.0 / 2017-07-17

* 1 major enhancement:

  * Major overhaul. Process methods no longer mutate arguments.

* 1 minor enhancement:

  * Now SEXP_STRICT=1 clean.

* 2 bug fixes:

  * Fixed 2.4 Fixnum deprecation warning
  * Fixed for new 24 parser.

diffstat:

 devel/ruby2ruby/Makefile |   4 ++--
 devel/ruby2ruby/PLIST    |   6 +++---
 devel/ruby2ruby/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 41679ee767f5 -r 3c37e2242949 devel/ruby2ruby/Makefile
--- a/devel/ruby2ruby/Makefile  Mon Jul 31 14:05:56 2017 +0000
+++ b/devel/ruby2ruby/Makefile  Mon Jul 31 14:08:41 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/03/12 14:31:24 taca Exp $
+# $NetBSD: Makefile,v 1.18 2017/07/31 14:08:41 taca Exp $
 
-DISTNAME=      ruby2ruby-2.3.2
+DISTNAME=      ruby2ruby-2.4.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 41679ee767f5 -r 3c37e2242949 devel/ruby2ruby/PLIST
--- a/devel/ruby2ruby/PLIST     Mon Jul 31 14:05:56 2017 +0000
+++ b/devel/ruby2ruby/PLIST     Mon Jul 31 14:08:41 2017 +0000
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.7 2016/03/08 15:01:04 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/07/31 14:08:41 taca Exp $
 bin/r2r_show${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.autotest
-${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/History.rdoc
 ${GEM_LIBDIR}/Manifest.txt
-${GEM_LIBDIR}/README.txt
+${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/r2r_show
 ${GEM_LIBDIR}/lib/ruby2ruby.rb
diff -r 41679ee767f5 -r 3c37e2242949 devel/ruby2ruby/distinfo
--- a/devel/ruby2ruby/distinfo  Mon Jul 31 14:05:56 2017 +0000
+++ b/devel/ruby2ruby/distinfo  Mon Jul 31 14:08:41 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2017/03/12 14:31:24 taca Exp $
+$NetBSD: distinfo,v 1.19 2017/07/31 14:08:41 taca Exp $
 
-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
+SHA1 (ruby2ruby-2.4.0.gem) = a13661bf5f1d5408637227a2cad6d8df7e0f0f20
+RMD160 (ruby2ruby-2.4.0.gem) = 05511610166841ae85e4cf74018526df5fc222f0
+SHA512 (ruby2ruby-2.4.0.gem) = 1edeb5e90c5d33dabfdf7579d2f24f6daed8b9686ce1f7d746d96b18c23c2d4c505a4807a224536d194426fbd81e740113bba6d659bd2dbd2a84c71e04594300
+Size (ruby2ruby-2.4.0.gem) = 26112 bytes



Home | Main Index | Thread Index | Old Index