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 BUILD_DEPENDS -> TEST_DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a4841aab62f
branches:  trunk
changeset: 342118:4a4841aab62f
user:      szptvlfn <szptvlfn%pkgsrc.org@localhost>
date:      Mon Oct 14 12:54:23 2019 +0000

description:
BUILD_DEPENDS -> TEST_DEPENDS

diffstat:

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

diffs (23 lines):

diff -r 87b26a320131 -r 4a4841aab62f security/p5-Net-SSLeay/Makefile
--- a/security/p5-Net-SSLeay/Makefile   Mon Oct 14 12:40:27 2019 +0000
+++ b/security/p5-Net-SSLeay/Makefile   Mon Oct 14 12:54:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2019/08/11 13:22:58 wiz Exp $
+# $NetBSD: Makefile,v 1.93 2019/10/14 12:54:23 szptvlfn Exp $
 
 DISTNAME=      Net-SSLeay-1.85
 PKGNAME=       p5-${DISTNAME}
@@ -11,10 +11,9 @@
 COMMENT=       Perl5 module for using OpenSSL
 LICENSE=       openssl
 
-# 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
+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
 
 USE_LANGUAGES=         c
 



Home | Main Index | Thread Index | Old Index