Index: head/devel/rubygem-github_api/Makefile =================================================================== --- head/devel/rubygem-github_api/Makefile (revision 431520) +++ head/devel/rubygem-github_api/Makefile (revision 431521) @@ -1,25 +1,26 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= github_api PORTVERSION= 0.14.5 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Wrapper that supports all of the GitHub API v3 methods LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-addressable>=2.4.0:www/rubygem-addressable \ rubygem-descendants_tracker>=0.0.4:devel/rubygem-descendants_tracker \ rubygem-faraday>=0.8:www/rubygem-faraday \ rubygem-hashie>=3.4:devel/rubygem-hashie \ rubygem-oauth2>=1.0:net/rubygem-oauth2 NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-github_api/files/patch-gemspec =================================================================== --- head/devel/rubygem-github_api/files/patch-gemspec (nonexistent) +++ head/devel/rubygem-github_api/files/patch-gemspec (revision 431521) @@ -0,0 +1,11 @@ +--- github_api.gemspec.orig 2017-01-15 03:51:29 UTC ++++ github_api.gemspec +@@ -25,7 +25,7 @@ Gem::Specification.new do |s| + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q.freeze, ["~> 2.4.0"]) + s.add_runtime_dependency(%q.freeze, [">= 3.4"]) +- s.add_runtime_dependency(%q.freeze, ["< 0.10", "~> 0.8"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.8"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.0.4"]) + s.add_development_dependency(%q.freeze, [">= 0"]) Property changes on: head/devel/rubygem-github_api/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