Received: by mail.netbsd.org (Postfix, from userid 605) id EBD9984DA9; Sat, 20 May 2023 06:34:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2801A84CCA for ; Sat, 20 May 2023 06:34:54 +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 tkPU5252uR88 for ; Sat, 20 May 2023 06:34:53 +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 96F0084CC9 for ; Sat, 20 May 2023 06:34:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 94A12FA87; Sat, 20 May 2023 06:34:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684564493240830" MIME-Version: 1.0 Date: Sat, 20 May 2023 06:34:53 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-OLE-Storage_Lite To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230520063453.94A12FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684564493240830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 20 06:34:53 UTC 2023 Modified Files: pkgsrc/devel/p5-OLE-Storage_Lite: Makefile distinfo Log Message: p5-OLE-Storage_Lite: update to 0.22. 0.22: not documented 0.21 Fri Feb 17 2020 + Fix for Spreadsheet::ParseExcel break due to the previous change in v0.20. https://github.com/jmcnamara/ole-storage-lite/pull/4 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/p5-OLE-Storage_Lite/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-OLE-Storage_Lite/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684564493240830 Content-Disposition: inline Content-Length: 1715 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-OLE-Storage_Lite/Makefile diff -u pkgsrc/devel/p5-OLE-Storage_Lite/Makefile:1.33 pkgsrc/devel/p5-OLE-Storage_Lite/Makefile:1.34 --- pkgsrc/devel/p5-OLE-Storage_Lite/Makefile:1.33 Tue Jun 28 11:32:58 2022 +++ pkgsrc/devel/p5-OLE-Storage_Lite/Makefile Sat May 20 06:34:53 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2022/06/28 11:32:58 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2023/05/20 06:34:53 wiz Exp $ -DISTNAME= OLE-Storage_Lite-0.20 +DISTNAME= OLE-Storage_Lite-0.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OLE/} Index: pkgsrc/devel/p5-OLE-Storage_Lite/distinfo diff -u pkgsrc/devel/p5-OLE-Storage_Lite/distinfo:1.11 pkgsrc/devel/p5-OLE-Storage_Lite/distinfo:1.12 --- pkgsrc/devel/p5-OLE-Storage_Lite/distinfo:1.11 Tue Oct 26 10:17:10 2021 +++ pkgsrc/devel/p5-OLE-Storage_Lite/distinfo Sat May 20 06:34:53 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 10:17:10 nia Exp $ +$NetBSD: distinfo,v 1.12 2023/05/20 06:34:53 wiz Exp $ -BLAKE2s (OLE-Storage_Lite-0.20.tar.gz) = 031f76d3e522e5979eef239693f8247cf40162deadc7da6c645f830388e7f5cb -SHA512 (OLE-Storage_Lite-0.20.tar.gz) = bcf89c561e02c850f6d5d27705dd671f0294e4a903cf7863f9dbf536203dfb3148ca4fa88ef91a429b96142bf1ae040989d8850fd171448e0db5dc9ae7fc1877 -Size (OLE-Storage_Lite-0.20.tar.gz) = 22586 bytes +BLAKE2s (OLE-Storage_Lite-0.22.tar.gz) = 5a1bf55bfc40f2689c279ad9224629e4932283171a0b9a02bf8b3108fd760971 +SHA512 (OLE-Storage_Lite-0.22.tar.gz) = 672b44f033a8c13fcf6258c2ff08627bd6ed8fe3c105b2c20e9627e361df217511fdb2c7be117634883c5ec050894a64a4d06b21fac252602c0ac1b828bf1dd5 +Size (OLE-Storage_Lite-0.22.tar.gz) = 22846 bytes --_----------=_1684564493240830--