From 2bf572cc2030cdbd266123e1bb5279e5fa14053c Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 10 Mar 2013 13:19:12 +0000 Subject: [PATCH] Update ruby-eventmachine to 1.0.3. # Changelog ## 1.0.x * EM.system was broken in 1.0.2 release [#413] ## 1.0.2 (March 8, 2013) * binary win32 gems now include fastfilereader shim [#222] * fix long-standing connection timeout issues [27fdd5b, igrigorik/em-http-request#222] * http and line protocol cleanups [#193, #151] * reactor return value cleanup [#225] * fix double require from gemspec [#284] * fix smtp server reset behavior [#351] * fix EM.system argument handling [#322] * ruby 1.9 compat in smtp server and stomp protocols [#349, #315] * fix pause from post_init [#380] ## 1.0.1 (February 27, 2013) * use rb_wait_for_single_fd() on ruby 2.0 to fix rb_thread_select() deprecation * fix epoll/kqueue mode in ruby 2.0 by removing calls to rb_enable_interrupt() [#248, #389] * fix memory leak when verifying ssl cerificates [#403] * fix initial connection delay [#393, #374] --- devel/ruby-eventmachine/Makefile | 5 ++--- devel/ruby-eventmachine/PLIST | 7 ++++++- devel/ruby-eventmachine/distinfo | 8 ++++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/devel/ruby-eventmachine/Makefile b/devel/ruby-eventmachine/Makefile index 1177ca0a90873..228cf2a5d2235 100644 --- a/devel/ruby-eventmachine/Makefile +++ b/devel/ruby-eventmachine/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2013/02/06 23:22:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2013/03/10 13:19:12 taca Exp $ -DISTNAME= eventmachine-1.0.0 -PKGREVISION= 1 +DISTNAME= eventmachine-1.0.3 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/ruby-eventmachine/PLIST b/devel/ruby-eventmachine/PLIST index 22be28c964431..81bfbddb94ad6 100644 --- a/devel/ruby-eventmachine/PLIST +++ b/devel/ruby-eventmachine/PLIST @@ -1,7 +1,9 @@ -@comment $NetBSD: PLIST,v 1.5 2012/09/16 06:18:08 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2013/03/10 13:19:12 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/.yardopts +${GEM_LIBDIR}/CHANGELOG.md ${GEM_LIBDIR}/GNU ${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE @@ -132,6 +134,7 @@ ${GEM_LIBDIR}/tests/test_httpclient2.rb ${GEM_LIBDIR}/tests/test_idle_connection.rb ${GEM_LIBDIR}/tests/test_inactivity_timeout.rb ${GEM_LIBDIR}/tests/test_kb.rb +${GEM_LIBDIR}/tests/test_line_protocol.rb ${GEM_LIBDIR}/tests/test_ltp.rb ${GEM_LIBDIR}/tests/test_ltp2.rb ${GEM_LIBDIR}/tests/test_next_tick.rb @@ -157,6 +160,8 @@ ${GEM_LIBDIR}/tests/test_spawn.rb ${GEM_LIBDIR}/tests/test_ssl_args.rb ${GEM_LIBDIR}/tests/test_ssl_methods.rb ${GEM_LIBDIR}/tests/test_ssl_verify.rb +${GEM_LIBDIR}/tests/test_stomp.rb +${GEM_LIBDIR}/tests/test_system.rb ${GEM_LIBDIR}/tests/test_threaded_resource.rb ${GEM_LIBDIR}/tests/test_tick_loop.rb ${GEM_LIBDIR}/tests/test_timers.rb diff --git a/devel/ruby-eventmachine/distinfo b/devel/ruby-eventmachine/distinfo index ef86020ec0255..b295f036dc379 100644 --- a/devel/ruby-eventmachine/distinfo +++ b/devel/ruby-eventmachine/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/09/16 06:18:08 taca Exp $ +$NetBSD: distinfo,v 1.7 2013/03/10 13:19:12 taca Exp $ -SHA1 (eventmachine-1.0.0.gem) = 032c91df3cca6927cb147d5be4dc4a42072453d0 -RMD160 (eventmachine-1.0.0.gem) = 250ed6c2d7368e372b57ff8d4b87a69d17e5d0ab -Size (eventmachine-1.0.0.gem) = 224256 bytes +SHA1 (eventmachine-1.0.3.gem) = f1d3c0cfcdca855b9b7efcaf9a6c907043349ac9 +RMD160 (eventmachine-1.0.3.gem) = d0d5e893a306138a113aec4f42566eefdc376071 +Size (eventmachine-1.0.3.gem) = 225792 bytes