git: 1509011bceb7 - main - www/p5-Catalyst-Plugin-Session: Fix dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Feb 2026 19:37:16 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1509011bceb748897faab4a30b7b4d2a29dfd7a8
commit 1509011bceb748897faab4a30b7b4d2a29dfd7a8
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2026-02-20 19:35:42 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2026-02-20 19:36:30 +0000
www/p5-Catalyst-Plugin-Session: Fix dependencies
Crypt::SysRandom is a runtime dependency, not a test dependency.
MFH: 2026Q1
---
www/p5-Catalyst-Plugin-Session/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/p5-Catalyst-Plugin-Session/Makefile b/www/p5-Catalyst-Plugin-Session/Makefile
index f01f7a774982..563eed567981 100644
--- a/www/p5-Catalyst-Plugin-Session/Makefile
+++ b/www/p5-Catalyst-Plugin-Session/Makefile
@@ -1,5 +1,6 @@
PORTNAME= Catalyst-Plugin-Session
PORTVERSION= 0.44
+PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,14 +14,14 @@ LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Catalyst-Runtime>=5.71001:www/p5-Catalyst-Runtime \
+ p5-Crypt-SysRandom>=0:security/p5-Crypt-SysRandom \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-Moose>=0.76,1:devel/p5-Moose \
p5-MooseX-Emulate-Class-Accessor-Fast>=0.00801:devel/p5-MooseX-Emulate-Class-Accessor-Fast \
p5-MRO-Compat>=0:devel/p5-MRO-Compat \
p5-namespace-clean>=0.10:devel/p5-namespace-clean \
p5-Object-Signature>=0:devel/p5-Object-Signature
-TEST_DEPENDS= p5-Crypt-SysRandom>=0:security/p5-Crypt-SysRandom \
- p5-Plack>=0:www/p5-Plack \
+TEST_DEPENDS= p5-Plack>=0:www/p5-Plack \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Needs>=0:devel/p5-Test-Needs