From owner-svn-ports-all@freebsd.org Thu Feb 15 12:47:03 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 BD7FDF1B4A4; Thu, 15 Feb 2018 12:47:03 +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 4B21676511; Thu, 15 Feb 2018 12:47:02 +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 D85491EEA5; Thu, 15 Feb 2018 12:47:01 +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 w1FCl104002514; Thu, 15 Feb 2018 12:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FCl1MW002512; Thu, 15 Feb 2018 12:47:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802151247.w1FCl1MW002512@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:01 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel/rubygem-activesupport5: . files X-SVN-Commit-Revision: 461904 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:03 -0000 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.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"])