Received: by mail.netbsd.org (Postfix, from userid 605) id AE0B38523C; Wed, 4 May 2022 08:13:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E840784D44 for ; Wed, 4 May 2022 08:13:40 +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 P3rX9dMhrOcm for ; Wed, 4 May 2022 08:13:40 +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 40B8D84CEC for ; Wed, 4 May 2022 08:13:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 358EEFB1A; Wed, 4 May 2022 08:13:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651652020149090" MIME-Version: 1.0 Date: Wed, 4 May 2022 08:13:40 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-Parse-Distname To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220504081340.358EEFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651652020149090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 4 08:13:40 UTC 2022 Modified Files: pkgsrc/devel/p5-Parse-Distname: Makefile Log Message: p5-Parse-Distname: add missing build dependency To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/p5-Parse-Distname/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651652020149090 Content-Disposition: inline Content-Length: 1226 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Parse-Distname/Makefile diff -u pkgsrc/devel/p5-Parse-Distname/Makefile:1.1 pkgsrc/devel/p5-Parse-Distname/Makefile:1.2 --- pkgsrc/devel/p5-Parse-Distname/Makefile:1.1 Sat Apr 30 00:03:35 2022 +++ pkgsrc/devel/p5-Parse-Distname/Makefile Wed May 4 08:13:40 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2022/04/30 00:03:35 wen Exp $ +# $NetBSD: Makefile,v 1.2 2022/05/04 08:13:40 wiz Exp $ DISTNAME= Parse-Distname-0.05 PKGNAME= p5-${DISTNAME} @@ -10,10 +10,10 @@ HOMEPAGE= https://metacpan.org/release/P COMMENT= Parse a distribution name LICENSE= ${PERL5_LICENSE} -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker-CPANfile>=0.06:../../devel/p5-ExtUtils-MakeMaker-CPANfile - -TEST_DEPENDS+= p5-Test-Differences>=0:../../devel/p5-Test-Differences \ - p5-Test-UseAllModules>=0.17:../../devel/p5-Test-UseAllModules +BUILD_DEPENDS+= p5-Module-CPANfile-[0-9]*:../../devel/p5-Module-CPANfile +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker-CPANfile-[0-9]*:../../devel/p5-ExtUtils-MakeMaker-CPANfile +TEST_DEPENDS+= p5-Test-Differences>=0:../../devel/p5-Test-Differences +TEST_DEPENDS+= p5-Test-UseAllModules>=0.17:../../devel/p5-Test-UseAllModules PERL5_PACKLIST= auto/Parse/Distname/.packlist --_----------=_1651652020149090--