Date: Mon, 30 Sep 2019 04:18:19 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513298 - in head/devel/rubygem-tty: . files Message-ID: <201909300418.x8U4IJnc093536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Sep 30 04:18:19 2019 New Revision: 513298 URL: https://svnweb.freebsd.org/changeset/ports/513298 Log: Fix gemspec for rubygem-tty-command 0.9.0 update - Bump PORTREVISION for package change Modified: head/devel/rubygem-tty/Makefile head/devel/rubygem-tty/files/patch-gemspec Modified: head/devel/rubygem-tty/Makefile ============================================================================== --- head/devel/rubygem-tty/Makefile Mon Sep 30 04:18:13 2019 (r513297) +++ head/devel/rubygem-tty/Makefile Mon Sep 30 04:18:19 2019 (r513298) @@ -3,7 +3,7 @@ PORTNAME= tty PORTVERSION= 0.9.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -19,7 +19,7 @@ RUN_DEPENDS= rubygem-bundler>=1.16:sysutils/rubygem-bu rubygem-thor>=0.20.0<0.21:devel/rubygem-thor \ rubygem-tty-box>=0.3.0<1:devel/rubygem-tty-box \ rubygem-tty-color>=0.4<1:devel/rubygem-tty-color \ - rubygem-tty-command>=0.8.0<0.9:devel/rubygem-tty-command \ + rubygem-tty-command>=0.8.0<1:devel/rubygem-tty-command \ rubygem-tty-config>=0.3.0<0.4:devel/rubygem-tty-config \ rubygem-tty-cursor>=0.6<1:devel/rubygem-tty-cursor \ rubygem-tty-editor>=0.5.0<0.6:devel/rubygem-tty-editor \ Modified: head/devel/rubygem-tty/files/patch-gemspec ============================================================================== --- head/devel/rubygem-tty/files/patch-gemspec Mon Sep 30 04:18:13 2019 (r513297) +++ head/devel/rubygem-tty/files/patch-gemspec Mon Sep 30 04:18:19 2019 (r513298) @@ -1,4 +1,4 @@ ---- tty.gemspec.orig 2019-08-02 15:42:09 UTC +--- tty.gemspec.orig 2019-09-29 14:35:08 UTC +++ tty.gemspec @@ -24,29 +24,29 @@ Gem::Specification.new do |s| s.specification_version = 4 @@ -7,7 +7,8 @@ - s.add_runtime_dependency(%q<tty-box>.freeze, ["~> 0.3.0"]) + s.add_runtime_dependency(%q<tty-box>.freeze, ["~> 0.3"]) s.add_runtime_dependency(%q<tty-color>.freeze, ["~> 0.4"]) - s.add_runtime_dependency(%q<tty-command>.freeze, ["~> 0.8.0"]) +- s.add_runtime_dependency(%q<tty-command>.freeze, ["~> 0.8.0"]) ++ s.add_runtime_dependency(%q<tty-command>.freeze, ["~> 0.8"]) s.add_runtime_dependency(%q<tty-config>.freeze, ["~> 0.3.0"]) s.add_runtime_dependency(%q<tty-cursor>.freeze, ["~> 0.6"]) s.add_runtime_dependency(%q<tty-editor>.freeze, ["~> 0.5.0"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909300418.x8U4IJnc093536>