From owner-svn-ports-all@freebsd.org Thu Feb 15 12:47:08 2018 Return-Path: Delivered-To: svn-ports-all@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 34F52F1B52D; Thu, 15 Feb 2018 12:47:08 +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 7F3D1765CD; Thu, 15 Feb 2018 12:47:07 +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 416FE1EEA6; Thu, 15 Feb 2018 12:47:07 +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 w1FCl7Aj002652; Thu, 15 Feb 2018 12:47:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FCl6fS002650; Thu, 15 Feb 2018 12:47:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802151247.w1FCl6fS002650@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Feb 2018 12:47:06 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-activesupport50: . files X-SVN-Commit-Revision: 461905 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.25 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: Thu, 15 Feb 2018 12:47:08 -0000 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.freeze, ["~> 0.7"]) ++ s.add_runtime_dependency(%q.freeze, [">= 0.7"]) + s.add_runtime_dependency(%q.freeze, ["~> 1.1"]) + s.add_runtime_dependency(%q.freeze, ["~> 5.1"]) + s.add_runtime_dependency(%q.freeze, [">= 1.0.2", "~> 1.0"])