git: 5ed478e53071 - main - Mk/Uses/perl5.mk: Update P5_POD_PARSER
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 30 20:47:26 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed478e53071bd2adb2121bb3f7456df3ebb905a
commit 5ed478e53071bd2adb2121bb3f7456df3ebb905a
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:38:56 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-30 20:43:58 +0000
Mk/Uses/perl5.mk: Update P5_POD_PARSER
databases/p5-DBIx-Class-Migration requires textproc/p5-Pod-Parser 1.63
---
Mk/Uses/perl5.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk
index fac14002a7ce..586c8aa95cab 100644
--- a/Mk/Uses/perl5.mk
+++ b/Mk/Uses/perl5.mk
@@ -167,7 +167,7 @@ IGNORE= has unknown USE_PERL5 components: ${_USE_PERL5_UNKNOWN}
_USES_POST+= perl5
. if ${PERL_LEVEL} >= 503100
-P5_POD_PARSER= p5-Pod-Parser>=0:textproc/p5-Pod-Parser
+P5_POD_PARSER= p5-Pod-Parser>=1.63:textproc/p5-Pod-Parser
. else
P5_POD_PARSER=
. endif
More information about the dev-commits-ports-all
mailing list