git: 207ee4c80106 - main - textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages26
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Oct 2024 12:14:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=207ee4c80106b5ae92968d30b464c6116f8824ca commit 207ee4c80106b5ae92968d30b464c6116f8824ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-30 12:12:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-30 12:13:37 +0000 textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages26 - Bump PORTREVISION for dependency change --- textproc/rubygem-cucumber-html-formatter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 5051b6309275..b161084fe2f6 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,5 +1,6 @@ PORTNAME= cucumber-html-formatter PORTVERSION= 21.7.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,7 +10,7 @@ WWW= https://github.com/cucumber/html-formatter LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=19<27:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages26>=19<27:devel/rubygem-cucumber-messages26 USES= gem