pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-celluloid devel/ruby-celluloid: update to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b02646baba5
branches:  trunk
changeset: 318120:4b02646baba5
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jan 20 13:21:49 2019 +0000

description:
devel/ruby-celluloid: update to 0.17.4

pkgsrc changes: add "USE_LANGUAGES= # none".

0.17.4 (2018-12-20)
-----
* [#773](https://github.com/celluloid/celluloid/pull/773)
  Fix the errant 'Couldn't cleanly terminate all actors in 10 seconds!' message
  after forking.  Fixes celluloid/celluloid#696.
  ([@digitalextremist])

diffstat:

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

diffs (35 lines):

diff -r c1cde60415d0 -r 4b02646baba5 devel/ruby-celluloid/Makefile
--- a/devel/ruby-celluloid/Makefile     Sun Jan 20 13:20:02 2019 +0000
+++ b/devel/ruby-celluloid/Makefile     Sun Jan 20 13:21:49 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/02/16 14:52:27 taca Exp $
+# $NetBSD: Makefile,v 1.5 2019/01/20 13:21:49 taca Exp $
 
-DISTNAME=      celluloid-0.17.3
+DISTNAME=      celluloid-0.17.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,5 +15,7 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-celluloid-extras>=0.20:../../devel/ruby-celluloid-extras
 DEPENDS+=      ${RUBY_PKGPREFIX}-timers>=4.1.1:../../time/ruby-timers
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c1cde60415d0 -r 4b02646baba5 devel/ruby-celluloid/distinfo
--- a/devel/ruby-celluloid/distinfo     Sun Jan 20 13:20:02 2019 +0000
+++ b/devel/ruby-celluloid/distinfo     Sun Jan 20 13:21:49 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/02/16 14:52:27 taca Exp $
+$NetBSD: distinfo,v 1.6 2019/01/20 13:21:49 taca Exp $
 
-SHA1 (celluloid-0.17.3.gem) = bca83104beee5600b014108270a5d25218da2a91
-RMD160 (celluloid-0.17.3.gem) = 07041fbd4d109c419feff0c709274d6b0af46885
-SHA512 (celluloid-0.17.3.gem) = bb5005452ef7a2da1fb6b6515a6ad9df992dfd043caa605d1282a24b874c1f0798da0d19ee00f434486f9ef2c9467b1d6d2cadaa7883db98b885eeb842f1b94c
-Size (celluloid-0.17.3.gem) = 61952 bytes
+SHA1 (celluloid-0.17.4.gem) = 7390e945ea29344f18ffaae1e0015f5bbb012088
+RMD160 (celluloid-0.17.4.gem) = 8f90e52d7d80bb54d74d20b81ae45c5bbd951510
+SHA512 (celluloid-0.17.4.gem) = ab876a12db908d0b14b9a701bbf7c2530188559cb60b1832e76642fae843f4eca9f4790a60ff88dda8ff92f7051f2df222c19cdec77666fc2e8d6d15adbba793
+Size (celluloid-0.17.4.gem) = 61952 bytes



Home | Main Index | Thread Index | Old Index