Index: head/security/rubygem-omniauth/Makefile =================================================================== --- head/security/rubygem-omniauth/Makefile (revision 477175) +++ head/security/rubygem-omniauth/Makefile (revision 477176) @@ -1,21 +1,22 @@ # $FreeBSD$ PORTNAME= omniauth PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Generalized Rack framework for multiple-provider authentication LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= rubygem-hashie>=3.4.6:devel/rubygem-hashie \ rubygem-rack>=1.6.2:www/rubygem-rack NO_ARCH= yes USE_RUBY= yes USES= gem .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 477176) @@ -0,0 +1,11 @@ +--- omniauth.gemspec.orig 2018-08-14 14:58:59 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.6.0", ">= 3.4.6"]) ++ s.add_runtime_dependency(%q.freeze, ["< 4", ">= 3.4.6"]) + s.add_runtime_dependency(%q.freeze, ["< 3", ">= 1.6.2"]) + 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