git: 8a09610fac35 - main - devel/p5-DateTime: fix 'make test'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 13:19:08 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8a09610fac3523700b3725afdaf98c36afa07646
commit 8a09610fac3523700b3725afdaf98c36afa07646
Author: Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2025-01-25 13:18:23 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-01-25 13:18:23 +0000
devel/p5-DateTime: fix 'make test'
PR: 284129
---
devel/p5-DateTime/Makefile | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/devel/p5-DateTime/Makefile b/devel/p5-DateTime/Makefile
index 62e94885c9b2..914a9158d8eb 100644
--- a/devel/p5-DateTime/Makefile
+++ b/devel/p5-DateTime/Makefile
@@ -6,7 +6,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Date and time object
-WWW= https://metacpan.org/release/DateTime
+WWW= https://metacpan.org/dist/DateTime
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
@@ -15,14 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-DateTime-Locale>=1.06:devel/p5-DateTime-Locale \
p5-DateTime-TimeZone>=2.02:devel/p5-DateTime-TimeZone \
+ p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean \
p5-Params-Validate>=1.03:devel/p5-Params-Validate \
p5-Params-ValidationCompiler>=0.26:devel/p5-Params-ValidationCompiler \
p5-Specio>=0:devel/p5-Specio \
- p5-Try-Tiny>=0:lang/p5-Try-Tiny \
- p5-namespace-autoclean>=0.19:devel/p5-namespace-autoclean
-TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \
- p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
- p5-Test-Warnings>=0.005:devel/p5-Test-Warnings
+ p5-Try-Tiny>=0:lang/p5-Try-Tiny
+TEST_DEPENDS= p5-CPAN-Meta-Check>=0.011:devel/p5-CPAN-Meta-Check \
+ p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+ p5-Test-Warnings>=0.005:devel/p5-Test-Warnings \
+ p5-Test-Without-Module>=0:devel/p5-Test-Without-Module
USES= perl5
USE_PERL5= configure