Index: head/devel/rubygem-tty-table/Makefile =================================================================== --- head/devel/rubygem-tty-table/Makefile (revision 504572) +++ head/devel/rubygem-tty-table/Makefile (revision 504573) @@ -1,27 +1,27 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tty-table PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fexible and intuitive table generator LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-equatable>=0.5.0:devel/rubygem-equatable \ rubygem-necromancer>=0.4.0:devel/rubygem-necromancer \ rubygem-pastel>=0.7.2:devel/rubygem-pastel \ rubygem-strings>=0.1.0:devel/rubygem-strings \ rubygem-tty-screen>=0.6.4:devel/rubygem-tty-screen USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/devel/rubygem-tty-table/files/patch-gemspec =================================================================== --- head/devel/rubygem-tty-table/files/patch-gemspec (revision 504572) +++ head/devel/rubygem-tty-table/files/patch-gemspec (revision 504573) @@ -1,14 +1,16 @@ ---- tty-table.gemspec.orig 2019-05-20 17:30:25 UTC +--- tty-table.gemspec.orig 2019-06-19 15:32:53 UTC +++ tty-table.gemspec -@@ -24,9 +24,9 @@ Gem::Specification.new do |s| +@@ -23,10 +23,10 @@ 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, ["~> 0.5.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.5.0"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.4.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.5"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.4"]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.2"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.6.4"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.6", ">= 0.6.4"]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0"]) s.add_development_dependency(%q.freeze, [">= 1.5.0", "< 2.0"]) s.add_development_dependency(%q.freeze, [">= 0"])