pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/p5-Finance-Quote



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 16 06:18:03 UTC 2024

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

Log Message:
p5-Finance-Quote: add missing p5-LWP-Protocol-https dependency

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 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.52 pkgsrc/finance/p5-Finance-Quote/Makefile:1.53
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.52       Sun Apr 28 08:17:59 2024
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Fri Aug 16 06:18:03 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.52 2024/04/28 08:17:59 wen Exp $
+# $NetBSD: Makefile,v 1.53 2024/08/16 06:18:03 wiz Exp $
 
 DISTNAME=      Finance-Quote-1.61
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    finance perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Finance/}
 
@@ -25,6 +26,7 @@ DEPENDS+=     p5-HTML-Tree-[0-9]*:../../www/
 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
+DEPENDS+=      p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
 # HTTP::Headers - part of HTTP-Message
 # HTTP::Request - part of HTTP-Message
 # HTTP::Request::Common - part of HTTP-Message
@@ -79,5 +81,8 @@ USE_LANGUAGES=        # empty
 
 PERL5_PACKLIST=                auto/Finance/Quote/.packlist
 
+# for tests
+ALLOW_NETWORK_ACCESS=  yes
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index