git: 85509d7253f7 - main - textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:10:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85509d7253f7d03d79f0d064aa0b784f39efca25 commit 85509d7253f7d03d79f0d064aa0b784f39efca25 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:02:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:02:36 +0000 textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages24 - 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 b01481f3b9ed..501e248982b8 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.3.1 +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<25:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages24>=19<25:devel/rubygem-cucumber-messages24 USES= gem