git: 0e3acfacf495 - main - devel/rubygem-rubocop: Update to 1.18.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Jul 6 15:07:08 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0e3acfacf4950ca0e99f24333bb380b730115dd3
commit 0e3acfacf4950ca0e99f24333bb380b730115dd3
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-06 14:59:46 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-06 14:59:46 +0000
devel/rubygem-rubocop: Update to 1.18.2
- Change RUN_DEPENDS from rubygem-unicode-display_width1 to rubygem-unicode-display_width
- Update WWW
Changes: https://github.com/rubocop/rubocop/releases
---
devel/rubygem-rubocop/Makefile | 9 ++++-----
devel/rubygem-rubocop/distinfo | 6 +++---
devel/rubygem-rubocop/pkg-descr | 2 +-
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/devel/rubygem-rubocop/Makefile b/devel/rubygem-rubocop/Makefile
index 3538666a0007..926d4b827dbd 100644
--- a/devel/rubygem-rubocop/Makefile
+++ b/devel/rubygem-rubocop/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rubocop
-PORTVERSION= 1.7.0
-PORTREVISION= 1
+PORTVERSION= 1.18.2
CATEGORIES= devel ruby
MASTER_SITES= RG
@@ -11,13 +10,13 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-parallel>=1.10<2:sysutils/rubygem-parallel \
- rubygem-parser>=2.7.1.5:devel/rubygem-parser \
+ rubygem-parser>=3.0.0.0:devel/rubygem-parser \
rubygem-rainbow>=2.2.2<4.0:devel/rubygem-rainbow \
rubygem-regexp_parser>=1.8<3.0:textproc/rubygem-regexp_parser \
rubygem-rexml>=0:textproc/rubygem-rexml \
- rubygem-rubocop-ast>=1.2.0<2.0:devel/rubygem-rubocop-ast \
+ rubygem-rubocop-ast>=1.7.0<2.0:devel/rubygem-rubocop-ast \
rubygem-ruby-progressbar>=1.7<2:devel/rubygem-ruby-progressbar \
- rubygem-unicode-display_width1>=1.4.0<2.0:devel/rubygem-unicode-display_width1
+ rubygem-unicode-display_width>=1.4.0<3.0:devel/rubygem-unicode-display_width
USES= gem
USE_RUBY= yes
diff --git a/devel/rubygem-rubocop/distinfo b/devel/rubygem-rubocop/distinfo
index 673d7e46ebbe..4a43369afa92 100644
--- a/devel/rubygem-rubocop/distinfo
+++ b/devel/rubygem-rubocop/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609599089
-SHA256 (rubygem/rubocop-1.7.0.gem) = 343c1b2ebf906a0e889c5135a65227548538e50d8c8aa27b8a150cf8fdf7738a
-SIZE (rubygem/rubocop-1.7.0.gem) = 466944
+TIMESTAMP = 1625323753
+SHA256 (rubygem/rubocop-1.18.2.gem) = 6b45980977a3adf83ebea10ed31b81611db4713c910b9d4f37144d7e6cff25c2
+SIZE (rubygem/rubocop-1.18.2.gem) = 498688
diff --git a/devel/rubygem-rubocop/pkg-descr b/devel/rubygem-rubocop/pkg-descr
index 47a9b71a2cbe..36f2a142f102 100644
--- a/devel/rubygem-rubocop/pkg-descr
+++ b/devel/rubygem-rubocop/pkg-descr
@@ -2,4 +2,4 @@ RuboCop is a Ruby static code analyzer. Out of the box it will enforce many of
the guidelines outlined in the community Ruby Style Guide, but most aspects of
its behavior can be tweaked via various configuration options.
-WWW: https://batsov.com/rubocop/
+WWW: https://rubocop.org/
More information about the dev-commits-ports-all
mailing list