Index: head/textproc/rubygem-gitlab-linguist/Makefile =================================================================== --- head/textproc/rubygem-gitlab-linguist/Makefile (revision 387497) +++ head/textproc/rubygem-gitlab-linguist/Makefile (revision 387498) @@ -1,23 +1,23 @@ # $FreeBSD$ PORTNAME= gitlab-linguist -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= GitHub Language detection LICENSE= MIT RUN_DEPENDS= rubygem-charlock_holmes>=0.6.6:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-escape_utils-rails4>=0.3.1:${PORTSDIR}/textproc/rubygem-escape_utils-rails4 \ rubygem-mime-types1>=1.19:${PORTSDIR}/misc/rubygem-mime-types1 USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/linguist .include Index: head/textproc/rubygem-gitlab-linguist/distinfo =================================================================== --- head/textproc/rubygem-gitlab-linguist/distinfo (revision 387497) +++ head/textproc/rubygem-gitlab-linguist/distinfo (revision 387498) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gitlab-linguist-3.0.0.gem) = 6652604cdf0168832ba5fe6662251f792730fbcb9253869625658cb1e8d9563c -SIZE (rubygem/gitlab-linguist-3.0.0.gem) = 260096 +SHA256 (rubygem/gitlab-linguist-3.0.1.gem) = 2b16d5f6825ad21fae28aa45e8561dedb05b11888a3846b935459eda6aafcd93 +SIZE (rubygem/gitlab-linguist-3.0.1.gem) = 260608 Index: head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec =================================================================== --- head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec (nonexistent) +++ head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec (revision 387498) @@ -0,0 +1,13 @@ +--- gitlab-linguist.gemspec.orig 2015-05-22 21:29:46 UTC ++++ gitlab-linguist.gemspec +@@ -20,8 +20,8 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q, ["~> 0.6.6"]) +- s.add_runtime_dependency(%q, ["~> 0.2.4"]) ++ s.add_runtime_dependency(%q, [">= 0.6.6"]) ++ s.add_runtime_dependency(%q, [">= 0.2.4"]) + s.add_runtime_dependency(%q, ["~> 1.19"]) + s.add_development_dependency(%q, [">= 0"]) + s.add_development_dependency(%q, [">= 0"]) Property changes on: head/textproc/rubygem-gitlab-linguist/files/patch-gitlab-linguist.gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property