git: 3b58ad35c9e6 - main - devel/rubygem-io-event: Update to 1.3.3

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 02:18:40 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3b58ad35c9e6df1b6573cace25205ce8f5eae1eb

commit 3b58ad35c9e6df1b6573cace25205ce8f5eae1eb
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 01:52:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 02:08:53 +0000

    devel/rubygem-io-event: Update to 1.3.3
    
    Changes:        https://github.com/socketry/io-event/releases
---
 devel/rubygem-io-event/Makefile                                |  2 +-
 devel/rubygem-io-event/distinfo                                |  6 +++---
 .../files/patch-ext-io-event-selector-selector.h               | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/devel/rubygem-io-event/Makefile b/devel/rubygem-io-event/Makefile
index c4333c2949f3..ac80fbd1d25f 100644
--- a/devel/rubygem-io-event/Makefile
+++ b/devel/rubygem-io-event/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	io-event
-PORTVERSION=	1.3.2
+PORTVERSION=	1.3.3
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
diff --git a/devel/rubygem-io-event/distinfo b/devel/rubygem-io-event/distinfo
index f85527121cad..740d11bed142 100644
--- a/devel/rubygem-io-event/distinfo
+++ b/devel/rubygem-io-event/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1693056885
-SHA256 (rubygem/io-event-1.3.2.gem) = c847c08b12785599ac7ae60fbbc7014193850d717e8184ca1d483954452d5dd4
-SIZE (rubygem/io-event-1.3.2.gem) = 36352
+TIMESTAMP = 1698341249
+SHA256 (rubygem/io-event-1.3.3.gem) = 350d7e95a9dcdcf20ffad24f73efb309cc0b8a144e234fcf67ca32b63d4726be
+SIZE (rubygem/io-event-1.3.3.gem) = 37376
diff --git a/devel/rubygem-io-event/files/patch-ext-io-event-selector-selector.h b/devel/rubygem-io-event/files/patch-ext-io-event-selector-selector.h
new file mode 100644
index 000000000000..c064f3a0300e
--- /dev/null
+++ b/devel/rubygem-io-event/files/patch-ext-io-event-selector-selector.h
@@ -0,0 +1,10 @@
+--- ext/io/event/selector/selector.h.orig	2023-10-30 05:01:49 UTC
++++ ext/io/event/selector/selector.h
+@@ -33,6 +33,7 @@
+ #define RUBY_FIBER_SCHEDULER_VERSION 1
+ #endif
+ 
++#include <sys/wait.h>
+ #include <time.h>
+ 
+ enum IO_Event {