git: 21bb4ef69042 - main - devel/p5-IO-AIO: Update to 4.78

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 10 Sep 2022 13:03:35 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21bb4ef690425cdba0af79cc266a022b91d538cf

commit 21bb4ef690425cdba0af79cc266a022b91d538cf
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:53:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 12:53:07 +0000

    devel/p5-IO-AIO: Update to 4.78
    
    Changes:        https://metacpan.org/dist/IO-AIO/changes
---
 devel/p5-IO-AIO/Makefile           |  4 ++--
 devel/p5-IO-AIO/distinfo           |  6 +++---
 devel/p5-IO-AIO/files/patch-AIO.xs | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/devel/p5-IO-AIO/Makefile b/devel/p5-IO-AIO/Makefile
index 8b4c89d94c44..4da0fd8ae842 100644
--- a/devel/p5-IO-AIO/Makefile
+++ b/devel/p5-IO-AIO/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	IO-AIO
-PORTVERSION=	4.76
+PORTVERSION=	4.78
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +12,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-common-sense>=0:devel/p5-common-sense
+xRUN_DEPENDS=	p5-common-sense>=0:devel/p5-common-sense
 
 USES=		perl5
 USE_PERL5=	configure
diff --git a/devel/p5-IO-AIO/distinfo b/devel/p5-IO-AIO/distinfo
index a5b6ae1c0059..12dc7eb308aa 100644
--- a/devel/p5-IO-AIO/distinfo
+++ b/devel/p5-IO-AIO/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628103068
-SHA256 (IO-AIO-4.76.tar.gz) = 39f5044a93ce2114b908afe77a4615881a3d78a0ed53e4502708dd5d4333208f
-SIZE (IO-AIO-4.76.tar.gz) = 185929
+TIMESTAMP = 1662558006
+SHA256 (IO-AIO-4.78.tar.gz) = e0c8b14686b99f83930e4143509c0bfd75e691ad99cfd73075f5c7ba5f381b40
+SIZE (IO-AIO-4.78.tar.gz) = 188835
diff --git a/devel/p5-IO-AIO/files/patch-AIO.xs b/devel/p5-IO-AIO/files/patch-AIO.xs
new file mode 100644
index 000000000000..5812fa3c1f15
--- /dev/null
+++ b/devel/p5-IO-AIO/files/patch-AIO.xs
@@ -0,0 +1,11 @@
+--- AIO.xs.orig	2022-09-05 08:40:14 UTC
++++ AIO.xs
+@@ -2924,7 +2924,7 @@ fexecve (SV *fh, SV *args, SV *envs = &PL_sv_undef)
+ 	OUTPUT: RETVAL
+ 
+ int
+-mount (octet_string special, octet_string path, octet_string fstype, UV flags = 0, octet_string_ornull data = 0)
++mount (octet_string special, octet_string path, UV flags = 0, octet_string_ornull data = 0)
+         OUTPUT: RETVAL
+ 
+ int