Index: head/devel/rubygem-tty-table/Makefile =================================================================== --- head/devel/rubygem-tty-table/Makefile (revision 502143) +++ head/devel/rubygem-tty-table/Makefile (revision 502144) @@ -1,27 +1,27 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tty-table PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 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 502143) +++ head/devel/rubygem-tty-table/files/patch-gemspec (revision 502144) @@ -1,11 +1,14 @@ ---- tty-table.gemspec.orig 2019-03-24 10:10:50 UTC +--- tty-table.gemspec.orig 2019-05-20 17:30:25 UTC +++ tty-table.gemspec -@@ -24,7 +24,7 @@ Gem::Specification.new do |s| +@@ -24,9 +24,9 @@ Gem::Specification.new do |s| 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.4.0"]) + 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.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"])