diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 18:04:08 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 18:08:02 +0000 |
commit | 86e094cb19de1b6540ec3b5d094647625afbd413 (patch) | |
tree | f47cd8f810bedfab5682b28933f8e2557653936d | |
parent | 42c79035c79933ce1655c46681d2266b8a9e943f (diff) |
textproc/rubygem-cucumber-html-formatter: Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages23
- Bump PORTREVISION for dependency change
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |