aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-omniauth-cas3
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-03 18:45:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-01-03 18:45:44 +0000
commitc141caf0e643ae8ea3a2e146ae0952190968d516 (patch)
tree5c9f1c8f2881b0471fc772d826a5e67e9eb916b8 /security/rubygem-omniauth-cas3
parent417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (diff)
downloadports-c141caf0e643ae8ea3a2e146ae0952190968d516.tar.gz
ports-c141caf0e643ae8ea3a2e146ae0952190968d516.zip
Fix gemspec for rubygem-nokogiri 1.7.0 update (r430126)
- Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=430510
Diffstat (limited to 'security/rubygem-omniauth-cas3')
-rw-r--r--security/rubygem-omniauth-cas3/Makefile1
-rw-r--r--security/rubygem-omniauth-cas3/files/patch-gemspec11
2 files changed, 12 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-cas3/Makefile b/security/rubygem-omniauth-cas3/Makefile
index 8c469cb8956b..dc4348d00b44 100644
--- a/security/rubygem-omniauth-cas3/Makefile
+++ b/security/rubygem-omniauth-cas3/Makefile
@@ -3,6 +3,7 @@
PORTNAME= omniauth-cas3
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-omniauth-cas3/files/patch-gemspec b/security/rubygem-omniauth-cas3/files/patch-gemspec
new file mode 100644
index 000000000000..ebfe3350b54a
--- /dev/null
+++ b/security/rubygem-omniauth-cas3/files/patch-gemspec
@@ -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"])