Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD36A84E8A for ; Mon, 25 Sep 2023 07:29:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 9lDsQ5rdYnp5 for ; Mon, 25 Sep 2023 07:29:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3235784D3A for ; Mon, 25 Sep 2023 07:29:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2647AFBDB; Mon, 25 Sep 2023 07:29:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169562696952200" MIME-Version: 1.0 Date: Mon, 25 Sep 2023 07:29:29 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/finance/p5-Finance-Quote To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230925072929.2647AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169562696952200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 25 07:29:29 UTC 2023 Modified Files: pkgsrc/finance/p5-Finance-Quote: Makefile Log Message: p5-Finance-Quote: add missing dependency Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 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. --_----------=_169562696952200 Content-Disposition: inline Content-Length: 983 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/p5-Finance-Quote/Makefile diff -u pkgsrc/finance/p5-Finance-Quote/Makefile:1.47 pkgsrc/finance/p5-Finance-Quote/Makefile:1.48 --- pkgsrc/finance/p5-Finance-Quote/Makefile:1.47 Sun Aug 13 17:56:01 2023 +++ pkgsrc/finance/p5-Finance-Quote/Makefile Mon Sep 25 07:29:28 2023 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2023/08/13 17:56:01 gutteridge Exp $ +# $NetBSD: Makefile,v 1.48 2023/09/25 07:29:28 wiz Exp $ DISTNAME= Finance-Quote-1.58 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} @@ -30,6 +31,7 @@ DEPENDS+= p5-HTTP-Cookies-[0-9]*:../../w # HTTP::Status - part of HTTP-Message DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message # IO::Handle - part of perl +DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String # IO::Uncompress::Unzip - part of perl DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww --_----------=_169562696952200--