pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Sep 16 15:28:17 UTC 2016

Modified Files:
        pkgsrc/devel/p5-Log-Dispatch: Makefile

Log Message:
 - Add BUILD_DEPENDS+= p5-Test-Needs-[0-9]*  for make test


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/p5-Log-Dispatch/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/Makefile
diff -u pkgsrc/devel/p5-Log-Dispatch/Makefile:1.53 pkgsrc/devel/p5-Log-Dispatch/Makefile:1.54
--- pkgsrc/devel/p5-Log-Dispatch/Makefile:1.53  Tue Aug 16 00:41:20 2016
+++ pkgsrc/devel/p5-Log-Dispatch/Makefile       Fri Sep 16 15:28:17 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2016/08/16 00:41:20 wen Exp $
+# $NetBSD: Makefile,v 1.54 2016/09/16 15:28:17 mef Exp $
 
 DISTNAME=      Log-Dispatch-2.57
 PKGNAME=       p5-${DISTNAME}
@@ -18,6 +18,7 @@ DEPENDS+=     p5-Params-Validate>=1.03:../..
 
 # for make test
 BUILD_DEPENDS+=        p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+BUILD_DEPENDS+=        p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs
 
 PERL5_PACKLIST=                auto/Log/Dispatch/.packlist
 



Home | Main Index | Thread Index | Old Index