pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/p5-File-Copy-Recursive



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 19 09:45:11 UTC 2018

Modified Files:
        pkgsrc/sysutils/p5-File-Copy-Recursive: Makefile

Log Message:
p5-File-Copy-Recursive: switch TEST_DEPENDS back to BUILD_DEPENDS

In pbulk with PKGSRC_RUN_TESTS, test dependencies are not installed
but expected.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile
diff -u pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.18 pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.19
--- pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile:1.18        Wed Jan 17 08:56:56 2018
+++ pkgsrc/sysutils/p5-File-Copy-Recursive/Makefile     Fri Jan 19 09:45:11 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/01/17 08:56:56 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2018/01/19 09:45:11 wiz Exp $
 
 DISTNAME=      File-Copy-Recursive-0.40
 PKGNAME=       p5-${DISTNAME}
@@ -15,11 +15,12 @@ PERL5_PACKLIST=     auto/File/Copy/Recursive
 
 DEPENDS+=      p5-Path-Iter-[0-9]*:../../devel/p5-Path-Iter
 
-TEST_DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
-TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
-TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-TEST_DEPENDS+= p5-Test-File-[0-9]*:../../devel/p5-Test-File
-TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+BUILD_DEPENDS+=        p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-File-[0-9]*:../../devel/p5-Test-File
+BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index