pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Params-ValidationCompiler



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Mar 20 13:20:22 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Params-ValidationCompiler: Makefile

Log Message:
Add following lines for make test
 BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
 BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Params-ValidationCompiler/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-Params-ValidationCompiler/Makefile
diff -u pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8 pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.9
--- pkgsrc/devel/p5-Params-ValidationCompiler/Makefile:1.8      Wed Jan 25 12:17:08 2017
+++ pkgsrc/devel/p5-Params-ValidationCompiler/Makefile  Mon Mar 20 13:20:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/01/25 12:17:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/03/20 13:20:22 mef Exp $
 
 DISTNAME=      Params-ValidationCompiler-0.23
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,8 @@ DEPENDS+=     p5-Eval-Closure-[0-9]*:../../d
 DEPENDS+=      p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
 # TEST_DEPENDS
 BUILD_DEPENDS+=        p5-Specio>=0.14:../../devel/p5-Specio
+BUILD_DEPENDS+=        p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
+BUILD_DEPENDS+=        p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
 BUILD_DEPENDS+=        p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 BUILD_DEPENDS+=        p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
 BUILD_DEPENDS+=        p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module



Home | Main Index | Thread Index | Old Index