Index: head/net/rubygem-octokit/Makefile =================================================================== --- head/net/rubygem-octokit/Makefile (revision 410424) +++ head/net/rubygem-octokit/Makefile (revision 410425) @@ -1,22 +1,23 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= octokit PORTVERSION= 4.2.0 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple wrapper for the GitHub API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-sawyer>=0.6.0:${PORTSDIR}/www/rubygem-sawyer NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/net/rubygem-octokit/files/patch-gemspec =================================================================== --- head/net/rubygem-octokit/files/patch-gemspec (nonexistent) +++ head/net/rubygem-octokit/files/patch-gemspec (revision 410425) @@ -0,0 +1,11 @@ +--- octokit.gemspec.orig 2016-03-03 17:01:37 UTC ++++ octokit.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_development_dependency(%q, ["~> 1.0"]) +- s.add_runtime_dependency(%q, [">= 0.5.3", "~> 0.6.0"]) ++ s.add_runtime_dependency(%q, [">= 0.6.0"]) + else + s.add_dependency(%q, ["~> 1.0"]) + s.add_dependency(%q, [">= 0.5.3", "~> 0.6.0"]) Property changes on: head/net/rubygem-octokit/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