Index: head/textproc/rubygem-github-linguist/Makefile =================================================================== --- head/textproc/rubygem-github-linguist/Makefile (revision 452233) +++ head/textproc/rubygem-github-linguist/Makefile (revision 452234) @@ -1,28 +1,28 @@ # $FreeBSD$ PORTNAME= github-linguist -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub Language detection LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-charlock_holmes>=0.7.3:textproc/rubygem-charlock_holmes \ +RUN_DEPENDS= rubygem-charlock_holmes>=0.7.5:textproc/rubygem-charlock_holmes \ rubygem-escape_utils>=1.1.0:textproc/rubygem-escape_utils \ rubygem-mime-types>=1.19:misc/rubygem-mime-types \ rubygem-rugged>=0.25.1:devel/rubygem-rugged # bin/linguist CONFLICTS_INSTALL= rubygem-gitlab-linguist NO_ARCH= yes USE_RUBY= yes USES= gem PLIST_FILES= bin/git-linguist bin/linguist .include Index: head/textproc/rubygem-github-linguist/distinfo =================================================================== --- head/textproc/rubygem-github-linguist/distinfo (revision 452233) +++ head/textproc/rubygem-github-linguist/distinfo (revision 452234) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505929142 -SHA256 (rubygem/github-linguist-5.2.0.gem) = 23fd43960f2c506f207932a6d61a8add1feaa30b55059d136ed703e3234fa6de -SIZE (rubygem/github-linguist-5.2.0.gem) = 2131456 +TIMESTAMP = 1508167332 +SHA256 (rubygem/github-linguist-5.3.0.gem) = c8b5460930f1f8450b1e657f08990ac5258184fed972cc2bf0d14f37be9da9c3 +SIZE (rubygem/github-linguist-5.3.0.gem) = 2331136 Index: head/textproc/rubygem-github-linguist/files/patch-gemspec =================================================================== --- head/textproc/rubygem-github-linguist/files/patch-gemspec (revision 452233) +++ head/textproc/rubygem-github-linguist/files/patch-gemspec (revision 452234) @@ -1,11 +1,11 @@ --- github-linguist.gemspec.orig 2016-03-28 14:07:51.510285000 +0000 +++ github-linguist.gemspec 2016-03-28 14:19:53.732645000 +0000 @@ -22,7 +22,7 @@ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, ["~> 0.7.3"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.7.5"]) - s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) + s.add_runtime_dependency(%q.freeze, [">= 1.1.0"]) s.add_runtime_dependency(%q.freeze, [">= 1.19"]) s.add_runtime_dependency(%q.freeze, [">= 0.23.0b"]) s.add_development_dependency(%q.freeze, [">= 5.0"])