git: 1954a26c0533 - main - devel/p5-Test-Class: Fix *_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:07:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1954a26c0533f262ec0a9d48ce1b10606d82f6c8 commit 1954a26c0533f262ec0a9d48ce1b10606d82f6c8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:58:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:05:02 +0000 devel/p5-Test-Class: Fix *_DEPENDS - Bump PORTREVISION for dependency change --- devel/p5-Test-Class/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 654252bac76d..a0d9acccf5c7 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -1,5 +1,6 @@ PORTNAME= Test-Class PORTVERSION= 0.52 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,7 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-MRO-Compat>=0.11:devel/p5-MRO-Compat +RUN_DEPENDS= p5-MRO-Compat>=0.11:devel/p5-MRO-Compat \ + p5-Module-Runtime>=0:devel/p5-Module-Runtime \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny TEST_DEPENDS= p5-Contextual-Return>=0:devel/p5-Contextual-Return \ p5-Test-Exception>=0.25:devel/p5-Test-Exception