svn commit: r410353 - head/devel/rubygem-rubocop
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Mar 6 06:30:44 UTC 2016
Author: sunpoet
Date: Sun Mar 6 06:30:43 2016
New Revision: 410353
URL: https://svnweb.freebsd.org/changeset/ports/410353
Log:
- Update to 0.37.2
Changes: https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md
Modified:
head/devel/rubygem-rubocop/Makefile
head/devel/rubygem-rubocop/distinfo
Modified: head/devel/rubygem-rubocop/Makefile
==============================================================================
--- head/devel/rubygem-rubocop/Makefile Sun Mar 6 06:30:38 2016 (r410352)
+++ head/devel/rubygem-rubocop/Makefile Sun Mar 6 06:30:43 2016 (r410353)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rubocop
-PORTVERSION= 0.36.0
+PORTVERSION= 0.37.2
CATEGORIES= devel ruby
MASTER_SITES= RG
@@ -11,10 +11,11 @@ COMMENT= Ruby code style checking tool
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-parser>=2.3.0.0:${PORTSDIR}/devel/rubygem-parser \
+RUN_DEPENDS= rubygem-parser>=2.3.0.4:${PORTSDIR}/devel/rubygem-parser \
rubygem-powerpack>=0.1:${PORTSDIR}/devel/rubygem-powerpack \
rubygem-rainbow>=1.99.1:${PORTSDIR}/devel/rubygem-rainbow \
- rubygem-ruby-progressbar>=1.7:${PORTSDIR}/devel/rubygem-ruby-progressbar
+ rubygem-ruby-progressbar>=1.7:${PORTSDIR}/devel/rubygem-ruby-progressbar \
+ rubygem-unicode-display_width>=0.3:${PORTSDIR}/devel/rubygem-unicode-display_width
NO_ARCH= yes
USE_RUBY= yes
Modified: head/devel/rubygem-rubocop/distinfo
==============================================================================
--- head/devel/rubygem-rubocop/distinfo Sun Mar 6 06:30:38 2016 (r410352)
+++ head/devel/rubygem-rubocop/distinfo Sun Mar 6 06:30:43 2016 (r410353)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/rubocop-0.36.0.gem) = e613b68a72930726a8aab8fba7afffef0b162edaa67b271b491fd18c6c350fec
-SIZE (rubygem/rubocop-0.36.0.gem) = 366592
+SHA256 (rubygem/rubocop-0.37.2.gem) = d65255d1f072bf737cef74c0cfca50de448bd8428644fa3c4e8880698856be2a
+SIZE (rubygem/rubocop-0.37.2.gem) = 245248
More information about the svn-ports-all
mailing list