Fix gemspec for rubygem-public_suffix 4.0.0 update
- Bump PORTREVISION for package change
This commit is contained in:
parent
9d9a7e8be7
commit
2ec1b37f6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507909
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= addressable
|
||||
PORTVERSION= 2.5.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 25
|
||||
@ -19,6 +20,7 @@ USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^2\.5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
11
www/rubygem-addressable25/files/patch-gemspec
Normal file
11
www/rubygem-addressable25/files/patch-gemspec
Normal file
@ -0,0 +1,11 @@
|
||||
--- addressable.gemspec.orig 2019-08-02 14:31:36 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"])
|
||||
else
|
||||
s.add_dependency(%q<public_suffix>.freeze, [">= 2.0.2", "< 4.0"])
|
Loading…
Reference in New Issue
Block a user