Index: branches/2017Q1/security/rubygem-omniauth-cas3/Makefile =================================================================== --- branches/2017Q1/security/rubygem-omniauth-cas3/Makefile (revision 430511) +++ branches/2017Q1/security/rubygem-omniauth-cas3/Makefile (revision 430512) @@ -1,23 +1,24 @@ # Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ PORTNAME= omniauth-cas3 PORTVERSION= 1.1.3 +PORTREVISION= 1 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= CAS 3.0 Strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-addressable>=2.3:www/rubygem-addressable \ rubygem-nokogiri>=1.6.6:textproc/rubygem-nokogiri \ rubygem-omniauth>=1.2:security/rubygem-omniauth NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: branches/2017Q1/security/rubygem-omniauth-cas3/files/patch-gemspec =================================================================== --- branches/2017Q1/security/rubygem-omniauth-cas3/files/patch-gemspec (nonexistent) +++ branches/2017Q1/security/rubygem-omniauth-cas3/files/patch-gemspec (revision 430512) @@ -0,0 +1,11 @@ +--- omniauth-cas3.gemspec.orig 2017-01-03 18:40:32 UTC ++++ omniauth-cas3.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.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 1.6.6"]) ++ s.add_runtime_dependency(%q.freeze, [">= 1.6.6"]) + s.add_runtime_dependency(%q.freeze, ["~> 2.3"]) + s.add_development_dependency(%q.freeze, ["~> 10.0"]) + s.add_development_dependency(%q.freeze, ["~> 1.19.0"]) Property changes on: branches/2017Q1/security/rubygem-omniauth-cas3/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: branches/2017Q1 =================================================================== --- branches/2017Q1 (revision 430511) +++ branches/2017Q1 (revision 430512) Property changes on: branches/2017Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r430510