Received: by mail.netbsd.org (Postfix, from userid 605) id 7346784EAB; Mon, 15 Jan 2024 17:44:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3B9E84E7E for ; Mon, 15 Jan 2024 17:44:15 +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 ahddLvK4RxaF for ; Mon, 15 Jan 2024 17:44:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E1A8684CD7 for ; Mon, 15 Jan 2024 17:44:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D9450FA42; Mon, 15 Jan 2024 17:44:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705340654297510" MIME-Version: 1.0 Date: Mon, 15 Jan 2024 17:44:14 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/devel/p5-Data-Entropy To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20240115174414.D9450FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705340654297510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Jan 15 17:44:14 UTC 2024 Modified Files: pkgsrc/devel/p5-Data-Entropy: Makefile Log Message: devel/p5-Data-Entropy: Fix BUILD_DEPENDS to TOOL_DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Data-Entropy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705340654297510 Content-Disposition: inline Content-Length: 1106 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Entropy/Makefile diff -u pkgsrc/devel/p5-Data-Entropy/Makefile:1.1 pkgsrc/devel/p5-Data-Entropy/Makefile:1.2 --- pkgsrc/devel/p5-Data-Entropy/Makefile:1.1 Mon Jan 15 16:33:23 2024 +++ pkgsrc/devel/p5-Data-Entropy/Makefile Mon Jan 15 17:44:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2024/01/15 16:33:23 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2024/01/15 17:44:14 gdt Exp $ DISTNAME= Data-Entropy-0.007 PKGNAME= p5-${DISTNAME} @@ -10,9 +10,8 @@ HOMEPAGE= https://metacpan.org/pod/Data: COMMENT= Perl module to manage entropy sources LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build -BUILD_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build -BUILD_DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael +TOOL_DEPENDS+= p5-Module-Build>=0:../../devel/p5-Module-Build +TOOL_DEPENDS+= p5-Crypt-Rijndael>=0:../../security/p5-Crypt-Rijndael DEPENDS+= p5-Carp>=0:../../devel/p5-Carp DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite DEPENDS+= p5-Params-Classify>=0:../../devel/p5-Params-Classify --_----------=_1705340654297510--