pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Parse-Distname



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.

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
 



Home | Main Index | Thread Index | Old Index