Date: Thu, 15 Feb 2018 12:47:06 +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: r461905 - in head/devel/rubygem-activesupport50: . files Message-ID: <201802151247.w1FCl6fS002650@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 15 12:47:06 2018 New Revision: 461905 URL: https://svnweb.freebsd.org/changeset/ports/461905 Log: Fix gemspec for rubygem-i18n 1.0.0 update - Bump PORTREVISION for package change Added: head/devel/rubygem-activesupport50/files/ head/devel/rubygem-activesupport50/files/patch-gemspec (contents, props changed) Modified: head/devel/rubygem-activesupport50/Makefile Modified: head/devel/rubygem-activesupport50/Makefile ============================================================================== --- head/devel/rubygem-activesupport50/Makefile Thu Feb 15 12:47:01 2018 (r461904) +++ head/devel/rubygem-activesupport50/Makefile Thu Feb 15 12:47:06 2018 (r461905) @@ -3,6 +3,7 @@ PORTNAME= activesupport PORTVERSION= 5.0.6 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 Added: head/devel/rubygem-activesupport50/files/patch-gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-activesupport50/files/patch-gemspec Thu Feb 15 12:47:06 2018 (r461905) @@ -0,0 +1,11 @@ +--- activesupport.gemspec.orig 2018-02-14 14:11:39 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.w1FCl6fS002650>