From owner-svn-ports-head@freebsd.org Tue Sep 25 16:09:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17B7810B55AB; Tue, 25 Sep 2018 16:09:15 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7CE117746E; Tue, 25 Sep 2018 16:09:13 +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 C74FC26B1; Tue, 25 Sep 2018 16:09:13 +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 w8PG9DGx018517; Tue, 25 Sep 2018 16:09:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8PG9D3P018514; Tue, 25 Sep 2018 16:09:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201809251609.w8PG9D3P018514@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 25 Sep 2018 16:09:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480678 - in head/devel/rubygem-cucumber-core: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-cucumber-core: . files X-SVN-Commit-Revision: 480678 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2018 16:09:15 -0000 Author: sunpoet Date: Tue Sep 25 16:09:12 2018 New Revision: 480678 URL: https://svnweb.freebsd.org/changeset/ports/480678 Log: Update to 3.2.1 Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md Modified: head/devel/rubygem-cucumber-core/Makefile head/devel/rubygem-cucumber-core/distinfo head/devel/rubygem-cucumber-core/files/patch-gemspec Modified: head/devel/rubygem-cucumber-core/Makefile ============================================================================== --- head/devel/rubygem-cucumber-core/Makefile Tue Sep 25 16:09:07 2018 (r480677) +++ head/devel/rubygem-cucumber-core/Makefile Tue Sep 25 16:09:12 2018 (r480678) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-core -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,10 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-cucumber-tag_expressions>=1.1.0:devel/rubygem-cucumber-tag_expressions \ - rubygem-gherkin>=5.0.0:textproc/rubygem-gherkin + rubygem-gherkin>=5.0:textproc/rubygem-gherkin -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include Modified: head/devel/rubygem-cucumber-core/distinfo ============================================================================== --- head/devel/rubygem-cucumber-core/distinfo Tue Sep 25 16:09:07 2018 (r480677) +++ head/devel/rubygem-cucumber-core/distinfo Tue Sep 25 16:09:12 2018 (r480678) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532823216 -SHA256 (rubygem/cucumber-core-3.2.0.gem) = cf6ce921d44f3c40e115f14e3cd1306162daf3ebcc11031c83f2e3a964bb35ae -SIZE (rubygem/cucumber-core-3.2.0.gem) = 28160 +TIMESTAMP = 1537889645 +SHA256 (rubygem/cucumber-core-3.2.1.gem) = 6c4c94dfd7c80eef8b5cd7acb6425e2cb6978a3080cfbb24e534490c11a45bc5 +SIZE (rubygem/cucumber-core-3.2.1.gem) = 28160 Modified: head/devel/rubygem-cucumber-core/files/patch-gemspec ============================================================================== --- head/devel/rubygem-cucumber-core/files/patch-gemspec Tue Sep 25 16:09:07 2018 (r480677) +++ head/devel/rubygem-cucumber-core/files/patch-gemspec Tue Sep 25 16:09:12 2018 (r480678) @@ -2,7 +2,7 @@ +++ cucumber-core.gemspec @@ -25,7 +25,6 @@ Gem::Specification.new do |s| if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_runtime_dependency(%q.freeze, [">= 5.0.0"]) + s.add_runtime_dependency(%q.freeze, ["~> 5.0"]) s.add_runtime_dependency(%q.freeze, ["~> 1.1.0"]) - s.add_runtime_dependency(%q.freeze, [">= 3.8.0"]) s.add_development_dependency(%q.freeze, ["~> 1.16.0"])