Fairly simple update to latest version of eventmachine.  For details, see
https://github.com/eventmachine/eventmachine/blob/master/CHANGELOG.md

Tested on amd64.

Will be committing in a few days unless I hear objections.

Thanks,
Jeremy

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ruby-eventmachine/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile    10 Jan 2015 17:29:14 -0000      1.19
+++ Makefile    31 May 2015 23:38:27 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       event-driven I/O for Ruby using the Reactor pattern
 
-DISTNAME=      eventmachine-1.0.4
+DISTNAME=      eventmachine-1.0.7
 CATEGORIES=    net devel
 
 HOMEPAGE=      http://rubyeventmachine.com/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ruby-eventmachine/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    10 Jan 2015 17:29:14 -0000      1.3
+++ distinfo    31 May 2015 23:38:35 -0000
@@ -1,2 +1,2 @@
-SHA256 (eventmachine-1.0.4.gem) = E0xAap+YCsIdFg3hLvisfXFCWs075ggpPwzQ1mzUYak=
-SIZE (eventmachine-1.0.4.gem) = 227840
+SHA256 (eventmachine-1.0.7.gem) = NCt9+ivB1D+bWMRIHYHMnrX3ySpdDrOXOUWfy91XnUw=
+SIZE (eventmachine-1.0.7.gem) = 231424
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/ruby-eventmachine/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -r1.6 PLIST
--- pkg/PLIST   10 Jan 2015 17:29:14 -0000      1.6
+++ pkg/PLIST   31 May 2015 23:40:28 -0000
@@ -115,6 +115,7 @@ ${GEM_LIB}/gems/${DISTNAME}/tests/test_b
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_channel.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_completion.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_connection_count.rb
+${GEM_LIB}/gems/${DISTNAME}/tests/test_connection_write.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_defer.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_deferrable.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_epoll.rb
@@ -134,6 +135,7 @@ ${GEM_LIB}/gems/${DISTNAME}/tests/test_k
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_line_protocol.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_ltp.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_ltp2.rb
+${GEM_LIB}/gems/${DISTNAME}/tests/test_many_fds.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_next_tick.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_object_protocol.rb
 ${GEM_LIB}/gems/${DISTNAME}/tests/test_pause.rb

Reply via email to