Index: head/security/rubygem-omniauth/Makefile =================================================================== --- head/security/rubygem-omniauth/Makefile (revision 524952) +++ head/security/rubygem-omniauth/Makefile (revision 524953) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= omniauth PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generalized Rack framework for multiple-provider authentication LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-hashie>=3.4.6<3.7.0:devel/rubygem-hashie \ +RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ rubygem-rack>=1.6.2,3<3,3:www/rubygem-rack USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/security/rubygem-omniauth/files/patch-gemspec =================================================================== --- head/security/rubygem-omniauth/files/patch-gemspec (nonexistent) +++ head/security/rubygem-omniauth/files/patch-gemspec (revision 524953) @@ -0,0 +1,11 @@ +--- omniauth.gemspec.orig 2020-02-02 13:45:51 UTC ++++ omniauth.gemspec +@@ -22,7 +22,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q.freeze, [">= 3.4.6", "< 3.7.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 3.4.6"]) + s.add_runtime_dependency(%q.freeze, [">= 1.6.2", "< 3"]) + s.add_development_dependency(%q.freeze, ["~> 1.14"]) + s.add_development_dependency(%q.freeze, ["~> 12.0"]) Property changes on: head/security/rubygem-omniauth/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