Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C7E9584D31 for ; Tue, 27 Jun 2023 07:31:23 +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 SVPkn8ISqXnt for ; Tue, 27 Jun 2023 07:31:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4012A84CEB for ; Tue, 27 Jun 2023 07:31:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 393B1FA89; Tue, 27 Jun 2023 07:31:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687851083133810" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 07:31:23 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-DynaLoader-Functions To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627073123.393B1FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687851083133810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 07:31:23 UTC 2023 Modified Files: pkgsrc/devel/p5-DynaLoader-Functions: Makefile distinfo Log Message: Update to 0.004 Upstream changes: version 0.004; 2023-04-06 * port test C code to Perl 5.33.1, which defines a PERL_VERSION_GE() macro that clashes with the one this code previously had * in test C code, avoid a compiler warning that arises on Perl 5.20 * in test C code, rename some macros for better style * in test C code, better argument parenthesisation in a macro To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-DynaLoader-Functions/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-DynaLoader-Functions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687851083133810 Content-Disposition: inline Content-Length: 1809 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-DynaLoader-Functions/Makefile diff -u pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.6 pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.7 --- pkgsrc/devel/p5-DynaLoader-Functions/Makefile:1.6 Tue Jun 28 11:32:20 2022 +++ pkgsrc/devel/p5-DynaLoader-Functions/Makefile Tue Jun 27 07:31:23 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/06/28 11:32:20 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/06/27 07:31:23 wen Exp $ -DISTNAME= DynaLoader-Functions-0.003 +DISTNAME= DynaLoader-Functions-0.004 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/} Index: pkgsrc/devel/p5-DynaLoader-Functions/distinfo diff -u pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.3 pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.4 --- pkgsrc/devel/p5-DynaLoader-Functions/distinfo:1.3 Tue Oct 26 10:16:30 2021 +++ pkgsrc/devel/p5-DynaLoader-Functions/distinfo Tue Jun 27 07:31:23 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:16:30 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/06/27 07:31:23 wen Exp $ -BLAKE2s (DynaLoader-Functions-0.003.tar.gz) = 7b2fa03e2702427f799124a85fcc6dfaa13c1dde2fee84712ee91b1eb4a1e7da -SHA512 (DynaLoader-Functions-0.003.tar.gz) = 58147714352fbd6e90bb42599e5967c9a93dbb899a587ef8a2a64dd13fc9e24176e17b3c2b870b5fa846b077373ca9ea27bec49b31113a8d9cb7d800f6d29599 -Size (DynaLoader-Functions-0.003.tar.gz) = 9797 bytes +BLAKE2s (DynaLoader-Functions-0.004.tar.gz) = 419d32f66bb0f89de18299edd1dc961a131c6e95327ce7a4605181a21da81b9b +SHA512 (DynaLoader-Functions-0.004.tar.gz) = d888c3763a4d90f9edba21c13df726be11baf48d61b83a68c3d2253cd6b6f8294550b6da2eaa113a50743bab477d9e0a6591dba43877f0dbc363f72ac468fdf7 +Size (DynaLoader-Functions-0.004.tar.gz) = 10349 bytes --_----------=_1687851083133810--