Fix gemspec for rubygem-i18n 1.0.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
ad32cd692c
commit
09cc76c8a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=461905
2 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= activesupport
|
||||
PORTVERSION= 5.0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 50
|
||||
|
|
11
devel/rubygem-activesupport50/files/patch-gemspec
Normal file
11
devel/rubygem-activesupport50/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- activesupport.gemspec.orig 2018-02-14 14:11:39 UTC
|
||||
+++ activesupport.gemspec
|
||||
@@ -23,7 +23,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<i18n>.freeze, ["~> 0.7"])
|
||||
+ s.add_runtime_dependency(%q<i18n>.freeze, [">= 0.7"])
|
||||
s.add_runtime_dependency(%q<tzinfo>.freeze, ["~> 1.1"])
|
||||
s.add_runtime_dependency(%q<minitest>.freeze, ["~> 5.1"])
|
||||
s.add_runtime_dependency(%q<concurrent-ruby>.freeze, [">= 1.0.2", "~> 1.0"])
|
Loading…
Reference in a new issue