Index: head/net/rubygem-omniauth-openid/Makefile =================================================================== --- head/net/rubygem-omniauth-openid/Makefile (revision 445529) +++ head/net/rubygem-omniauth-openid/Makefile (revision 445530) @@ -1,22 +1,23 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= omniauth-openid PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= OpenID strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-omniauth>=1.0:security/rubygem-omniauth \ rubygem-rack-openid>=1.3.1:www/rubygem-rack-openid NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/net/rubygem-omniauth-openid/files/patch-gemspec =================================================================== --- head/net/rubygem-omniauth-openid/files/patch-gemspec (nonexistent) +++ head/net/rubygem-omniauth-openid/files/patch-gemspec (revision 445530) @@ -0,0 +1,11 @@ +--- omniauth-openid.gemspec.orig 2017-07-11 09:32:11 UTC ++++ omniauth-openid.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.freeze, ["~> 1.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.3.1"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.3.1"]) + s.add_development_dependency(%q.freeze, ["~> 0.5"]) + s.add_development_dependency(%q.freeze, ["~> 0.8"]) + s.add_development_dependency(%q.freeze, ["~> 1.6"]) Property changes on: head/net/rubygem-omniauth-openid/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