pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Net-SSLeay p5-Net-SSLeay: switch TEST_DEPE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f19f49e066c5
branches:  trunk
changeset: 374277:f19f49e066c5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jan 19 09:44:36 2018 +0000

description:
p5-Net-SSLeay: switch TEST_DEPENDS back to BUILD_DEPENDS

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

diffstat:

 security/p5-Net-SSLeay/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 182672476c32 -r f19f49e066c5 security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Fri Jan 19 09:27:48 2018 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Fri Jan 19 09:44:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2018/01/17 08:52:51 wiz Exp $
+# $NetBSD: Makefile,v 1.88 2018/01/19 09:44:36 wiz Exp $
 
 DISTNAME=      Net-SSLeay-1.84
 PKGNAME=       p5-${DISTNAME}
@@ -10,9 +10,10 @@
 COMMENT=       Perl5 module for using OpenSSL
 LICENSE=       openssl
 
-TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
-TEST_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
-TEST_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
+# TEST_DEPENDS
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+=        p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
+BUILD_DEPENDS+=        p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
 
 USE_LANGUAGES=         c
 



Home | Main Index | Thread Index | Old Index