svn commit: r502995 - in head/devel/rubygem-tty: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 29 18:37:11 UTC 2019
Author: sunpoet
Date: Wed May 29 18:37:04 2019
New Revision: 502995
URL: https://svnweb.freebsd.org/changeset/ports/502995
Log:
Fix gemspec for rubygem-tty-prompt 0.19.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 Wed May 29 18:36:59 2019 (r502994)
+++ head/devel/rubygem-tty/Makefile Wed May 29 18:37:04 2019 (r502995)
@@ -3,7 +3,7 @@
PORTNAME= tty
PORTVERSION= 0.9.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel rubygems
MASTER_SITES= RG
Modified: head/devel/rubygem-tty/files/patch-gemspec
==============================================================================
--- head/devel/rubygem-tty/files/patch-gemspec Wed May 29 18:36:59 2019 (r502994)
+++ head/devel/rubygem-tty/files/patch-gemspec Wed May 29 18:37:04 2019 (r502995)
@@ -1,4 +1,4 @@
---- tty.gemspec.orig 2019-05-12 17:50:32 UTC
+--- tty.gemspec.orig 2019-05-29 15:56:38 UTC
+++ tty.gemspec
@@ -31,22 +31,22 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<tty-cursor>.freeze, ["~> 0.6"])
@@ -13,7 +13,8 @@
+ s.add_runtime_dependency(%q<tty-pie>.freeze, ["~> 0.1"])
s.add_runtime_dependency(%q<tty-platform>.freeze, ["~> 0.2.0"])
s.add_runtime_dependency(%q<tty-progressbar>.freeze, ["~> 0.16.0"])
- s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.18.0"])
+- s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.18.0"])
++ s.add_runtime_dependency(%q<tty-prompt>.freeze, ["~> 0.18"])
s.add_runtime_dependency(%q<tty-screen>.freeze, ["~> 0.6"])
s.add_runtime_dependency(%q<tty-spinner>.freeze, ["~> 0.9.0"])
s.add_runtime_dependency(%q<tty-table>.freeze, ["~> 0.10.0"])
More information about the svn-ports-head
mailing list