git: e5474f0f7064 - main - sysutils/znapzend: Add new dependency on devel/p5-Mojo-Log-Clearable
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Apr 2023 08:37:17 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=e5474f0f70649c210a347a94c9c0bcf1124c2952 commit e5474f0f70649c210a347a94c9c0bcf1124c2952 Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2023-04-24 08:31:20 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2023-04-24 08:36:03 +0000 sysutils/znapzend: Add new dependency on devel/p5-Mojo-Log-Clearable PR: 271024 Reported by: mikael --- sysutils/znapzend/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysutils/znapzend/Makefile b/sysutils/znapzend/Makefile index 2318f8ed59ef..06e81bd9ef5d 100644 --- a/sysutils/znapzend/Makefile +++ b/sysutils/znapzend/Makefile @@ -1,7 +1,7 @@ PORTNAME= znapzend PORTVERSION= 0.21.2 DISTVERSIONPREFIX= v -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= olgeni@FreeBSD.org @@ -20,7 +20,9 @@ RUN_DEPENDS= mbuffer>=0:misc/mbuffer \ p5-IO-Pipely>=0:devel/p5-IO-Pipely \ p5-Mojo-IOLoop-ForkCall>=0.21:www/p5-Mojo-IOLoop-ForkCall \ p5-Mojolicious>=7.15:www/p5-Mojolicious \ - p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils + p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils \ + p5-Role-Tiny>=2:devel/p5-Role-Tiny \ + p5-Mojo-Log-Clearable>=0:devel/p5-Mojo-Log-Clearable USES= autoreconf gmake perl5 USE_GITHUB= yes