Update to 2.7.0 which is required for gitlab-ce 12.7.
This commit is contained in:
parent
528f00132d
commit
8d07b35e7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524826
3 changed files with 6 additions and 17 deletions
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= addressable
|
||||
PORTVERSION= 2.6.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.7.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= www devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -13,7 +13,7 @@ COMMENT= Replacement for the URI implementation
|
|||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix
|
||||
RUN_DEPENDS= rubygem-public_suffix>=2.0.2<5:dns/rubygem-public_suffix
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1563263470
|
||||
SHA256 (rubygem/addressable-2.6.0.gem) = d490ad06dfc421503e659a12597d6bb0273b5cd7ff2789a1ec27210b1914952d
|
||||
SIZE (rubygem/addressable-2.6.0.gem) = 104448
|
||||
TIMESTAMP = 1580547063
|
||||
SHA256 (rubygem/addressable-2.7.0.gem) = 5e9b62fe1239091ea9b2893cd00ffe1bcbdd9371f4e1d35fac595c98c5856cbb
|
||||
SIZE (rubygem/addressable-2.7.0.gem) = 104960
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- 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"])
|
Loading…
Reference in a new issue