Received: by mail.netbsd.org (Postfix, from userid 605) id 1D4DC84F4D; Sun, 8 Jan 2023 04:16:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 488E984F4A for ; Sun, 8 Jan 2023 04:16:09 +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 PnzzkrH-V4MZ for ; Sun, 8 Jan 2023 04:16:08 +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 B6A7384F47 for ; Sun, 8 Jan 2023 04:16:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4394FA90; Sun, 8 Jan 2023 04:16:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673151368242780" MIME-Version: 1.0 Date: Sun, 8 Jan 2023 04:16:08 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Alias To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230108041608.B4394FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673151368242780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jan 8 04:16:08 UTC 2023 Modified Files: pkgsrc/devel/p5-Data-Alias: Makefile distinfo Log Message: Update to 1.28 Upstream changes: 1.28 2022-12-21 XMATH - Fix compatibliity with perl 5.37.3 and later - Fix support for state-variables (alias state $x = ...) - Fix handling of negative literal array index (alias $x[-1] = ...) 1.27 2022-12-02 XMATH - Fix tests on older perl versions 1.26 2022-12-01 XMATH - Fix compile error when using perl 5.37.2 or later - Improve diagnostic output from tests To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Data-Alias/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-Data-Alias/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673151368242780 Content-Disposition: inline Content-Length: 1608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Alias/Makefile diff -u pkgsrc/devel/p5-Data-Alias/Makefile:1.30 pkgsrc/devel/p5-Data-Alias/Makefile:1.31 --- pkgsrc/devel/p5-Data-Alias/Makefile:1.30 Tue Jun 28 11:32:09 2022 +++ pkgsrc/devel/p5-Data-Alias/Makefile Sun Jan 8 04:16:08 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2022/06/28 11:32:09 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2023/01/08 04:16:08 wen Exp $ -DISTNAME= Data-Alias-1.25 +DISTNAME= Data-Alias-1.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Alias/distinfo diff -u pkgsrc/devel/p5-Data-Alias/distinfo:1.14 pkgsrc/devel/p5-Data-Alias/distinfo:1.15 --- pkgsrc/devel/p5-Data-Alias/distinfo:1.14 Tue Oct 26 10:16:19 2021 +++ pkgsrc/devel/p5-Data-Alias/distinfo Sun Jan 8 04:16:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2021/10/26 10:16:19 nia Exp $ +$NetBSD: distinfo,v 1.15 2023/01/08 04:16:08 wen Exp $ -BLAKE2s (Data-Alias-1.25.tar.gz) = 6121042fceaadba277a28c56c7554f07257b115986f8f48a27e03e8aaa65569c -SHA512 (Data-Alias-1.25.tar.gz) = aa6b98fa5fb46a9f0b9281a2451a52cda151be8090b84c6c696d4e7bb9c42685ceb4dac69711026975c27ffac7b64eb489b512d6704c01cfe4f15b6e4189e286 -Size (Data-Alias-1.25.tar.gz) = 56288 bytes +BLAKE2s (Data-Alias-1.28.tar.gz) = 58d11881b7084ad0381da34100f709fbd2edd874fe2460c6ad8691a1698e1971 +SHA512 (Data-Alias-1.28.tar.gz) = 7c42d0af8fdbbc67ee3a3c4f98b6a30f87778753fadfc3fac06f4f6c48123ca45c99fe148299db99cd3b9c342c6df1d4785193e5c08526ade8426543687f7f0f +Size (Data-Alias-1.28.tar.gz) = 56979 bytes --_----------=_1673151368242780--