This updates the kgio gem to the latest release. Changelog at http://bogomips.org/kgio/ChangeLog.html
Tested on amd64, builds on i386. Will be committing in a few days unless I hear objections. Thanks, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/devel/ruby-kgio/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile 19 Jan 2014 20:42:18 -0000 1.16 +++ Makefile 29 Nov 2014 01:58:45 -0000 @@ -2,7 +2,7 @@ COMMENT = kinder, gentler I/O for Ruby -DISTNAME = kgio-2.8.1 +DISTNAME = kgio-2.9.2 CATEGORIES = devel MAINTAINER = Jeremy Evans <[email protected]> Index: distinfo =================================================================== RCS file: /cvs/ports/devel/ruby-kgio/distinfo,v retrieving revision 1.8 diff -u -p -r1.8 distinfo --- distinfo 19 Jan 2014 20:42:18 -0000 1.8 +++ distinfo 29 Nov 2014 01:58:49 -0000 @@ -1,2 +1,2 @@ -SHA256 (kgio-2.8.1.gem) = kuWaO5fQRBd7NU8UNPbr3f5QMJ0Y2EdUqwjWMqYd/G4= -SIZE (kgio-2.8.1.gem) = 80896 +SHA256 (kgio-2.9.2.gem) = QvDN6z5QjmfjO2W3wLUvsd7zSa7w2IBlQtHxN7P+Ro8= +SIZE (kgio-2.9.2.gem) = 84992 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/devel/ruby-kgio/pkg/PLIST,v retrieving revision 1.7 diff -u -p -r1.7 PLIST --- pkg/PLIST 19 Jan 2014 20:42:18 -0000 1.7 +++ pkg/PLIST 29 Nov 2014 01:59:26 -0000 @@ -42,6 +42,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/test_po ${GEM_LIB}/gems/${DISTNAME}/test/test_singleton_read_write.rb ${GEM_LIB}/gems/${DISTNAME}/test/test_socket.rb ${GEM_LIB}/gems/${DISTNAME}/test/test_socketpair_read_write.rb +${GEM_LIB}/gems/${DISTNAME}/test/test_syssend.rb ${GEM_LIB}/gems/${DISTNAME}/test/test_tcp6_client_read_server_write.rb ${GEM_LIB}/gems/${DISTNAME}/test/test_tcp_client_read_server_write.rb ${GEM_LIB}/gems/${DISTNAME}/test/test_tcp_connect.rb
