Index: head/textproc/rubygem-github-linguist/Makefile =================================================================== --- head/textproc/rubygem-github-linguist/Makefile (revision 412008) +++ head/textproc/rubygem-github-linguist/Makefile (revision 412009) @@ -1,26 +1,27 @@ # $FreeBSD$ PORTNAME= github-linguist PORTVERSION= 4.8.1 +PORTREVISION= 1 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:${PORTSDIR}/textproc/rubygem-charlock_holmes \ rubygem-escape_utils>=1.1.0:${PORTSDIR}/textproc/rubygem-escape_utils \ rubygem-mime-types>=1.19:${PORTSDIR}/misc/rubygem-mime-types \ rubygem-rugged>=0.23.0b:${PORTSDIR}/devel/rubygem-rugged NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/git-linguist bin/linguist .include Index: head/textproc/rubygem-github-linguist/files/patch-gemspec =================================================================== --- head/textproc/rubygem-github-linguist/files/patch-gemspec (nonexistent) +++ head/textproc/rubygem-github-linguist/files/patch-gemspec (revision 412009) @@ -0,0 +1,11 @@ +--- github-linguist.gemspec.orig 2016-03-27 13:03:54 UTC ++++ github-linguist.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 0.7.3"]) +- s.add_runtime_dependency(%q, ["~> 1.1.0"]) ++ s.add_runtime_dependency(%q, [">= 1.1.0"]) + s.add_runtime_dependency(%q, [">= 1.19"]) + s.add_runtime_dependency(%q, [">= 0.23.0b"]) + s.add_development_dependency(%q, [">= 5.0"]) Property changes on: head/textproc/rubygem-github-linguist/files/patch-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