git: 3fc0d420a210 - main - textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages22
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Nov 2023 17:22:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fc0d420a210d26442def0fced1aacaf1867b929 commit 3fc0d420a210d26442def0fced1aacaf1867b929 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-14 16:44:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-14 17:16:32 +0000 textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages22 - 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 093096152a1a..61e7a25f56b7 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,5 +1,6 @@ PORTNAME= cucumber-html-formatter PORTVERSION= 20.4.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>=18.0<22.1:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages22>=18.0<22.1:devel/rubygem-cucumber-messages22 USES= gem