pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Log-Dispatch-Array



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Mar 20 09:18:23 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Log-Dispatch-Array: 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.9 -r1.10 pkgsrc/devel/p5-Log-Dispatch-Array/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-Log-Dispatch-Array/Makefile
diff -u pkgsrc/devel/p5-Log-Dispatch-Array/Makefile:1.9 pkgsrc/devel/p5-Log-Dispatch-Array/Makefile:1.10
--- pkgsrc/devel/p5-Log-Dispatch-Array/Makefile:1.9     Wed Jun  8 19:23:07 2016
+++ pkgsrc/devel/p5-Log-Dispatch-Array/Makefile Mon Mar 20 09:18:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/06/08 19:23:07 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/03/20 09:18:23 mef Exp $
 
 DISTNAME=              Log-Dispatch-Array-1.003
 PKGNAME=               p5-${DISTNAME}
@@ -13,7 +13,11 @@ LICENSE=             ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Log-Dispatch-[0-9]*:../../devel/p5-Log-Dispatch
 
+# for make test
 BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+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
 
 PERL5_PACKLIST=                auto/Log/Dispatch/Array/.packlist
 



Home | Main Index | Thread Index | Old Index