Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 627A784D5B for ; Wed, 5 Jul 2023 22:09:23 +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 r10BXqPa1nhz for ; Wed, 5 Jul 2023 22:09:22 +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 BD8A384CF9 for ; Wed, 5 Jul 2023 22:09:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BAE40FBDB; Wed, 5 Jul 2023 22:09:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1688594962194140" MIME-Version: 1.0 Date: Wed, 5 Jul 2023 22:09:22 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/finance/p5-Finance-Quote To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230705220922.BAE40FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1688594962194140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Jul 5 22:09:22 UTC 2023 Modified Files: pkgsrc/finance/p5-Finance-Quote: Makefile distinfo Log Message: p5-Finance-Quote: update to 1.57 1.57 2023-07-01 12:37:07-07:00 America/Los_Angeles * Correct set exchange in YahooJSON.pm - Issue #306 * Added close, change and p_change to Tradegate, XETRA and Sinvestor Added optional parameter INST_ID to specify the institute id. Fixed bug in Tradegate, XETRA and Sinvestor for numbers equal or higher than 1.000 - PR #304 * Added GoogleWeb Module * YahooWeb module added - PR #296 * Added MarketWatch Module * Replaced cached file with IO::String object in IndiaMutual.pm * Fixed missing date in AEX.pm - Issue #298 * Fixed Examples in POD Documentation in a few modules - PR #295 * move use strict to be the first statement in TreasuryDirect.pm and TwelveData.pm #290 * remove old perl version requirement statements from TreasuryDirect.pm and TwelveData.pm #290 * removed Data::Dumper that caused another test to fail from TreasuryDirect.pm #290 * Fixed Fool.pm and fool.t - PR #289 To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 pkgsrc/finance/p5-Finance-Quote/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/p5-Finance-Quote/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1688594962194140 Content-Disposition: inline Content-Length: 1699 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/p5-Finance-Quote/Makefile diff -u pkgsrc/finance/p5-Finance-Quote/Makefile:1.44 pkgsrc/finance/p5-Finance-Quote/Makefile:1.45 --- pkgsrc/finance/p5-Finance-Quote/Makefile:1.44 Sun Jun 11 00:32:02 2023 +++ pkgsrc/finance/p5-Finance-Quote/Makefile Wed Jul 5 22:09:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2023/06/11 00:32:02 gutteridge Exp $ +# $NetBSD: Makefile,v 1.45 2023/07/05 22:09:22 gutteridge Exp $ -DISTNAME= Finance-Quote-1.56 +DISTNAME= Finance-Quote-1.57 PKGNAME= p5-${DISTNAME} CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} Index: pkgsrc/finance/p5-Finance-Quote/distinfo diff -u pkgsrc/finance/p5-Finance-Quote/distinfo:1.23 pkgsrc/finance/p5-Finance-Quote/distinfo:1.24 --- pkgsrc/finance/p5-Finance-Quote/distinfo:1.23 Sun Jun 11 00:32:02 2023 +++ pkgsrc/finance/p5-Finance-Quote/distinfo Wed Jul 5 22:09:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2023/06/11 00:32:02 gutteridge Exp $ +$NetBSD: distinfo,v 1.24 2023/07/05 22:09:22 gutteridge Exp $ -BLAKE2s (Finance-Quote-1.56.tar.gz) = 7ccbb3e171c2c7cf4ab73898206e097619d285bedb490deaf2505a3f584665f9 -SHA512 (Finance-Quote-1.56.tar.gz) = 49836e7b2a356dc943f203bb0e20a43c2d7264667f640d5863449f504cd378def656596ea5a6001bacde2d157100795a50604c7565cfba1eb0f75ad854c98f62 -Size (Finance-Quote-1.56.tar.gz) = 250559 bytes +BLAKE2s (Finance-Quote-1.57.tar.gz) = 36d4720a17a1a0e000e3764527cdbcc07a03db0cf215f518d3e3028f751b15db +SHA512 (Finance-Quote-1.57.tar.gz) = ed1b6d26f24952eb21ed546e61ccf5176b581f70de3d6eaa578f621633a5226bdf60880601a46803ef7eb7c9c1216d9badbef993b448b0b82ef9171eefa975f4 +Size (Finance-Quote-1.57.tar.gz) = 256933 bytes --_----------=_1688594962194140--