svn commit: r502144 - in head/devel/rubygem-tty-table: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon May 20 18:09:52 UTC 2019
Author: sunpoet
Date: Mon May 20 18:09:47 2019
New Revision: 502144
URL: https://svnweb.freebsd.org/changeset/ports/502144
Log:
Fix gemspec for rubygem-tty-screen 0.7.0 update
- Bump PORTREVISION for package change
Modified:
head/devel/rubygem-tty-table/Makefile
head/devel/rubygem-tty-table/files/patch-gemspec
Modified: head/devel/rubygem-tty-table/Makefile
==============================================================================
--- head/devel/rubygem-tty-table/Makefile Mon May 20 18:09:42 2019 (r502143)
+++ head/devel/rubygem-tty-table/Makefile Mon May 20 18:09:47 2019 (r502144)
@@ -3,7 +3,7 @@
PORTNAME= tty-table
PORTVERSION= 0.10.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-tty-table/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-tty-table/files/patch-gemspec Mon May 20 18:09:42 2019 (r502143)
+++ head/devel/rubygem-tty-table/files/patch-gemspec Mon May 20 18:09:47 2019 (r502144)
@@ -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<equatable>.freeze, ["~> 0.5.0"])
- s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.4.0"])
+ s.add_runtime_dependency(%q<necromancer>.freeze, ["~> 0.4"])
s.add_runtime_dependency(%q<pastel>.freeze, ["~> 0.7.2"])
- s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6.4"])
+- s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6.4"])
++ s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6", ">= 0.6.4"])
s.add_runtime_dependency(%q<strings>.freeze, ["~> 0.1.0"])
+ s.add_development_dependency(%q<bundler>.freeze, [">= 1.5.0", "< 2.0"])
+ s.add_development_dependency(%q<rake>.freeze, [">= 0"])
More information about the svn-ports-head
mailing list