Received: by mail.netbsd.org (Postfix, from userid 605) id B9F0C84D2C; Sun, 2 Sep 2018 07:31:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA2F384D25 for ; Sun, 2 Sep 2018 07:31:06 +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 ACX8gkud974O for ; Sun, 2 Sep 2018 07:31:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F38184CFB for ; Sun, 2 Sep 2018 07:31:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3BC0AFBF8; Sun, 2 Sep 2018 07:31:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1535873466174240" MIME-Version: 1.0 Date: Sun, 2 Sep 2018 07:31:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/math/p5-Spreadsheet-Read To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180902073106.3BC0AFBF8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1535873466174240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 2 07:31:06 UTC 2018 Modified Files: pkgsrc/math/p5-Spreadsheet-Read: Makefile distinfo Log Message: p5-Spreadsheet-Read: update to 0.79. 0.79 - 29 Aug 2018, H.Merijn Brand * Environmant control hardening * ReadData () docs (opening from scalar ref: issue#21) * Check for XLSX content on opening from plain scalar content * Fix typo in ss-dup-tk.pl (PRC, Branislav Zahradnik) * Allow source from command line option in xls2csv (PRC, Branislav Zahradnik) * Allow --in-sep=tab in xlscat/xlsgrep * Add --hash to xlscat/xlsgrep * Help and usage for examples/xls2csv PR#23) To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/math/p5-Spreadsheet-Read/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/math/p5-Spreadsheet-Read/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1535873466174240 Content-Disposition: inline Content-Length: 1818 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/p5-Spreadsheet-Read/Makefile diff -u pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.28 pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.29 --- pkgsrc/math/p5-Spreadsheet-Read/Makefile:1.28 Wed Aug 22 09:45:40 2018 +++ pkgsrc/math/p5-Spreadsheet-Read/Makefile Sun Sep 2 07:31:06 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2018/08/22 09:45:40 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2018/09/02 07:31:06 wiz Exp $ -DISTNAME= Spreadsheet-Read-0.78 +DISTNAME= Spreadsheet-Read-0.79 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} EXTRACT_SUFX= .tgz Index: pkgsrc/math/p5-Spreadsheet-Read/distinfo diff -u pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.17 pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.18 --- pkgsrc/math/p5-Spreadsheet-Read/distinfo:1.17 Sun Feb 4 06:15:39 2018 +++ pkgsrc/math/p5-Spreadsheet-Read/distinfo Sun Sep 2 07:31:06 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2018/02/04 06:15:39 wen Exp $ +$NetBSD: distinfo,v 1.18 2018/09/02 07:31:06 wiz Exp $ -SHA1 (Spreadsheet-Read-0.78.tgz) = ec34df8fd97cb52c9b15f4803691e055dcaa296d -RMD160 (Spreadsheet-Read-0.78.tgz) = 6bafa27bf846a7fe6a173fcb4ac33491ad8d1188 -SHA512 (Spreadsheet-Read-0.78.tgz) = f0bdfb8f428c9faee2fac2d7f478ff77c942abc698dfb13da3afc88d9664b5a9e5337c4e84df637a044f068adc337b1eb175ee73eb12140a9c1b7ea9dc7692b3 -Size (Spreadsheet-Read-0.78.tgz) = 176500 bytes +SHA1 (Spreadsheet-Read-0.79.tgz) = fd53d3cbd15149d41d615227fa6fa6ec2904a2a1 +RMD160 (Spreadsheet-Read-0.79.tgz) = 17f193066ebfa8f5baa4d3f1e0fb314547948b6e +SHA512 (Spreadsheet-Read-0.79.tgz) = 6f847ad47b215ad021fcbda488fcf07a8a04ec0e41b786a5544d05c70366a176218f22039c3f532cbeb7c586e848f6472989ad48cce676bfe86e568660c500af +Size (Spreadsheet-Read-0.79.tgz) = 190270 bytes --_----------=_1535873466174240--