Index: head/security/rubygem-omniauth-saml/Makefile =================================================================== --- head/security/rubygem-omniauth-saml/Makefile (revision 400528) +++ head/security/rubygem-omniauth-saml/Makefile (revision 400529) @@ -1,22 +1,23 @@ # Created by: Torsten Zühlsdorff # $FreeBSD$ PORTNAME= omniauth-saml PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= OmniAuth strategy for SAML LICENSE= MIT RUN_DEPENDS= rubygem-omniauth>=1.1:${PORTSDIR}/security/rubygem-omniauth \ rubygem-ruby-saml>=1.0.0:${PORTSDIR}/security/rubygem-ruby-saml NO_ARCH= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/security/rubygem-omniauth-saml/files/patch-gemspec =================================================================== --- head/security/rubygem-omniauth-saml/files/patch-gemspec (nonexistent) +++ head/security/rubygem-omniauth-saml/files/patch-gemspec (revision 400529) @@ -0,0 +1,11 @@ +--- omniauth-saml.gemspec.orig 2015-10-28 21:31:39 UTC ++++ omniauth-saml.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then + s.add_runtime_dependency(%q, ["~> 1.1"]) +- s.add_runtime_dependency(%q, ["~> 1.0.0"]) ++ s.add_runtime_dependency(%q, [">= 1.0.0"]) + s.add_development_dependency(%q, ["~> 2.8"]) + s.add_development_dependency(%q, ["~> 0.6"]) + s.add_development_dependency(%q, ["~> 0.6"]) Property changes on: head/security/rubygem-omniauth-saml/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