pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rb-fsevent Update ruby-rb-fsevent to 0.10.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eeafc809fb05
branches:  trunk
changeset: 367775:eeafc809fb05
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Sep 06 14:14:31 2017 +0000

description:
Update ruby-rb-fsevent to 0.10.2.

v0.10.2                                                 2017/07/01

While procs are flexible about arity, lambdas and converted methods are not.
Thus passing in two parameters broke any such callbacks.  The only change in
this release is that callback block arity is checked before passing in any
values.


v0.10.1                                                 2017/06/30

* rebuilt fsevent_watch against 10.8
* fixed documentation


v0.10.0                                                 2017/06/30

* MacOS 10.13 specific flags added to compatibility code
* Added second parameter to callback with more detailed event info
* Switched communication format to OTNetstrings, fixing a bug where some
  events were ignored if they contained certain characters
* Removed custom path fixture from tests as there have been complaints about
  using the gem with maven (??)

diffstat:

 devel/ruby-rb-fsevent/Makefile |   4 ++--
 devel/ruby-rb-fsevent/PLIST    |   3 ++-
 devel/ruby-rb-fsevent/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 8c5c98817a6e -r eeafc809fb05 devel/ruby-rb-fsevent/Makefile
--- a/devel/ruby-rb-fsevent/Makefile    Wed Sep 06 14:01:17 2017 +0000
+++ b/devel/ruby-rb-fsevent/Makefile    Wed Sep 06 14:14:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/03/19 16:34:30 taca Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/06 14:14:31 taca Exp $
 
-DISTNAME=      rb-fsevent-0.9.8
+DISTNAME=      rb-fsevent-0.10.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 8c5c98817a6e -r eeafc809fb05 devel/ruby-rb-fsevent/PLIST
--- a/devel/ruby-rb-fsevent/PLIST       Wed Sep 06 14:01:17 2017 +0000
+++ b/devel/ruby-rb-fsevent/PLIST       Wed Sep 06 14:14:31 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/03/19 16:34:30 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/06 14:14:31 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/Guardfile
@@ -21,6 +21,7 @@
 ${GEM_LIBDIR}/ext/fsevent_watch/signal_handlers.c
 ${GEM_LIBDIR}/ext/fsevent_watch/signal_handlers.h
 ${GEM_LIBDIR}/ext/rakefile.rb
+${GEM_LIBDIR}/lib/otnetstring.rb
 ${GEM_LIBDIR}/lib/rb-fsevent.rb
 ${GEM_LIBDIR}/lib/rb-fsevent/fsevent.rb
 ${GEM_LIBDIR}/lib/rb-fsevent/version.rb
diff -r 8c5c98817a6e -r eeafc809fb05 devel/ruby-rb-fsevent/distinfo
--- a/devel/ruby-rb-fsevent/distinfo    Wed Sep 06 14:01:17 2017 +0000
+++ b/devel/ruby-rb-fsevent/distinfo    Wed Sep 06 14:14:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/03/19 16:34:30 taca Exp $
+$NetBSD: distinfo,v 1.3 2017/09/06 14:14:31 taca Exp $
 
-SHA1 (rb-fsevent-0.9.8.gem) = 11edfdef48e5203fe312921ad2328e3537f36acf
-RMD160 (rb-fsevent-0.9.8.gem) = 2cfd4880ea3020208d228016ff253239fc390909
-SHA512 (rb-fsevent-0.9.8.gem) = ae5f0a12c104d2abb9d4ab75098dcb304d3eb3b503a2ecc43dc0be46104801efae1f16ef764223c8375d59bd3063d1482531166ef5b6e5c9205fa9ec4db343c9
-Size (rb-fsevent-0.9.8.gem) = 52224 bytes
+SHA1 (rb-fsevent-0.10.2.gem) = b772ae7db4a64612c0d5911d65cc684fcaecdcdd
+RMD160 (rb-fsevent-0.10.2.gem) = 230abbab6d6fc4ae339ac8cade968ce1873dc798
+SHA512 (rb-fsevent-0.10.2.gem) = 553ba125a1d73d4810326146c44b991214952975e7809dbd5cecf58e41255775d0ad52893fe8860126d52c2a6d8afda1effbcb5988bab42a568736986e6c430b
+Size (rb-fsevent-0.10.2.gem) = 50688 bytes



Home | Main Index | Thread Index | Old Index