mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
Fix gemspec for rubygem-rack-openid 1.4.2 update (r366029)
- Bump PORTREVISION for package change
This commit is contained in:
parent
3c0cce6a37
commit
6729db2b2f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445530
2 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= omniauth-openid
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
11
net/rubygem-omniauth-openid/files/patch-gemspec
Normal file
11
net/rubygem-omniauth-openid/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- omniauth-openid.gemspec.orig 2017-07-11 09:32:11 UTC
|
||||
+++ omniauth-openid.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.0"])
|
||||
- s.add_runtime_dependency(%q<rack-openid>.freeze, ["~> 1.3.1"])
|
||||
+ s.add_runtime_dependency(%q<rack-openid>.freeze, [">= 1.3.1"])
|
||||
s.add_development_dependency(%q<rack-test>.freeze, ["~> 0.5"])
|
||||
s.add_development_dependency(%q<rake>.freeze, ["~> 0.8"])
|
||||
s.add_development_dependency(%q<rdiscount>.freeze, ["~> 1.6"])
|
Loading…
Add table
Reference in a new issue