pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2023Q3] pkgsrc/finance/p5-Finance-Quote



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Oct 12 14:54:23 UTC 2023

Modified Files:
        pkgsrc/finance/p5-Finance-Quote [pkgsrc-2023Q3]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.48.2.1 pkgsrc/finance/p5-Finance-Quote/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/p5-Finance-Quote/Makefile
diff -u pkgsrc/finance/p5-Finance-Quote/Makefile:1.48 pkgsrc/finance/p5-Finance-Quote/Makefile:1.48.2.1
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.48       Mon Sep 25 07:29:28 2023
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Thu Oct 12 14:54:23 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.48 2023/09/25 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.48.2.1 2023/10/12 14:54:23 bsiegert Exp $
 
 DISTNAME=      Finance-Quote-1.58
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   3
 CATEGORIES=    finance perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Finance/}
 
@@ -24,6 +24,7 @@ DEPENDS+=     p5-HTML-TokeParser-Simple-[0-9
 # HTML::TreeBuilder - part of p5-HTML-Tree
 DEPENDS+=      p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
 DEPENDS+=      p5-HTML-TreeBuilder-XPath-[0-9]*:../../www/p5-HTML-TreeBuilder-XPath
+DEPENDS+=      p5-HTTP-CookieJar-[0-9]*:../../www/p5-HTTP-CookieJar
 DEPENDS+=      p5-HTTP-Cookies-[0-9]*:../../www/p5-HTTP-Cookies
 # HTTP::Headers - part of HTTP-Message
 # HTTP::Request - part of HTTP-Message
@@ -33,7 +34,9 @@ DEPENDS+=     p5-HTTP-Message-[0-9]*:../../w
 # IO::Handle - part of perl
 DEPENDS+=      p5-IO-String-[0-9]*:../../devel/p5-IO-String
 # IO::Uncompress::Unzip - part of perl
+DEPENDS+=      p5-Readonly-[0-9]*:../../devel/p5-Readonly
 DEPENDS+=      p5-JSON-[0-9]*:../../converters/p5-JSON
+DEPENDS+=      p5-JSON-Parse-[0-9]*:../../converters/p5-JSON-Parse
 DEPENDS+=      p5-libwww>=5.48:../../www/p5-libwww
 # Module::Load - part of perl
 DEPENDS+=      p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA



Home | Main Index | Thread Index | Old Index