Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63E4384E6B for ; Mon, 25 Dec 2023 13:48:42 +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 X_ZHVLF0s2tw for ; Mon, 25 Dec 2023 13:48:42 +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 B43CE84D13 for ; Mon, 25 Dec 2023 13:48:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A5157FA42; Mon, 25 Dec 2023 13:48:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703512121252840" MIME-Version: 1.0 Date: Mon, 25 Dec 2023 13:48:41 +0000 From: "S.P.Zeidler" Subject: CVS commit: pkgsrc/devel/rt5 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: spz@netbsd.org X-Mailer: log_accum Message-Id: <20231225134841.A5157FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703512121252840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: spz Date: Mon Dec 25 13:48:41 UTC 2023 Modified Files: pkgsrc/devel/rt5: Makefile Log Message: rt5: depend on p5-Data-Page to make the install phase complete To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/rt5/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703512121252840 Content-Disposition: inline Content-Length: 892 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/rt5/Makefile diff -u pkgsrc/devel/rt5/Makefile:1.2 pkgsrc/devel/rt5/Makefile:1.3 --- pkgsrc/devel/rt5/Makefile:1.2 Thu Nov 2 19:15:10 2023 +++ pkgsrc/devel/rt5/Makefile Mon Dec 25 13:48:41 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2023/11/02 19:15:10 markd Exp $ +# $NetBSD: Makefile,v 1.3 2023/12/25 13:48:41 spz Exp $ DISTNAME= rt-5.0.5 PKGNAME= ${DISTNAME:S/rt/rt5/} @@ -29,6 +29,7 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases/ DEPENDS+= p5-DBIx-SearchBuilder>=1.77:../../databases/p5-DBIx-SearchBuilder DEPENDS+= p5-Data-GUID-[0-9]*:../../devel/p5-Data-GUID DEPENDS+= p5-Data-ICal-[0-9]*:../../time/p5-Data-ICal +DEPENDS+= p5-Data-Page-[0-9]*:../../devel/p5-Data-Page DEPENDS+= p5-Date-Extract>=0.02:../../time/p5-Date-Extract DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip DEPENDS+= p5-DateTime>=0.44:../../time/p5-DateTime --_----------=_1703512121252840--