pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Memory-Cycle



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Nov 20 13:26:15 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test-Memory-Cycle: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Test-Memory-Cycle/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-Memory-Cycle/Makefile
diff -u pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.24 pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.25
--- pkgsrc/devel/p5-Test-Memory-Cycle/Makefile:1.24     Wed Nov 20 13:04:30 2019
+++ pkgsrc/devel/p5-Test-Memory-Cycle/Makefile  Wed Nov 20 13:26:15 2019
@@ -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 @@ LICENSE=              artistic-2.0
 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