Skip to content

Commit

Permalink
Update ruby-listen to 3.0.8, latest 3.0.x release.
Browse files Browse the repository at this point in the history
v3.0.7

Backports

* #385 - backport #383 (allow stopping when not fully initialized)

v3.0.8

Bugfixes:

* prevent crash when stopping uninitialized listener 2c78999
* prevent crash when stopping uninitialized adapter 8b06d2c
* #392 - Change rb-fsevent dependency to work on OS X 10.6-10.8
* get JRuby to fail with ENOTDIR like MRI does c3a8cbb
* avoid unkillable thread problem on JRuby e86dccf
* explicitly require forwardable (in case of further backports) 51d7706
  • Loading branch information
taca committed Oct 17, 2016
1 parent 3fe4a77 commit 66464e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions sysutils/ruby-listen/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.9 2016/03/15 15:35:52 taca Exp $
# $NetBSD: Makefile,v 1.10 2016/10/17 14:19:34 taca Exp $

DISTNAME= listen-3.0.6
DISTNAME= listen-3.0.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils

Expand All @@ -20,6 +20,8 @@ OVERRIDE_GEMSPEC+= rb-inotify:
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
OVERRIDE_GEMSPEC+= rb-fsevent:
.endif
# ruby-listen 3.1.5 require ruby-dep but www/ruby-jekyll-watch require <3.1
#DEPENDS+= ${RUBY_PKGPREFIX}-dep>=1.2:../../devel/ruby-dep

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions sysutils/ruby-listen/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.8 2016/03/15 15:35:52 taca Exp $
$NetBSD: distinfo,v 1.9 2016/10/17 14:19:34 taca Exp $

SHA1 (listen-3.0.6.gem) = 279ce3fd44375138770982a06f46d698573b7dac
RMD160 (listen-3.0.6.gem) = 99b32cb53a15d2dd708a538cdb01b0fc446ab362
SHA512 (listen-3.0.6.gem) = 2a195ea3e227fc56967c11cdbf190ef129168c9995fffac49c880c7b5b9c19aca2441bde3d73dc45b1d55d5779c0c016c25f4dff2f13c24ae974890fb337685d
Size (listen-3.0.6.gem) = 26624 bytes
SHA1 (listen-3.0.8.gem) = 8770bbc190e9818dc7b8282bf0ededfe12daaa38
RMD160 (listen-3.0.8.gem) = 3ef89860e69a385a6d3f3e60c1c37996255baa3f
SHA512 (listen-3.0.8.gem) = f87505b870e65638847b901736168f859b92b7ce7adca438880e81dd373d80dd311059eaed9d836ff77519a275560492c70811f3b386696a9e302936c5b8f0cf
Size (listen-3.0.8.gem) = 27648 bytes

0 comments on commit 66464e2

Please sign in to comment.