git: 86e094cb19de - main - textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages23
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 18:09:41 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=86e094cb19de1b6540ec3b5d094647625afbd413 commit 86e094cb19de1b6540ec3b5d094647625afbd413 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 18:04:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 18:08:02 +0000 textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages23 - 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 11210a3990d3..d6c27c735ebd 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.0.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<24:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages23>=19<24:devel/rubygem-cucumber-messages23 USES= gem