Sat Sep 2 15:04:49 2017 UTC ()
Update ruby-hike to 2.1.3.

2.0.0

* Support and test on Ruby 1.9.3 and later.
* Switch to minitest.
* Rename `Trail#index` to `Trail#cached`.
* Replace find with block api with find_all.

2.1.0
* Extract duplicated stat and entries functions
  Also avoid creating excess Pathname objects we don't need to.

2.1.1
* Reduce Pathname usage for performance.

2.1.2
* entries and stat path argument is already a String
* Precompute reverse alias map
* Use hash default proc for cache fetching

2.1.3
* Add Rubinius to Build Matrix with Allowed Failure


(taca)
diff -r1.3 -r1.4 pkgsrc/devel/ruby-hike/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/ruby-hike/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-hike/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-hike/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-hike/Makefile 2017/07/30 22:32:17 1.3
+++ pkgsrc/devel/ruby-hike/Makefile 2017/09/02 15:04:49 1.4
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2017/09/02 15:04:49 taca Exp $
2 2
3DISTNAME= hike-1.2.3 3DISTNAME= hike-2.1.3
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/sstephenson/hike 7HOMEPAGE= https://github.com/sstephenson/hike
8COMMENT= Find files in a set of paths 8COMMENT= Find files in a set of paths
9LICENSE= mit 9LICENSE= mit
10 10
11.include "../../lang/ruby/gem.mk" 11.include "../../lang/ruby/gem.mk"
12.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/ruby-hike/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-hike/distinfo 2015/11/03 03:29:23 1.3
+++ pkgsrc/devel/ruby-hike/distinfo 2017/09/02 15:04:49 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2015/11/03 03:29:23 agc Exp $ 1$NetBSD: distinfo,v 1.4 2017/09/02 15:04:49 taca Exp $
2 2
3SHA1 (hike-1.2.3.gem) = feaa3c57758846636525e247dc9df89d7fd5f80e 3SHA1 (hike-2.1.3.gem) = 83117519c73345d8079a192f649e191e81716346
4RMD160 (hike-1.2.3.gem) = 506543405564daa7878b4c36f20476ea70f07878 4RMD160 (hike-2.1.3.gem) = 0e1407ca0a9b7aee8cbe60eee6312810856b967c
5SHA512 (hike-1.2.3.gem) = 2f1b3a80be9af85f8eb54b2327288fa1fc1bdbe429fe1097dc4f905a61e3da0732635fc808c6eee74d8579eed18eb311af822691c81f306d9c8e901cc7e10059 5SHA512 (hike-2.1.3.gem) = 6c22e324f083520a2cd3ce9a3c22d8d4a0c483927feaaf5c57768d15e8fbe63d804620d695e0eec7bad6a4e69320a67682c35aeeeb9d9c9f7e6a09a21518a885
6Size (hike-1.2.3.gem) = 8704 bytes 6Size (hike-2.1.3.gem) = 9728 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-hike/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/ruby-hike/PLIST 2011/12/15 14:11:53 1.1.1.1
+++ pkgsrc/devel/ruby-hike/PLIST 2017/09/02 15:04:49 1.2
@@ -1,11 +1,12 @@ @@ -1,11 +1,12 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/15 14:11:53 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/09/02 15:04:49 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/LICENSE 3${GEM_LIBDIR}/LICENSE
4${GEM_LIBDIR}/README.md 4${GEM_LIBDIR}/README.md
5${GEM_LIBDIR}/lib/hike.rb 5${GEM_LIBDIR}/lib/hike.rb
 6${GEM_LIBDIR}/lib/hike/cached_trail.rb
6${GEM_LIBDIR}/lib/hike/extensions.rb 7${GEM_LIBDIR}/lib/hike/extensions.rb
7${GEM_LIBDIR}/lib/hike/index.rb 8${GEM_LIBDIR}/lib/hike/fileutils.rb
8${GEM_LIBDIR}/lib/hike/normalized_array.rb 9${GEM_LIBDIR}/lib/hike/normalized_array.rb
9${GEM_LIBDIR}/lib/hike/paths.rb 10${GEM_LIBDIR}/lib/hike/paths.rb
10${GEM_LIBDIR}/lib/hike/trail.rb 11${GEM_LIBDIR}/lib/hike/trail.rb
11${GEM_HOME}/specifications/${GEM_NAME}.gemspec 12${GEM_HOME}/specifications/${GEM_NAME}.gemspec