From owner-svn-ports-all@freebsd.org Mon Sep 30 04:18:20 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6E574FA837; Mon, 30 Sep 2019 04:18:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hTfN1f10z4Kxv; Mon, 30 Sep 2019 04:18:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 139D924E04; Mon, 30 Sep 2019 04:18:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8U4IJFn093538; Mon, 30 Sep 2019 04:18:19 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8U4IJnc093536; Mon, 30 Sep 2019 04:18:19 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909300418.x8U4IJnc093536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Sep 2019 04:18:19 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-tty: . files X-SVN-Commit-Revision: 513298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 04:18:20 -0000 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.freeze, ["~> 0.3.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 0.3"]) s.add_runtime_dependency(%q.freeze, ["~> 0.4"]) - s.add_runtime_dependency(%q.freeze, ["~> 0.8.0"]) +- s.add_runtime_dependency(%q.freeze, ["~> 0.8.0"]) ++ s.add_runtime_dependency(%q.freeze, ["~> 0.8"]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.0"]) s.add_runtime_dependency(%q.freeze, ["~> 0.6"]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0"])