pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p5-Net-SSLeay



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 19 09:44:36 UTC 2018

Modified Files:
        pkgsrc/security/p5-Net-SSLeay: Makefile

Log Message:
p5-Net-SSLeay: 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.87 -r1.88 pkgsrc/security/p5-Net-SSLeay/Makefile

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

Modified files:

Index: pkgsrc/security/p5-Net-SSLeay/Makefile
diff -u pkgsrc/security/p5-Net-SSLeay/Makefile:1.87 pkgsrc/security/p5-Net-SSLeay/Makefile:1.88
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.87 Wed Jan 17 08:52:51 2018
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Fri Jan 19 09:44:36 2018
@@ -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 @@ HOMEPAGE=    http://search.cpan.org/dist/Ne
 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