Date: Wed, 21 May 2025 14:45:13 GMT From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07067628b354 - main - textproc/p5-PPI: fix runtime Message-ID: <202505211445.54LEjD0a034507@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by mat: URL: https://cgit.FreeBSD.org/ports/commit/?id=07067628b3543b22be812ecf0a1d8cab7606942e commit 07067628b3543b22be812ecf0a1d8cab7606942e Author: Sergei Vyshenski <svysh.fbsd@gmail.com> AuthorDate: 2025-05-20 13:10:38 +0000 Commit: Mathieu Arnold <mat@FreeBSD.org> CommitDate: 2025-05-21 14:36:37 +0000 textproc/p5-PPI: fix runtime PR: 286947 --- textproc/p5-PPI/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textproc/p5-PPI/Makefile b/textproc/p5-PPI/Makefile index 1674fd7269b4..edfcc44661d4 100644 --- a/textproc/p5-PPI/Makefile +++ b/textproc/p5-PPI/Makefile @@ -1,5 +1,6 @@ PORTNAME= PPI PORTVERSION= 1.283 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MITHALDU @@ -16,6 +17,7 @@ LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Clone>=0.30:devel/p5-Clone \ p5-Params-Util>=1.00:devel/p5-Params-Util \ + p5-Safe-Isa>=0:devel/p5-Safe-Isa \ p5-Task-Weaken>=0:devel/p5-Task-Weaken \ p5-YAML-PP>=0:textproc/p5-YAML-PP TEST_DEPENDS= p5-Class-Inspector>=1.22:devel/p5-Class-Inspector \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505211445.54LEjD0a034507>
