- Fix gemspec for rubygem-logging 2.1.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
3097f3ddfe
commit
f8249da1d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430102
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= bosh_common
|
||||
PORTVERSION= 1.3262.24.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
|
11
devel/rubygem-bosh_common/files/patch-gemspec
Normal file
11
devel/rubygem-bosh_common/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- bosh_common.gemspec.orig 2016-12-31 09:09:18 UTC
|
||||
+++ bosh_common.gemspec
|
||||
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<semi_semantic>.freeze, ["~> 1.2.0"])
|
||||
- s.add_runtime_dependency(%q<logging>.freeze, ["~> 1.8.2"])
|
||||
+ s.add_runtime_dependency(%q<logging>.freeze, [">= 1.8.2"])
|
||||
s.add_development_dependency(%q<rake>.freeze, [">= 0"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, [">= 0"])
|
||||
s.add_development_dependency(%q<rspec-its>.freeze, [">= 0"])
|
Loading…
Reference in a new issue