git: 4972bb6767c5 - main - textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages18

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 23:40:14 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4972bb6767c5a85981309f4d49bef9dd3a12a2c4

commit 4972bb6767c5a85981309f4d49bef9dd3a12a2c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 23:23:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:44 +0000

    textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages18
    
    - 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 7579bb24b9b2..f5c024b3f87f 100644
--- a/textproc/rubygem-cucumber-html-formatter/Makefile
+++ b/textproc/rubygem-cucumber-html-formatter/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	cucumber-html-formatter
 PORTVERSION=	19.2.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ COMMENT=	HTML formatter for Cucumber
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-cucumber-messages>=18.0.0<19:devel/rubygem-cucumber-messages
+RUN_DEPENDS=	rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18
 
 USES=		gem
 USE_RUBY=	yes