pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-AIO p5-IO-AIO: update to 4.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed8fdef0398e
branches:  trunk
changeset: 384494:ed8fdef0398e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Aug 26 06:26:46 2018 +0000

description:
p5-IO-AIO: update to 4.6.

4.6  Sat Aug 25 21:58:36 CEST 2018
        - add st_btime, st_btimesec, st_btimensec and st_gen accessors,
          mostly for bsds which expose birthtime and st_gen members (netbsd, freebsd
          but only st_gen on openbsd because they compiled their perl without support
          for birthtimes).
        - fix madvise and munlock to properly support negative offsets.
        - allocate fd for the aio_close at boot time, to guarantee it working
          later, rather than calling abort when it fails. also avoids
          close-on-exec race issues after module load.
        - #undef utime on win32, maybe this helps some reports of utime hangs.
        - minor doc improvements.
        - minor configure cleanups.
        - use $Config{perllibs} instead of libs for configure. might help people
          who didn'T install all perl dependencies (might break things as well).

diffstat:

 devel/p5-IO-AIO/Makefile |   6 ++----
 devel/p5-IO-AIO/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r aa845eb54200 -r ed8fdef0398e devel/p5-IO-AIO/Makefile
--- a/devel/p5-IO-AIO/Makefile  Sun Aug 26 06:24:26 2018 +0000
+++ b/devel/p5-IO-AIO/Makefile  Sun Aug 26 06:26:46 2018 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2018/08/22 09:44:07 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.20 2018/08/26 06:26:46 wiz Exp $
 
-DISTNAME=      IO-AIO-4.54
+DISTNAME=      IO-AIO-4.6
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 
diff -r aa845eb54200 -r ed8fdef0398e devel/p5-IO-AIO/distinfo
--- a/devel/p5-IO-AIO/distinfo  Sun Aug 26 06:24:26 2018 +0000
+++ b/devel/p5-IO-AIO/distinfo  Sun Aug 26 06:26:46 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/08/15 02:03:38 wen Exp $
+$NetBSD: distinfo,v 1.13 2018/08/26 06:26:46 wiz Exp $
 
-SHA1 (IO-AIO-4.54.tar.gz) = d638ca44ae9142bb082f1d56009e5bed456244f6
-RMD160 (IO-AIO-4.54.tar.gz) = 51c59e69dc30fdc9102ca761abe509095b65aa3e
-SHA512 (IO-AIO-4.54.tar.gz) = 5dea66714e0b53f318dbce91a63bef4c78cfa5338468c4c3d3e47ce9c3ea25c4e8c39143a16b3463f398d3d663ca34f201f65e60bd9c30cf0db167265166491e
-Size (IO-AIO-4.54.tar.gz) = 169488 bytes
+SHA1 (IO-AIO-4.6.tar.gz) = 41ad89cf6ac03f7af0942c0292789e83db373700
+RMD160 (IO-AIO-4.6.tar.gz) = e7d7d2093eacce912a1c6809bb690eda06defe84
+SHA512 (IO-AIO-4.6.tar.gz) = f9e47a024e3f3e0c33c940149c087c53bc9d42a81e31696afdb7a09f9bd608e57dcdf0b3a380c814d5ebc5e63e55bf1a9237725b8385484230ec3258b1105015
+Size (IO-AIO-4.6.tar.gz) = 172531 bytes



Home | Main Index | Thread Index | Old Index