Sat May 20 06:25:24 2023 UTC ()
p5-IO-AIO: update to 4.80.

4.80 Sat 01 Apr 2023 04:13:37 CEST
	- remove long obsolete "paths must be absolute" text in aio_open/stat
          descriptions.
	- another workaround for the low-quality musl libc.
	- test for umount seperately, as it is more portable.
        - some low-quality posix attempts (openbsd, osx) declare the availability
          of fexecve but then don't even bother to implemnent a stub.


(wiz)
diff -r1.29 -r1.30 pkgsrc/devel/p5-IO-AIO/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/p5-IO-AIO/distinfo

cvs diff -r1.29 -r1.30 pkgsrc/devel/p5-IO-AIO/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-AIO/Makefile 2023/02/11 23:23:25 1.29
+++ pkgsrc/devel/p5-IO-AIO/Makefile 2023/05/20 06:25:24 1.30
@@ -1,27 +1,25 @@ @@ -1,27 +1,25 @@
1# $NetBSD: Makefile,v 1.29 2023/02/11 23:23:25 wen Exp $ 1# $NetBSD: Makefile,v 1.30 2023/05/20 06:25:24 wiz Exp $
2 2
3DISTNAME= IO-AIO-4.79 3DISTNAME= IO-AIO-4.8
4PKGNAME= p5-${DISTNAME} 4# bug in version number in 4.80 release, remove on update
 5PKGNAME= p5-${DISTNAME}0
5CATEGORIES= devel perl5 6CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/IO-AIO 10HOMEPAGE= https://metacpan.org/release/IO-AIO
10COMMENT= Perl 5 module implementing asynchronous input/output 11COMMENT= Perl 5 module implementing asynchronous input/output
11LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
12 13
13# Note: libeio is bundle with the distribution tarball. 14# Note: libeio is bundle with the distribution tarball.
14# Its configure script is run via Makefile.PL 15# Its configure script is run via Makefile.PL
15# with all perl configuration settings, id est 16# with all perl configuration settings, id est
16# the Config module, set in its environment 17# the Config module, set in its environment
17 18
18# build time requirment 
19BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability 19BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability
 20DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense
20 21
21USE_LANGUAGES= c 
22PERL5_PACKLIST= auto/IO/AIO/.packlist 22PERL5_PACKLIST= auto/IO/AIO/.packlist
23 23
24DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense 
25 
26.include "../../lang/perl5/module.mk" 24.include "../../lang/perl5/module.mk"
27.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-IO-AIO/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-IO-AIO/distinfo 2023/02/11 23:23:25 1.19
+++ pkgsrc/devel/p5-IO-AIO/distinfo 2023/05/20 06:25:24 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2023/02/11 23:23:25 wen Exp $ 1$NetBSD: distinfo,v 1.20 2023/05/20 06:25:24 wiz Exp $
2 2
3BLAKE2s (IO-AIO-4.79.tar.gz) = aefa4ea44e9310cc6a98f88213fd1e8aa9d606035d609424a3d37b3fb4d20e23 3BLAKE2s (IO-AIO-4.8.tar.gz) = bda571d9dfc2dab576910ff7d9ccfc8cb2eb1e6d86eadd514155cc21991c0b41
4SHA512 (IO-AIO-4.79.tar.gz) = ebf4030ee237dde044722e690e1996c22a8c2fa36325c1d5fc641879da9da64facf2300defa759854499c010408a0dfba0cee3191aa024e8332d3aed9b2a4cae 4SHA512 (IO-AIO-4.8.tar.gz) = b06e20a75b86ab83cf95121d491c54e10f530d006ed0618b95e9d2c63f1974479bcf41e94e0592c62294ffa8860fac0a0fb471dab0437f9dfef75b980ec8966e
5Size (IO-AIO-4.79.tar.gz) = 189140 bytes 5Size (IO-AIO-4.8.tar.gz) = 189363 bytes