Received: by mail.netbsd.org (Postfix, from userid 605) id 74BFD84E84; Sat, 9 Oct 2021 23:25:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4EB584EC1 for ; Sat, 9 Oct 2021 23:25:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Y_EXVqq9VAJX for ; Sat, 9 Oct 2021 23:25:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 202F884E84 for ; Sat, 9 Oct 2021 23:25:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 188FAFA97; Sat, 9 Oct 2021 23:25:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163382190824100" MIME-Version: 1.0 Date: Sat, 9 Oct 2021 23:25:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-IO-AIO To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20211009232508.188FAFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163382190824100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 9 23:25:08 UTC 2021 Modified Files: pkgsrc/devel/p5-IO-AIO: Makefile distinfo Log Message: Update to 0.76 Upstream changes: Changes for version 4.76 add autoconf test for siginfo_t, which is, of course, not available on windows (reported by Peter Petky). disable syscalls on solaris, as perl seems to provide an incompatible syscall prototype that clashes with sys/syscall.h. add MAP_FIXED_NOREPLACE, MAP_SHARED_VALIDATE, MAP_SYNC and MAP_UNINITIALIZED. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/p5-IO-AIO/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-IO-AIO/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163382190824100 Content-Disposition: inline Content-Length: 1486 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-AIO/Makefile diff -u pkgsrc/devel/p5-IO-AIO/Makefile:1.26 pkgsrc/devel/p5-IO-AIO/Makefile:1.27 --- pkgsrc/devel/p5-IO-AIO/Makefile:1.26 Mon May 24 19:50:50 2021 +++ pkgsrc/devel/p5-IO-AIO/Makefile Sat Oct 9 23:25:07 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2021/05/24 19:50:50 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2021/10/09 23:25:07 wen Exp $ -DISTNAME= IO-AIO-4.75 +DISTNAME= IO-AIO-4.76 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} Index: pkgsrc/devel/p5-IO-AIO/distinfo diff -u pkgsrc/devel/p5-IO-AIO/distinfo:1.16 pkgsrc/devel/p5-IO-AIO/distinfo:1.17 --- pkgsrc/devel/p5-IO-AIO/distinfo:1.16 Thu Oct 7 13:41:37 2021 +++ pkgsrc/devel/p5-IO-AIO/distinfo Sat Oct 9 23:25:07 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2021/10/07 13:41:37 nia Exp $ +$NetBSD: distinfo,v 1.17 2021/10/09 23:25:07 wen Exp $ -RMD160 (IO-AIO-4.75.tar.gz) = e208273c78bc965482e762911a9d08a35c4ab3de -SHA512 (IO-AIO-4.75.tar.gz) = 3a30b34d6de476accc9b07c0723a3b21c235e5bd2b5951edc3ce3150de22a6b7dab5634d78ec17b799a71f2ede0bc138fead1e02885eed31a4da5cec05dfcaa3 -Size (IO-AIO-4.75.tar.gz) = 181557 bytes +RMD160 (IO-AIO-4.76.tar.gz) = 1345349aba29faea5cf51738569009438512d4a3 +SHA512 (IO-AIO-4.76.tar.gz) = 013c8e7e8501ca4f42b46102f3713bae580e6f05a416a2e77176e67c6c41ed6f71d35a4894132a9a7510d84799d9337820824020624eef709e5f378e90a063ee +Size (IO-AIO-4.76.tar.gz) = 185929 bytes --_----------=_163382190824100--