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:           Mon Nov 17 19:44:27 UTC 2025

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

Log Message:
p5-Finance-Quote: extend REPLACE_PERL pattern for another subdirectory


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 pkgsrc/finance/p5-Finance-Quote/Makefile:1.58
--- pkgsrc/finance/p5-Finance-Quote/Makefile:1.57       Mon Nov 17 11:00:45 2025
+++ pkgsrc/finance/p5-Finance-Quote/Makefile    Mon Nov 17 19:44:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2025/11/17 11:00:45 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2025/11/17 19:44:27 wiz Exp $
 
 DISTNAME=      Finance-Quote-1.67
 PKGNAME=       p5-${DISTNAME}
@@ -73,6 +73,7 @@ TEST_DEPENDS+=        p5-Test-Pod-Coverage-[0-9
 
 REPLACE_PERL=  lib/Finance/Quote.pm
 REPLACE_PERL+= lib/Finance/Quote/*.pm
+REPLACE_PERL+= lib/Finance/Quote/*/*.pm
 
 CONFLICTS=     p5-finance-quote-[0-9]*
 



Home | Main Index | Thread Index | Old Index