Index: head/devel/rubygem-tty-table/Makefile =================================================================== --- head/devel/rubygem-tty-table/Makefile (revision 496738) +++ head/devel/rubygem-tty-table/Makefile (revision 496739) @@ -1,26 +1,27 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tty-table PORTVERSION= 0.10.0 +PORTREVISION= 1 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 (nonexistent) +++ head/devel/rubygem-tty-table/files/patch-gemspec (revision 496739) @@ -0,0 +1,11 @@ +--- tty-table.gemspec.orig 2019-03-24 10:10:50 UTC ++++ tty-table.gemspec +@@ -24,7 +24,7 @@ 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.1.0"]) Property changes on: head/devel/rubygem-tty-table/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