Fix gemspec for rubygem-public_suffix 4.0.0 update

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-08-02 19:30:31 +00:00
parent 786335dbad
commit 22224a2526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507904
2 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= addressable
PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= www devel rubygems
MASTER_SITES= RG

View File

@ -0,0 +1,11 @@
--- addressable.gemspec.orig 2019-08-02 14:30:53 UTC
+++ addressable.gemspec
@@ -24,7 +24,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<public_suffix>.freeze, [">= 2.0.2", "< 4.0"])
+ s.add_runtime_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.1"])
s.add_development_dependency(%q<bundler>.freeze, [">= 1.0", "< 3.0"])
else
s.add_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.0"])