Index | Thread | Search

From:
Olivier Cherrier <oc@symacx.com>
Subject:
p5-Finance-Quote: add missing deps
To:
OpenBSD ports <ports@openbsd.org>
Date:
Wed, 18 Feb 2026 16:54:26 +0000

Download raw body.

Thread
  • Olivier Cherrier:

    p5-Finance-Quote: add missing deps

	Hello,

Here is a patch to add missing (and required) libraries to p5-Finance-Quote.

Thanks,
Best.

-- 
Olivier Cherrier
Phone: +352691570680
mailto:oc@symacx.com
Index: misc/p5-Finance-Quote/Makefile
===================================================================
RCS file: /data/repos/openbsd-cvs/ports/misc/p5-Finance-Quote/Makefile,v
diff -u -u -r1.32 Makefile
--- misc/p5-Finance-Quote/Makefile	9 Feb 2026 07:34:39 -0000	1.32
+++ misc/p5-Finance-Quote/Makefile	18 Feb 2026 16:48:43 -0000
@@ -3,6 +3,7 @@
 MODULES=	cpan
 PKG_ARCH=	*
 DISTNAME =	Finance-Quote-1.68
+REVISION =	0
 CATEGORIES=	misc
 
 HOMEPAGE=	https://finance-quote.sourceforge.net
@@ -12,6 +13,8 @@
 		converters/p5-JSON \
 		devel/p5-DateTime \
 		devel/p5-DateTime-Format-Strptime \
+		devel/p5-IO-String \
+		devel/p5-Readonly \
 		misc/p5-Spreadsheet-XLSX \
 		textproc/p5-String-Util \
 		textproc/p5-Text-Template \