pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-hike



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep  2 15:04:49 UTC 2017

Modified Files:
        pkgsrc/devel/ruby-hike: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-hike/Makefile \
    pkgsrc/devel/ruby-hike/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-hike/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-hike/Makefile
diff -u pkgsrc/devel/ruby-hike/Makefile:1.3 pkgsrc/devel/ruby-hike/Makefile:1.4
--- pkgsrc/devel/ruby-hike/Makefile:1.3 Sun Jul 30 22:32:17 2017
+++ pkgsrc/devel/ruby-hike/Makefile     Sat Sep  2 15:04:49 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/07/30 22:32:17 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/02 15:04:49 taca Exp $
 
-DISTNAME=      hike-1.2.3
+DISTNAME=      hike-2.1.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-hike/distinfo
diff -u pkgsrc/devel/ruby-hike/distinfo:1.3 pkgsrc/devel/ruby-hike/distinfo:1.4
--- pkgsrc/devel/ruby-hike/distinfo:1.3 Tue Nov  3 03:29:23 2015
+++ pkgsrc/devel/ruby-hike/distinfo     Sat Sep  2 15:04:49 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:23 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/09/02 15:04:49 taca Exp $
 
-SHA1 (hike-1.2.3.gem) = feaa3c57758846636525e247dc9df89d7fd5f80e
-RMD160 (hike-1.2.3.gem) = 506543405564daa7878b4c36f20476ea70f07878
-SHA512 (hike-1.2.3.gem) = 2f1b3a80be9af85f8eb54b2327288fa1fc1bdbe429fe1097dc4f905a61e3da0732635fc808c6eee74d8579eed18eb311af822691c81f306d9c8e901cc7e10059
-Size (hike-1.2.3.gem) = 8704 bytes
+SHA1 (hike-2.1.3.gem) = 83117519c73345d8079a192f649e191e81716346
+RMD160 (hike-2.1.3.gem) = 0e1407ca0a9b7aee8cbe60eee6312810856b967c
+SHA512 (hike-2.1.3.gem) = 6c22e324f083520a2cd3ce9a3c22d8d4a0c483927feaaf5c57768d15e8fbe63d804620d695e0eec7bad6a4e69320a67682c35aeeeb9d9c9f7e6a09a21518a885
+Size (hike-2.1.3.gem) = 9728 bytes

Index: pkgsrc/devel/ruby-hike/PLIST
diff -u pkgsrc/devel/ruby-hike/PLIST:1.1.1.1 pkgsrc/devel/ruby-hike/PLIST:1.2
--- pkgsrc/devel/ruby-hike/PLIST:1.1.1.1        Thu Dec 15 14:11:53 2011
+++ pkgsrc/devel/ruby-hike/PLIST        Sat Sep  2 15:04:49 2017
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/15 14:11:53 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/09/02 15:04:49 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/lib/hike.rb
+${GEM_LIBDIR}/lib/hike/cached_trail.rb
 ${GEM_LIBDIR}/lib/hike/extensions.rb
-${GEM_LIBDIR}/lib/hike/index.rb
+${GEM_LIBDIR}/lib/hike/fileutils.rb
 ${GEM_LIBDIR}/lib/hike/normalized_array.rb
 ${GEM_LIBDIR}/lib/hike/paths.rb
 ${GEM_LIBDIR}/lib/hike/trail.rb



Home | Main Index | Thread Index | Old Index