Received: by mail.netbsd.org (Postfix, from userid 605) id E2ABE84D8B; Sat, 20 May 2023 06:25:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1EE0F84D46 for ; Sat, 20 May 2023 06:25:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 8ENdOTYS-K7L for ; Sat, 20 May 2023 06:25:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 867A884CC9 for ; Sat, 20 May 2023 06:25:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 801B1FA87; Sat, 20 May 2023 06:25:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684563924259950" MIME-Version: 1.0 Date: Sat, 20 May 2023 06:25:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-IO-AIO To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520062524.801B1FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684563924259950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 06:25:24 UTC 2023 Modified Files: pkgsrc/devel/p5-IO-AIO: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-IO-AIO/Makefile cvs rdiff -u -r1.19 -r1.20 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. --_----------=_1684563924259950 Content-Disposition: inline Content-Length: 2101 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.29 pkgsrc/devel/p5-IO-AIO/Makefile:1.30 --- pkgsrc/devel/p5-IO-AIO/Makefile:1.29 Sat Feb 11 23:23:25 2023 +++ pkgsrc/devel/p5-IO-AIO/Makefile Sat May 20 06:25:24 2023 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2023/02/11 23:23:25 wen Exp $ +# $NetBSD: Makefile,v 1.30 2023/05/20 06:25:24 wiz Exp $ -DISTNAME= IO-AIO-4.79 -PKGNAME= p5-${DISTNAME} +DISTNAME= IO-AIO-4.8 +# bug in version number in 4.80 release, remove on update +PKGNAME= p5-${DISTNAME}0 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} @@ -15,13 +16,10 @@ LICENSE= ${PERL5_LICENSE} # with all perl configuration settings, id est # the Config module, set in its environment -# build time requirment BUILD_DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability +DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense -USE_LANGUAGES= c PERL5_PACKLIST= auto/IO/AIO/.packlist -DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense - .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/p5-IO-AIO/distinfo diff -u pkgsrc/devel/p5-IO-AIO/distinfo:1.19 pkgsrc/devel/p5-IO-AIO/distinfo:1.20 --- pkgsrc/devel/p5-IO-AIO/distinfo:1.19 Sat Feb 11 23:23:25 2023 +++ pkgsrc/devel/p5-IO-AIO/distinfo Sat May 20 06:25:24 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2023/02/11 23:23:25 wen Exp $ +$NetBSD: distinfo,v 1.20 2023/05/20 06:25:24 wiz Exp $ -BLAKE2s (IO-AIO-4.79.tar.gz) = aefa4ea44e9310cc6a98f88213fd1e8aa9d606035d609424a3d37b3fb4d20e23 -SHA512 (IO-AIO-4.79.tar.gz) = ebf4030ee237dde044722e690e1996c22a8c2fa36325c1d5fc641879da9da64facf2300defa759854499c010408a0dfba0cee3191aa024e8332d3aed9b2a4cae -Size (IO-AIO-4.79.tar.gz) = 189140 bytes +BLAKE2s (IO-AIO-4.8.tar.gz) = bda571d9dfc2dab576910ff7d9ccfc8cb2eb1e6d86eadd514155cc21991c0b41 +SHA512 (IO-AIO-4.8.tar.gz) = b06e20a75b86ab83cf95121d491c54e10f530d006ed0618b95e9d2c63f1974479bcf41e94e0592c62294ffa8860fac0a0fb471dab0437f9dfef75b980ec8966e +Size (IO-AIO-4.8.tar.gz) = 189363 bytes --_----------=_1684563924259950--