diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:38:36 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-30 20:43:56 +0000 |
commit | 70607801272b522b5a71cbc9c46041bcff6db0dc (patch) | |
tree | 91075019637c11b14ae55da882d555925181be95 | |
parent | 5a90f2dc5db071b4e0122a4a1d8463bfb8838f0e (diff) |
textproc/rubygem-cucumber-html-formatter: Update to 15.0.2
- Update WWW
Changes: https://github.com/cucumber/common/blob/main/html-formatter/CHANGELOG.md
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/Makefile | 4 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/distinfo | 6 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-html-formatter/pkg-descr | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index a54a4092167c..99e6a2d15ec2 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= cucumber-html-formatter -PORTVERSION= 13.0.0 +PORTVERSION= 15.0.2 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= HTML formatter for Cucumber LICENSE= MIT -RUN_DEPENDS= rubygem-cucumber-messages>=15.0.0<16:devel/rubygem-cucumber-messages +RUN_DEPENDS= rubygem-cucumber-messages>=16.0.1<17:devel/rubygem-cucumber-messages USES= gem USE_RUBY= yes diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index f420cc84e000..0137d81bcf39 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618321014 -SHA256 (rubygem/cucumber-html-formatter-13.0.0.gem) = 51922b8ab0bd911c2986b0bab0db01e7aae83a995c90755736e5524bfeb943cd -SIZE (rubygem/cucumber-html-formatter-13.0.0.gem) = 436224 +TIMESTAMP = 1624630188 +SHA256 (rubygem/cucumber-html-formatter-15.0.2.gem) = d7fa71c6a1473e41438f7ddd815bb6008ae6dec42db93fe9477a6d3fe9728aa2 +SIZE (rubygem/cucumber-html-formatter-15.0.2.gem) = 432640 diff --git a/textproc/rubygem-cucumber-html-formatter/pkg-descr b/textproc/rubygem-cucumber-html-formatter/pkg-descr index 80ea6ed503ec..38092c98b95f 100644 --- a/textproc/rubygem-cucumber-html-formatter/pkg-descr +++ b/textproc/rubygem-cucumber-html-formatter/pkg-descr @@ -3,4 +3,4 @@ report for Cucumber runs. It is built on top of cucumber-react and works with any Cucumber implementation with a protobuf formatter that outputs cucumber messages. -WWW: https://github.com/cucumber/cucumber/tree/master/html-formatter/ruby +WWW: https://github.com/cucumber/common/tree/main/html-formatter/ruby |