Received: by mail.netbsd.org (Postfix, from userid 605) id 0DEFE84E7A; Sat, 11 Feb 2023 23:20:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4009884DB2 for ; Sat, 11 Feb 2023 23:20:48 +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 yHznmFyjmaPX for ; Sat, 11 Feb 2023 23:20:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AAF3D84D8C for ; Sat, 11 Feb 2023 23:20:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E8BFFA90; Sat, 11 Feb 2023 23:20:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167615764790120" MIME-Version: 1.0 Date: Sat, 11 Feb 2023 23:20:47 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Inline-C To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230211232047.9E8BFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167615764790120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Feb 11 23:20:47 UTC 2023 Modified Files: pkgsrc/devel/p5-Inline-C: Makefile distinfo Log Message: Update to 0.82 Update BUILD_DEPENDS Upstream changes: 0.82 Wed 2 Mar 15:36:50 GMT 2022 - full release of -I to sub-Perls - doc improvements from @oodler577 To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Inline-C/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-Inline-C/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167615764790120 Content-Disposition: inline Content-Length: 2012 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Inline-C/Makefile diff -u pkgsrc/devel/p5-Inline-C/Makefile:1.21 pkgsrc/devel/p5-Inline-C/Makefile:1.22 --- pkgsrc/devel/p5-Inline-C/Makefile:1.21 Tue Jun 28 11:32:38 2022 +++ pkgsrc/devel/p5-Inline-C/Makefile Sat Feb 11 23:20:47 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2022/06/28 11:32:38 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2023/02/11 23:20:47 wen Exp $ -DISTNAME= Inline-C-0.81 +DISTNAME= Inline-C-0.82 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/} @@ -15,8 +14,10 @@ BUILD_DEPENDS+= p5-File-ShareDir-Install DEPENDS+= p5-Inline>=0.79:../../devel/p5-Inline DEPENDS+= p5-Parse-RecDescent>=1.967:../../devel/p5-Parse-RecDescent DEPENDS+= p5-Pegex>=0.58:../../devel/p5-Pegex + # TEST_DEPENDS BUILD_DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive +BUILD_DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML MAKE_ENV+= PERL_MM_USE_DEFAULT=1 Index: pkgsrc/devel/p5-Inline-C/distinfo diff -u pkgsrc/devel/p5-Inline-C/distinfo:1.12 pkgsrc/devel/p5-Inline-C/distinfo:1.13 --- pkgsrc/devel/p5-Inline-C/distinfo:1.12 Tue Oct 26 10:16:49 2021 +++ pkgsrc/devel/p5-Inline-C/distinfo Sat Feb 11 23:20:47 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 10:16:49 nia Exp $ +$NetBSD: distinfo,v 1.13 2023/02/11 23:20:47 wen Exp $ -BLAKE2s (Inline-C-0.81.tar.gz) = b85c14727c795fa8bc6b53813f89149fc9dd93dc962ee95b70a8c1f8868d20a7 -SHA512 (Inline-C-0.81.tar.gz) = c3d0d669c26017b4b63cc101377d067438c31fc5d1e6187d01194f70158049e386683b792716aad58772eae839512ecaefd4b3ac7a2377dd1404a651c24b2277 -Size (Inline-C-0.81.tar.gz) = 76855 bytes +BLAKE2s (Inline-C-0.82.tar.gz) = a52198db42db1c10ccfa6cb65d5c9d21192c0a4c3174c15f86434e1a517c2a9f +SHA512 (Inline-C-0.82.tar.gz) = 1d1e91a63df12b4f3dc631fd1b66f9bd2e006b300002d9aa184ab571a128953722127400a39055d07ee630709f2a7c96dd35ad6e0860959cbb5a6fce3134b357 +Size (Inline-C-0.82.tar.gz) = 79182 bytes --_----------=_167615764790120--