Sat Feb 11 23:23:26 2023 UTC ()
Update to 4.79

Upstream changes:
4.79 Sun 25 Sep 2022 18:25:53 CEST
        - the autoconf result of the mount check was not used, so it failed to
          compile on most systems (reported by crackoff@tutanota.com).
        - work around fedora not having a working C compiler setup by design
          (reported by Paul Howarth).

4.78 Tue 06 Sep 2022 12:54:43 CEST
        - add IO::AIO::mount and IO::AIO::umount.
        - add a bunch of symbols from sys/mount.h.

4.77 Mon 05 Sep 2022 02:03:38 CEST
        - add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants.
        - add fexecve.
        - add lots of missing functions to @EXPORT_OK.


(wen)
diff -r1.28 -r1.29 pkgsrc/devel/p5-IO-AIO/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/p5-IO-AIO/distinfo

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

--- pkgsrc/devel/p5-IO-AIO/Makefile 2022/06/28 11:32:34 1.28
+++ pkgsrc/devel/p5-IO-AIO/Makefile 2023/02/11 23:23:25 1.29
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2022/06/28 11:32:34 wiz Exp $ 1# $NetBSD: Makefile,v 1.29 2023/02/11 23:23:25 wen Exp $
2 2
3DISTNAME= IO-AIO-4.76 3DISTNAME= IO-AIO-4.79
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/IO-AIO 9HOMEPAGE= https://metacpan.org/release/IO-AIO
11COMMENT= Perl 5 module implementing asynchronous input/output 10COMMENT= Perl 5 module implementing asynchronous input/output
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14# Note: libeio is bundle with the distribution tarball. 13# Note: libeio is bundle with the distribution tarball.
15# Its configure script is run via Makefile.PL 14# Its configure script is run via Makefile.PL
16# with all perl configuration settings, id est 15# with all perl configuration settings, id est
17# the Config module, set in its environment 16# the Config module, set in its environment
18 17

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

--- pkgsrc/devel/p5-IO-AIO/distinfo 2021/10/26 10:16:44 1.18
+++ pkgsrc/devel/p5-IO-AIO/distinfo 2023/02/11 23:23:25 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2021/10/26 10:16:44 nia Exp $ 1$NetBSD: distinfo,v 1.19 2023/02/11 23:23:25 wen Exp $
2 2
3BLAKE2s (IO-AIO-4.76.tar.gz) = ff66f55b1cdbc3410ca32a6ca10483fda6c9991d00daf8457275ecdc6d6fc5cd 3BLAKE2s (IO-AIO-4.79.tar.gz) = aefa4ea44e9310cc6a98f88213fd1e8aa9d606035d609424a3d37b3fb4d20e23
4SHA512 (IO-AIO-4.76.tar.gz) = 013c8e7e8501ca4f42b46102f3713bae580e6f05a416a2e77176e67c6c41ed6f71d35a4894132a9a7510d84799d9337820824020624eef709e5f378e90a063ee 4SHA512 (IO-AIO-4.79.tar.gz) = ebf4030ee237dde044722e690e1996c22a8c2fa36325c1d5fc641879da9da64facf2300defa759854499c010408a0dfba0cee3191aa024e8332d3aed9b2a4cae
5Size (IO-AIO-4.76.tar.gz) = 185929 bytes 5Size (IO-AIO-4.79.tar.gz) = 189140 bytes