pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-eventmachine Update ruby-eventmachine to 1....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9e4e01780e4
branches:  trunk
changeset: 645737:b9e4e01780e4
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 01 13:57:38 2015 +0000

description:
Update ruby-eventmachine to 1.0.4.

## 1.0.4 (December 19, 2014)
* add starttls_options to smtp server [#552]
* fix closesocket on windows [#497]
* fix build on ruby 2.2 [#503]
* fix build error on ruby 1.9 [#508]
* fix timer leak during dns resolution [#489]
* add concurrency validation to EM::Iterator [#468]
* add get_file_descriptor to get fd for a signature [#467]
* add EM.attach_server and EM.attach_socket_server [#465, #466]
* calling pause from receive_data takes effect immediately [#464]
* reactor_running? returns false after fork [#455]
* fix infinite loop on double close [edc4d0e6, #441, #445]
* fix compilation issue on llvm [#433]
* fix socket error codes on win32 [ff811a81]
* fix EM.stop latency when timers exist [8b613d05, #426]
* fix infinite loop when system time changes [1427a2c80, #428]
* fix crash when callin attach/detach in the same tick [#427]
* fix compilation issue on solaris [#416]

diffstat:

 devel/ruby-eventmachine/Makefile |  6 ++----
 devel/ruby-eventmachine/PLIST    |  3 ++-
 devel/ruby-eventmachine/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (50 lines):

diff -r 0bc56a8833de -r b9e4e01780e4 devel/ruby-eventmachine/Makefile
--- a/devel/ruby-eventmachine/Makefile  Sun Feb 01 13:57:04 2015 +0000
+++ b/devel/ruby-eventmachine/Makefile  Sun Feb 01 13:57:38 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/02/12 23:17:50 tron Exp $
+# $NetBSD: Makefile,v 1.12 2015/02/01 13:57:38 taca Exp $
 
-DISTNAME=      eventmachine-1.0.3
-PKGREVISION=   1
+DISTNAME=      eventmachine-1.0.4
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,6 +11,5 @@
 USE_LANGUAGES= c c++
 
 .include "../../lang/ruby/gem.mk"
-
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0bc56a8833de -r b9e4e01780e4 devel/ruby-eventmachine/PLIST
--- a/devel/ruby-eventmachine/PLIST     Sun Feb 01 13:57:04 2015 +0000
+++ b/devel/ruby-eventmachine/PLIST     Sun Feb 01 13:57:38 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2014/03/16 17:52:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2015/02/01 13:57:38 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/fastfilereaderext.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/rubyeventmachine.${RUBY_DLEXT}
@@ -135,6 +135,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_iterator.rb
 ${GEM_LIBDIR}/tests/test_kb.rb
 ${GEM_LIBDIR}/tests/test_line_protocol.rb
 ${GEM_LIBDIR}/tests/test_ltp.rb
diff -r 0bc56a8833de -r b9e4e01780e4 devel/ruby-eventmachine/distinfo
--- a/devel/ruby-eventmachine/distinfo  Sun Feb 01 13:57:04 2015 +0000
+++ b/devel/ruby-eventmachine/distinfo  Sun Feb 01 13:57:38 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/03/10 13:19:12 taca Exp $
+$NetBSD: distinfo,v 1.8 2015/02/01 13:57:38 taca Exp $
 
-SHA1 (eventmachine-1.0.3.gem) = f1d3c0cfcdca855b9b7efcaf9a6c907043349ac9
-RMD160 (eventmachine-1.0.3.gem) = d0d5e893a306138a113aec4f42566eefdc376071
-Size (eventmachine-1.0.3.gem) = 225792 bytes
+SHA1 (eventmachine-1.0.4.gem) = 10fffa2d326e5fedc6aeaf65d2bd01d3c5e6f3ab
+RMD160 (eventmachine-1.0.4.gem) = fab5e37edb24795a1c9dbc7f1c786a08fea3c4b9
+Size (eventmachine-1.0.4.gem) = 227840 bytes



Home | Main Index | Thread Index | Old Index