pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/ruby-listen Update ruby-listen to 3.0.8, late...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/215ef6b6dc47
branches:  trunk
changeset: 353894:215ef6b6dc47
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 17 14:19:34 2016 +0000

description:
Update ruby-listen to 3.0.8, latest 3.0.x release.

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

diffstat:

 sysutils/ruby-listen/Makefile |   6 ++++--
 sysutils/ruby-listen/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 5418c1e06f00 -r 215ef6b6dc47 sysutils/ruby-listen/Makefile
--- a/sysutils/ruby-listen/Makefile     Mon Oct 17 14:17:53 2016 +0000
+++ b/sysutils/ruby-listen/Makefile     Mon Oct 17 14:19:34 2016 +0000
@@ -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
 
@@ -20,6 +20,8 @@
 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"
diff -r 5418c1e06f00 -r 215ef6b6dc47 sysutils/ruby-listen/distinfo
--- a/sysutils/ruby-listen/distinfo     Mon Oct 17 14:17:53 2016 +0000
+++ b/sysutils/ruby-listen/distinfo     Mon Oct 17 14:19:34 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index