Index: head/devel/rubygem-tty-file/Makefile =================================================================== --- head/devel/rubygem-tty-file/Makefile (revision 476529) +++ head/devel/rubygem-tty-file/Makefile (revision 476530) @@ -1,23 +1,24 @@ # Created by: Po-Chuan Hsieh # $FreeBSD$ PORTNAME= tty-file PORTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= File and directory manipulation utility methods LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-diff-lcs>=1.3.0:textproc/rubygem-diff-lcs \ rubygem-pastel>=0.7.2:devel/rubygem-pastel \ rubygem-tty-prompt>=0.16.1:devel/rubygem-tty-prompt NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-tty-file/files/patch-gemspec =================================================================== --- head/devel/rubygem-tty-file/files/patch-gemspec (nonexistent) +++ head/devel/rubygem-tty-file/files/patch-gemspec (revision 476530) @@ -0,0 +1,11 @@ +--- tty-file.gemspec.orig 2018-08-06 18:39:40 UTC ++++ tty-file.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.7.2"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.16.1"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.16", ">= 0.16.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.3.0"]) + s.add_development_dependency(%q.freeze, ["~> 1.5"]) + s.add_development_dependency(%q.freeze, ["~> 10.0"]) Property changes on: head/devel/rubygem-tty-file/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