Index: head/net/rubygem-omniauth-google-oauth2/Makefile =================================================================== --- head/net/rubygem-omniauth-google-oauth2/Makefile (revision 457888) +++ head/net/rubygem-omniauth-google-oauth2/Makefile (revision 457889) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= omniauth-google-oauth2 PORTVERSION= 0.5.2 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Google OAuth2 strategy for OmniAuth 1.x LICENSE= MIT RUN_DEPENDS= rubygem-jwt>=1.5.2:www/rubygem-jwt \ rubygem-multi_json>=1.3:devel/rubygem-multi_json \ rubygem-omniauth>=1.1.1:security/rubygem-omniauth \ rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2 NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/net/rubygem-omniauth-google-oauth2/files/patch-gemspec =================================================================== --- head/net/rubygem-omniauth-google-oauth2/files/patch-gemspec (nonexistent) +++ head/net/rubygem-omniauth-google-oauth2/files/patch-gemspec (revision 457889) @@ -0,0 +1,11 @@ +--- omniauth-google-oauth2.gemspec.orig 2017-10-19 18:33:48 UTC ++++ omniauth-google-oauth2.gemspec +@@ -24,7 +24,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, [">= 1.1.1"]) + s.add_runtime_dependency(%q.freeze, [">= 1.3.1"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.5"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.5", "< 3.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.3"]) + s.add_development_dependency(%q.freeze, ["~> 3.6"]) + s.add_development_dependency(%q.freeze, ["~> 12.0"]) Property changes on: head/net/rubygem-omniauth-google-oauth2/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 Index: head/net/rubygem-omniauth-google-oauth2/files/patch-lib-omniauth-strategies-google_oauth2.rb =================================================================== --- head/net/rubygem-omniauth-google-oauth2/files/patch-lib-omniauth-strategies-google_oauth2.rb (nonexistent) +++ head/net/rubygem-omniauth-google-oauth2/files/patch-lib-omniauth-strategies-google_oauth2.rb (revision 457889) @@ -0,0 +1,12 @@ +--- lib/omniauth/strategies/google_oauth2.rb.orig 2017-11-18 01:23:41 UTC ++++ lib/omniauth/strategies/google_oauth2.rb +@@ -70,7 +70,8 @@ module OmniAuth + verify_not_before: true, + verify_iat: true, + verify_jti: false, +- leeway: options[:jwt_leeway] ++ leeway: options[:jwt_leeway], ++ algorithm: 'RS256' + ).first + end + hash[:raw_info] = raw_info unless skip_info? Property changes on: head/net/rubygem-omniauth-google-oauth2/files/patch-lib-omniauth-strategies-google_oauth2.rb ___________________________________________________________________ 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