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:           Mon Jul 31 14:08:41 UTC 2017

Modified Files:
        pkgsrc/devel/ruby2ruby: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby2ruby/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby2ruby/PLIST
cvs rdiff -u -r1.18 -r1.19 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.17 pkgsrc/devel/ruby2ruby/Makefile:1.18
--- pkgsrc/devel/ruby2ruby/Makefile:1.17        Sun Mar 12 14:31:24 2017
+++ pkgsrc/devel/ruby2ruby/Makefile     Mon Jul 31 14:08:41 2017
@@ -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

Index: pkgsrc/devel/ruby2ruby/PLIST
diff -u pkgsrc/devel/ruby2ruby/PLIST:1.7 pkgsrc/devel/ruby2ruby/PLIST:1.8
--- pkgsrc/devel/ruby2ruby/PLIST:1.7    Tue Mar  8 15:01:04 2016
+++ pkgsrc/devel/ruby2ruby/PLIST        Mon Jul 31 14:08:41 2017
@@ -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

Index: pkgsrc/devel/ruby2ruby/distinfo
diff -u pkgsrc/devel/ruby2ruby/distinfo:1.18 pkgsrc/devel/ruby2ruby/distinfo:1.19
--- pkgsrc/devel/ruby2ruby/distinfo:1.18        Sun Mar 12 14:31:24 2017
+++ pkgsrc/devel/ruby2ruby/distinfo     Mon Jul 31 14:08:41 2017
@@ -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