Received: by mail.netbsd.org (Postfix, from userid 605) id D07CC84D60; Sun, 8 Jan 2023 00:35:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DD9184D5B for ; Sun, 8 Jan 2023 00:35:40 +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 t6ltdf3ZWxEx for ; Sun, 8 Jan 2023 00:35:39 +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 7A92884D36 for ; Sun, 8 Jan 2023 00:35:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70622FA90; Sun, 8 Jan 2023 00:35:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673138139184270" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 00:35:39 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Variable-Magic To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108003539.70622FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673138139184270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 00:35:39 UTC 2023 Modified Files: pkgsrc/devel/p5-Variable-Magic: Makefile distinfo Log Message: Update to 0.63 Upstream changes: 0.63 2022-09-20 21:45 UTC This is a maintenance release. The code contains no functional change. Satisfied users of version 0.62 can skip this update. + Fix : [RT #144052] : Add support for 5.37.3s PADSV_STORE optimization B.pm-related tests have been taught about this new thing. Thanks Richard Leach for contributing a patch. + Upd : Contact info. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/p5-Variable-Magic/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/p5-Variable-Magic/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673138139184270 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Variable-Magic/Makefile diff -u pkgsrc/devel/p5-Variable-Magic/Makefile:1.42 pkgsrc/devel/p5-Variable-Magic/Makefile:1.43 --- pkgsrc/devel/p5-Variable-Magic/Makefile:1.42 Tue Jun 28 11:33:36 2022 +++ pkgsrc/devel/p5-Variable-Magic/Makefile Sun Jan 8 00:35:39 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2022/06/28 11:33:36 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2023/01/08 00:35:39 wen Exp $ -DISTNAME= Variable-Magic-0.62 +DISTNAME= Variable-Magic-0.63 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Variable/} Index: pkgsrc/devel/p5-Variable-Magic/distinfo diff -u pkgsrc/devel/p5-Variable-Magic/distinfo:1.29 pkgsrc/devel/p5-Variable-Magic/distinfo:1.30 --- pkgsrc/devel/p5-Variable-Magic/distinfo:1.29 Tue Oct 26 10:17:53 2021 +++ pkgsrc/devel/p5-Variable-Magic/distinfo Sun Jan 8 00:35:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2021/10/26 10:17:53 nia Exp $ +$NetBSD: distinfo,v 1.30 2023/01/08 00:35:39 wen Exp $ -BLAKE2s (Variable-Magic-0.62.tar.gz) = cbe151acd227f330e49f596ec79b760269898533700254faf1ecee4cf50babc3 -SHA512 (Variable-Magic-0.62.tar.gz) = fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380 -Size (Variable-Magic-0.62.tar.gz) = 79009 bytes +BLAKE2s (Variable-Magic-0.63.tar.gz) = 21bd346a515eeb82d01c2515b9155d948b2f4c1e52d796fa99fcc3659e9d968c +SHA512 (Variable-Magic-0.63.tar.gz) = f815d71ffda0fc88b75716fb843a5dcb122b678ce0cb58ac23411af88b7b01180d401519db1b9801c5ee2942ae7b81d6c3d4284ceb57ed3f51d546fb77135611 +Size (Variable-Magic-0.63.tar.gz) = 78851 bytes --_----------=_1673138139184270--