pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Exit



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Aug 14 16:56:32 UTC 2022

Modified Files:
        pkgsrc/devel/p5-Test-Exit: Makefile

Log Message:
p5-Return-MultiLevel is used by this module at runtime; promote from
TEST_DEPENDS to DEPENDS. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-Exit/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-Test-Exit/Makefile
diff -u pkgsrc/devel/p5-Test-Exit/Makefile:1.6 pkgsrc/devel/p5-Test-Exit/Makefile:1.7
--- pkgsrc/devel/p5-Test-Exit/Makefile:1.6      Tue Jun 28 11:33:23 2022
+++ pkgsrc/devel/p5-Test-Exit/Makefile  Sun Aug 14 16:56:31 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2022/06/28 11:33:23 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/14 16:56:31 schmonz Exp $
 
 DISTNAME=      Test-Exit-0.11
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AR/ARODLAND/}
 
@@ -11,7 +11,7 @@ HOMEPAGE=     https://metacpan.org/pod/Test:
 COMMENT=       Test that some code calls exit() without terminating testing
 LICENSE=       ${PERL5_LICENSE}
 
-TEST_DEPENDS+= p5-Return-MultiLevel-[0-9]*:../../devel/p5-Return-MultiLevel
+DEPENDS+=      p5-Return-MultiLevel-[0-9]*:../../devel/p5-Return-MultiLevel
 
 PERL5_PACKLIST=        auto/Test/Exit/.packlist
 



Home | Main Index | Thread Index | Old Index