Received: by mail.netbsd.org (Postfix, from userid 605) id 4FDCD84D81; Sat, 14 Sep 2019 19:58:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CB06B84D7E for ; Sat, 14 Sep 2019 19:58:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VEXwUAVgU7Bk for ; Sat, 14 Sep 2019 19:58:31 +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 2E8FF84CDF for ; Sat, 14 Sep 2019 19:58:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 27F8DFBF4; Sat, 14 Sep 2019 19:58:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568491111245570" MIME-Version: 1.0 Date: Sat, 14 Sep 2019 19:58:31 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/databases/p5-DBD-Mock To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190914195831.27F8DFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568491111245570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Sep 14 19:58:31 UTC 2019 Modified Files: pkgsrc/databases/p5-DBD-Mock: Makefile Log Message: p5-DBD-Mock: note p5-Module-Build-Tiny dependency Fix bulk builds by noting this depends on p5-Module-Build-Tiny. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/p5-DBD-Mock/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568491111245570 Content-Disposition: inline Content-Length: 776 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/p5-DBD-Mock/Makefile diff -u pkgsrc/databases/p5-DBD-Mock/Makefile:1.17 pkgsrc/databases/p5-DBD-Mock/Makefile:1.18 --- pkgsrc/databases/p5-DBD-Mock/Makefile:1.17 Thu Sep 12 23:54:44 2019 +++ pkgsrc/databases/p5-DBD-Mock/Makefile Sat Sep 14 19:58:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/09/12 23:54:44 wen Exp $ +# $NetBSD: Makefile,v 1.18 2019/09/14 19:58:30 gutteridge Exp $ DISTNAME= DBD-Mock-1.49 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ COMMENT= Perl5 module with mock database LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-DBI>=1.3:../../databases/p5-DBI +TOOL_DEPENDS+= p5-Module-Build-Tiny-[0-9]*:../../devel/p5-Module-Build-Tiny PERL5_PACKLIST= auto/DBD/Mock/.packlist PERL5_MODULE_TYPE= Module::Build --_----------=_1568491111245570--