Sun Apr 28 08:18:00 2024 UTC (14d)
Update to 1.61

Upstream changes:
1.61      2024-04-18 21:34:24-07:00 America/Los_Angeles
        * SIX.pm - Changed lookup for currency, added lookups for symbol and last. Issue #380
        * YahooJSON.pm - URLs to retrieve required cookies and crumbs were changed to allow EU based users to use the module. Issue #373

1.60      2024-04-15 17:34:46-07:00 America/Los_Angeles
        * Removed not working modules. Issues #346, #366, and #368.
                Fidelity.pm, Cdbfundlibrary.com, Fundata.pm, and Fool.pm.
        * YahooJSON.pm - Added code to retrieve cookies and a "crumb" required
                to continue to utilize the v11 API. Issue #369.
                The YahooJSON.pm currency module was changed to use the v8 API.
        * Added initial version of CONTRIBUTING.pod that metacpan.org utilizes.
                It will completely replace the Hacker's Guide in the future.
        * Bloomberg.pm - Changed module to extract data from JSON structure embedded within the HTML - Issue #360
        * NSEIndia.pm - Eliminated need to use temp folders by storing file data from URL into a variable


(wen)
diff -r1.51 -r1.52 pkgsrc/finance/p5-Finance-Quote/Makefile
diff -r1.26 -r1.27 pkgsrc/finance/p5-Finance-Quote/distinfo

cvs diff -r1.51 -r1.52 pkgsrc/finance/p5-Finance-Quote/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/p5-Finance-Quote/Makefile 2024/01/04 00:03:04 1.51
+++ pkgsrc/finance/p5-Finance-Quote/Makefile 2024/04/28 08:17:59 1.52
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.51 2024/01/04 00:03:04 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.52 2024/04/28 08:17:59 wen Exp $
2 2
3DISTNAME= Finance-Quote-1.59 3DISTNAME= Finance-Quote-1.61
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= finance perl5 5CATEGORIES= finance perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
7 7
8MAINTAINER= damon@brodiefamily.org 8MAINTAINER= damon@brodiefamily.org
9HOMEPAGE= http://finance-quote.sourceforge.net/ 9HOMEPAGE= http://finance-quote.sourceforge.net/
10COMMENT= Perl module to get stock quotes from various exchanges 10COMMENT= Perl module to get stock quotes from various exchanges
11LICENSE= gnu-gpl-v2 # or later 11LICENSE= gnu-gpl-v2 # or later
12 12
13DEPENDS+= p5-Carp-[0-9]*:../../devel/p5-Carp 13DEPENDS+= p5-Carp-[0-9]*:../../devel/p5-Carp
14DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper 14DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper
15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 15DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
16DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime 16DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime

cvs diff -r1.26 -r1.27 pkgsrc/finance/p5-Finance-Quote/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/p5-Finance-Quote/distinfo 2024/01/04 00:03:04 1.26
+++ pkgsrc/finance/p5-Finance-Quote/distinfo 2024/04/28 08:17:59 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.26 2024/01/04 00:03:04 gutteridge Exp $ 1$NetBSD: distinfo,v 1.27 2024/04/28 08:17:59 wen Exp $
2 2
3BLAKE2s (Finance-Quote-1.59.tar.gz) = c0546768c293dd73122edde044ba6b15c0d4ff09314ba7cfcae63c02cf8cd7a8 3BLAKE2s (Finance-Quote-1.61.tar.gz) = 2e6483829c0a9a3e54128ea0f1b9ae9d27aae33712263e16cea97629be4d267f
4SHA512 (Finance-Quote-1.59.tar.gz) = 40bbb273151acacbaca2b9f0226c9be858e59da7a0b88419462be17a312ab2dddc92d64e382686e81a238dccf10a0296cbb063b4e9bdbe0e14bb5b0523b016fd 4SHA512 (Finance-Quote-1.61.tar.gz) = 80adc030db5afa882d51d2b651070fc669cefb4566a23d368eaf7c733c8524de3ff016a76d92f3c9ce584b1ed15eb456c1f44449cd8babbaa1aa00473afec5dc
5Size (Finance-Quote-1.59.tar.gz) = 264661 bytes 5Size (Finance-Quote-1.61.tar.gz) = 267948 bytes