Date: Thu, 15 Feb 2018 12:47:01 +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: r461904 - in head/devel/rubygem-activesupport5: . files Message-ID: <201802151247.w1FCl1MW002512@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 15 12:47:01 2018 New Revision: 461904 URL: https://svnweb.freebsd.org/changeset/ports/461904 Log: Fix gemspec for rubygem-i18n 1.0.0 update - Bump PORTREVISION for package change Added: head/devel/rubygem-activesupport5/files/ head/devel/rubygem-activesupport5/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-activesupport5/Makefile Modified: head/devel/rubygem-activesupport5/Makefile ============================================================================== --- head/devel/rubygem-activesupport5/Makefile Thu Feb 15 12:46:55 2018 (r461903) +++ head/devel/rubygem-activesupport5/Makefile Thu Feb 15 12:47:01 2018 (r461904) @@ -3,6 +3,7 @@ PORTNAME= activesupport PORTVERSION= 5.1.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 Added: head/devel/rubygem-activesupport5/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-activesupport5/files/patch-gemspec Thu Feb 15 12:47:01 2018 (r461904) @@ -0,0 +1,11 @@ +--- activesupport.gemspec.orig 2018-02-14 14:10:19 UTC ++++ activesupport.gemspec +@@ -23,7 +23,7 @@ Gem::Specification.new do |s| + s.specification_version = 4 + + if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then +- s.add_runtime_dependency(%q<i18n>.freeze, ["~> 0.7"]) ++ s.add_runtime_dependency(%q<i18n>.freeze, [">= 0.7"]) + s.add_runtime_dependency(%q<tzinfo>.freeze, ["~> 1.1"]) + s.add_runtime_dependency(%q<minitest>.freeze, ["~> 5.1"]) + s.add_runtime_dependency(%q<concurrent-ruby>.freeze, [">= 1.0.2", "~> 1.0"])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151247.w1FCl1MW002512>