Received: by mail.netbsd.org (Postfix, from userid 605) id 5D8A284EE6; Sun, 6 Nov 2022 10:00:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E56284E56 for ; Sun, 6 Nov 2022 10:00:14 +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 mulBvnyvdTR8 for ; Sun, 6 Nov 2022 10:00:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0951E84D69 for ; Sun, 6 Nov 2022 10:00:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02EB0FA90; Sun, 6 Nov 2022 10:00:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667728813239340" MIME-Version: 1.0 Date: Sun, 6 Nov 2022 10:00:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-PPIx-QuoteLike To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20221106100014.02EB0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667728813239340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Nov 6 10:00:13 UTC 2022 Modified Files: pkgsrc/textproc/p5-PPIx-QuoteLike: Makefile distinfo Log Message: Update to 0.023 Upstream changes: 0.023 2022-09-16 T. R. Wyant Update discouragement notice for variables(), and add a TODO in t/variables.t for why. Correct normalization of ${^FOO} for PPI. If the caret is present the braces are not removed. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667728813239340 Content-Disposition: inline Content-Length: 1744 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.16 pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.17 --- pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile:1.16 Tue Jun 28 11:36:21 2022 +++ pkgsrc/textproc/p5-PPIx-QuoteLike/Makefile Sun Nov 6 10:00:13 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/06/28 11:36:21 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2022/11/06 10:00:13 wen Exp $ -DISTNAME= PPIx-QuoteLike-0.022 +DISTNAME= PPIx-QuoteLike-0.023 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/} Index: pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo diff -u pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.12 pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.13 --- pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo:1.12 Fri Apr 22 09:59:15 2022 +++ pkgsrc/textproc/p5-PPIx-QuoteLike/distinfo Sun Nov 6 10:00:13 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2022/04/22 09:59:15 wen Exp $ +$NetBSD: distinfo,v 1.13 2022/11/06 10:00:13 wen Exp $ -BLAKE2s (PPIx-QuoteLike-0.022.tar.gz) = 9ff9e41afc5798be4f70a154c7d39ebe5149649b129c2e53516a757c618e69f8 -SHA512 (PPIx-QuoteLike-0.022.tar.gz) = b5b7f1de4b4d08f7167560f12a3ec0b24f4cd92739911a3c18bc6b5ecc54b2d2facd7470672e322b5360c4b235f5b8a55e7a9f382d30177f579ef9b70aadc54a -Size (PPIx-QuoteLike-0.022.tar.gz) = 74248 bytes +BLAKE2s (PPIx-QuoteLike-0.023.tar.gz) = 27654fbd2a35945cf210572cf5b39dab6e3177520857c0bfe6beb7dd8c67763d +SHA512 (PPIx-QuoteLike-0.023.tar.gz) = 63a14b7d3337162ba2a4ac60195a45eb0a00084d77eb07fa98bd3c848e098279d7ad0f2dc08694dea40fe23006e2e0ded970d602b2a940009d29d47c604c45cd +Size (PPIx-QuoteLike-0.023.tar.gz) = 76751 bytes --_----------=_1667728813239340--