Index: head/www/rubygem-addressable25/Makefile =================================================================== --- head/www/rubygem-addressable25/Makefile (revision 507908) +++ head/www/rubygem-addressable25/Makefile (revision 507909) @@ -1,24 +1,26 @@ # Created by: Martin Wilke # $FreeBSD$ PORTNAME= addressable PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= www devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 25 MAINTAINER= ruby@FreeBSD.org 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 USES= gem USE_RUBY= yes NO_ARCH= yes + PORTSCOUT= limit:^2\.5 .include Index: head/www/rubygem-addressable25/files/patch-gemspec =================================================================== --- head/www/rubygem-addressable25/files/patch-gemspec (nonexistent) +++ head/www/rubygem-addressable25/files/patch-gemspec (revision 507909) @@ -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.freeze, [">= 2.0.2", "< 4.0"]) ++ s.add_runtime_dependency(%q.freeze, [">= 2.0.2", "< 4.1"]) + s.add_development_dependency(%q.freeze, ["~> 1.0"]) + else + s.add_dependency(%q.freeze, [">= 2.0.2", "< 4.0"]) Property changes on: head/www/rubygem-addressable25/files/patch-gemspec ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property