Fix gemspec for rubygem-nokogiri 1.7.0 update (r430126)

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-03 18:45:44 +00:00
parent 417eff8ffb
commit c141caf0e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430510
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= omniauth-cas3
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG

View File

@ -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<omniauth>.freeze, ["~> 1.2"])
- s.add_runtime_dependency(%q<nokogiri>.freeze, ["~> 1.6.6"])
+ s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.6.6"])
s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3"])
s.add_development_dependency(%q<rake>.freeze, ["~> 10.0"])
s.add_development_dependency(%q<webmock>.freeze, ["~> 1.19.0"])