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
This commit is contained in:
parent
3a128c6fb1
commit
0e3acfacf4
3 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue