Thu Oct 12 14:54:23 2023 UTC ()
Pullup ticket #6805 - requested by gutteridge
finance/p5-Finance-Quote: build fix

Revisions pulled up:
- finance/p5-Finance-Quote/Makefile                             1.49-1.50

---
   Module Name:    pkgsrc
   Committed By:   gutteridge
   Date:           Wed Sep 27 02:13:05 UTC 2023

   Modified Files:
           pkgsrc/finance/p5-Finance-Quote: Makefile

   Log Message:
   p5-Finance-Quote: as of 1.58, also requires p5-HTTP-CookieJar

---
   Module Name:    pkgsrc
   Committed By:   pgoyette
   Date:           Thu Sep 28 05:46:15 UTC 2023

   Modified Files:
           pkgsrc/finance/p5-Finance-Quote: Makefile

   Log Message:
   Add a couple more new dependencies.  Bump package revision.


(bsiegert)
diff -r1.48 -r1.48.2.1 pkgsrc/finance/p5-Finance-Quote/Makefile

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

--- pkgsrc/finance/p5-Finance-Quote/Makefile 2023/09/25 07:29:28 1.48
+++ pkgsrc/finance/p5-Finance-Quote/Makefile 2023/10/12 14:54:23 1.48.2.1
@@ -1,49 +1,52 @@ @@ -1,49 +1,52 @@
1# $NetBSD: Makefile,v 1.48 2023/09/25 07:29:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.48.2.1 2023/10/12 14:54:23 bsiegert Exp $
2 2
3DISTNAME= Finance-Quote-1.58 3DISTNAME= Finance-Quote-1.58
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 3
6CATEGORIES= finance perl5 6CATEGORIES= finance perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
8 8
9MAINTAINER= damon@brodiefamily.org 9MAINTAINER= damon@brodiefamily.org
10HOMEPAGE= http://finance-quote.sourceforge.net/ 10HOMEPAGE= http://finance-quote.sourceforge.net/
11COMMENT= Perl module to get stock quotes from various exchanges 11COMMENT= Perl module to get stock quotes from various exchanges
12LICENSE= gnu-gpl-v2 # or later 12LICENSE= gnu-gpl-v2 # or later
13 13
14DEPENDS+= p5-Carp-[0-9]*:../../devel/p5-Carp 14DEPENDS+= p5-Carp-[0-9]*:../../devel/p5-Carp
15DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper 15DEPENDS+= p5-Data-Dumper-[0-9]*:../../devel/p5-Data-Dumper
16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime 16DEPENDS+= p5-DateTime-[0-9]*:../../time/p5-DateTime
17DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime 17DEPENDS+= p5-DateTime-Format-Strptime-[0-9]*:../../time/p5-DateTime-Format-Strptime
18# Encode - part of perl 18# Encode - part of perl
19# Exporter - part of perl 19# Exporter - part of perl
20DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract 20DEPENDS+= p5-HTML-TableExtract>=1.0:../../www/p5-HTML-TableExtract
21# HTML::TokeParser - part of p5-HTML-Parser 21# HTML::TokeParser - part of p5-HTML-Parser
22DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser 22DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
23DEPENDS+= p5-HTML-TokeParser-Simple-[0-9]*:../../www/p5-HTML-TokeParser-Simple 23DEPENDS+= p5-HTML-TokeParser-Simple-[0-9]*:../../www/p5-HTML-TokeParser-Simple
24# HTML::TreeBuilder - part of p5-HTML-Tree 24# HTML::TreeBuilder - part of p5-HTML-Tree
25DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree 25DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
26DEPENDS+= p5-HTML-TreeBuilder-XPath-[0-9]*:../../www/p5-HTML-TreeBuilder-XPath 26DEPENDS+= p5-HTML-TreeBuilder-XPath-[0-9]*:../../www/p5-HTML-TreeBuilder-XPath
 27DEPENDS+= p5-HTTP-CookieJar-[0-9]*:../../www/p5-HTTP-CookieJar
27DEPENDS+= p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies 28DEPENDS+= p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies
28# HTTP::Headers - part of HTTP-Message 29# HTTP::Headers - part of HTTP-Message
29# HTTP::Request - part of HTTP-Message 30# HTTP::Request - part of HTTP-Message
30# HTTP::Request::Common - part of HTTP-Message 31# HTTP::Request::Common - part of HTTP-Message
31# HTTP::Status - part of HTTP-Message 32# HTTP::Status - part of HTTP-Message
32DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message 33DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
33# IO::Handle - part of perl 34# IO::Handle - part of perl
34DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String 35DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
35# IO::Uncompress::Unzip - part of perl 36# IO::Uncompress::Unzip - part of perl
 37DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
36DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON 38DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
 39DEPENDS+= p5-JSON-Parse-[0-9]*:../../converters/p5-JSON-Parse
37DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww 40DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww
38# Module::Load - part of perl 41# Module::Load - part of perl
39DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA 42DEPENDS+= p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA
40# POSIX - part of perl 43# POSIX - part of perl
41# Scalar::Util - part of perl 44# Scalar::Util - part of perl
42DEPENDS+= p5-Spreadsheet-XLSX-[0-9]*:../../math/p5-Spreadsheet-XLSX 45DEPENDS+= p5-Spreadsheet-XLSX-[0-9]*:../../math/p5-Spreadsheet-XLSX
43DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util 46DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util
44DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template 47DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template
45# Time::Piece - part of perl 48# Time::Piece - part of perl
46# Time::Seconds - part of perl 49# Time::Seconds - part of perl
47DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny 50DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
48DEPENDS+= p5-Web-Scraper-[0-9]*:../../www/p5-Web-Scraper 51DEPENDS+= p5-Web-Scraper-[0-9]*:../../www/p5-Web-Scraper
49DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML 52DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML