From feac9b3dafab9ce8ae233ceb9519c0e9e9666bf8 Mon Sep 17 00:00:00 2001 From: "David B. Evans" Date: Sun, 18 Aug 2024 12:28:54 -0700 Subject: [PATCH] p5-test-warnings: update notes References to obsolete port p5-test2-suite replaced with p5-test-simple which now contains its previous content. --- perl/p5-test-warnings/Portfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/perl/p5-test-warnings/Portfile b/perl/p5-test-warnings/Portfile index 76f1e0aebb920..ba10d078585e9 100644 --- a/perl/p5-test-warnings/Portfile +++ b/perl/p5-test-warnings/Portfile @@ -22,9 +22,7 @@ if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-cpan-meta-check - #depends_lib-append \ - # port:p${perl5.major}-test2-suite - notes-append "$subport can optionally use p${perl5.major}-test2-suite,\ + notes-append "$subport can optionally use p${perl5.major}-test-simple,\ but does not depend on it because that would cause a\ circular dependency." }