pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-DependentModules



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Mar 20 09:16:46 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Test-DependentModules: Makefile

Log Message:
Add following lines for make test
---------------------------------
 BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 BUILD_DEPENDS+=        p5-Specio-[0-9]*:../../devel/p5-Specio
 BUILD_DEPENDS+=        p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Test-DependentModules/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-Test-DependentModules/Makefile
diff -u pkgsrc/devel/p5-Test-DependentModules/Makefile:1.7 pkgsrc/devel/p5-Test-DependentModules/Makefile:1.8
--- pkgsrc/devel/p5-Test-DependentModules/Makefile:1.7  Wed Jun  8 19:23:36 2016
+++ pkgsrc/devel/p5-Test-DependentModules/Makefile      Mon Mar 20 09:16:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:36 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2017/03/20 09:16:46 mef Exp $
 
 DISTNAME=      Test-DependentModules-0.26
 PKGNAME=       p5-${DISTNAME}
@@ -25,7 +25,10 @@ BUILD_DEPENDS+=      p5-Module-Build-[0-9]*:.
 BUILD_DEPENDS+=        p5-Search-Elasticsearch-[0-9]*:../../devel/p5-Search-Elasticsearch
 BUILD_DEPENDS+=        p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny
 BUILD_DEPENDS+=        p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
+BUILD_DEPENDS+=        p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean
 BUILD_DEPENDS+=        p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive
+BUILD_DEPENDS+=        p5-Specio-[0-9]*:../../devel/p5-Specio
+BUILD_DEPENDS+=        p5-Params-ValidationCompiler-[0-9]*:../../devel/p5-Params-ValidationCompiler
 
 PERL5_PACKLIST=        auto/Test/DependentModules/.packlist
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index