mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Fix gemspec for rubygem-thor 0.20.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
b39d389df2
commit
39d7fdb71e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448125
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= foreman
|
||||
PORTVERSION= 0.84.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
11
devel/rubygem-foreman/files/patch-gemspec
Normal file
11
devel/rubygem-foreman/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- foreman.gemspec.orig 2017-08-17 13:31:51 UTC
|
||||
+++ foreman.gemspec
|
||||
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
||||
s.specification_version = 4
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
- s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19.1"])
|
||||
+ s.add_runtime_dependency(%q<thor>.freeze, ["~> 0.19", ">= 0.19.1"])
|
||||
else
|
||||
s.add_dependency(%q<thor>.freeze, ["~> 0.19.1"])
|
||||
end
|
Loading…
Add table
Reference in a new issue