pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/p5-File-Copy-Recursive p5-File-Copy-Recursive...
details: https://anonhg.NetBSD.org/pkgsrc/rev/430e4b432a76
branches: trunk
changeset: 374278:430e4b432a76
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 19 09:45:11 2018 +0000
description:
p5-File-Copy-Recursive: switch TEST_DEPENDS back to BUILD_DEPENDS
In pbulk with PKGSRC_RUN_TESTS, test dependencies are not installed
but expected.
diffstat:
sysutils/p5-File-Copy-Recursive/Makefile | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r f19f49e066c5 -r 430e4b432a76 sysutils/p5-File-Copy-Recursive/Makefile
--- a/sysutils/p5-File-Copy-Recursive/Makefile Fri Jan 19 09:44:36 2018 +0000
+++ b/sysutils/p5-File-Copy-Recursive/Makefile Fri Jan 19 09:45:11 2018 +0000
@@ -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 @@
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