pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Memory-Cycle (devel/p5-Test-Memory-Cycle...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11e84c404f4b
branches:  trunk
changeset: 418085:11e84c404f4b
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Nov 20 13:26:15 2019 +0000

description:
(devel/p5-Test-Memory-Cycle) Correction of compare operators for TEST_DEPENDS

diffstat:

 devel/p5-Test-Memory-Cycle/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0cdd210d4aa9 -r 11e84c404f4b devel/p5-Test-Memory-Cycle/Makefile
--- a/devel/p5-Test-Memory-Cycle/Makefile       Wed Nov 20 13:23:21 2019 +0000
+++ b/devel/p5-Test-Memory-Cycle/Makefile       Wed Nov 20 13:26:15 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/11/20 13:04:30 mef Exp $
+# $NetBSD: Makefile,v 1.25 2019/11/20 13:26:15 mef Exp $
 
 DISTNAME=              Test-Memory-Cycle-1.06
 PKGNAME=               p5-${DISTNAME}
@@ -14,8 +14,8 @@
 DEPENDS+=              p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
 
 TEST_DEPENDS+=         p5-CGI-[0-9]*:../../www/p5-CGI
-TEST_DEPENDS+=         p5-Test-Pod-Coverage>1.04:../../devel/p5-Test-Pod-Coverage
-TEST_DEPENDS+=         p5-Test-Pod>1.14:../../devel/p5-Test-Pod
+TEST_DEPENDS+=         p5-Test-Pod-Coverage>=1.04:../../devel/p5-Test-Pod-Coverage
+TEST_DEPENDS+=         p5-Test-Pod>=1.14:../../devel/p5-Test-Pod
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/Memory/Cycle/.packlist



Home | Main Index | Thread Index | Old Index