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:   szptvlfn
Date:           Mon Oct 14 12:54:23 UTC 2019

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

Log Message:
BUILD_DEPENDS -> TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/security/p5-Net-SSLeay/Makefile:1.93
--- pkgsrc/security/p5-Net-SSLeay/Makefile:1.92 Sun Aug 11 13:22:58 2019
+++ pkgsrc/security/p5-Net-SSLeay/Makefile      Mon Oct 14 12:54:23 2019
@@ -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 @@ HOMEPAGE=    https://metacpan.org/release/N
 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