Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 12:46:56 +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: r461903 - in head/devel/rubygem-activesupport4: . files
Message-ID:  <201802151246.w1FCkuDN002372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Feb 15 12:46:55 2018
New Revision: 461903
URL: https://svnweb.freebsd.org/changeset/ports/461903

Log:
  Fix gemspec for rubygem-i18n 1.0.0 update
  
  - Bump PORTREVISION for package change

Added:
  head/devel/rubygem-activesupport4/files/
  head/devel/rubygem-activesupport4/files/patch-gemspec   (contents, props changed)
Modified:
  head/devel/rubygem-activesupport4/Makefile

Modified: head/devel/rubygem-activesupport4/Makefile
==============================================================================
--- head/devel/rubygem-activesupport4/Makefile	Thu Feb 15 12:46:50 2018	(r461902)
+++ head/devel/rubygem-activesupport4/Makefile	Thu Feb 15 12:46:55 2018	(r461903)
@@ -3,6 +3,7 @@
 
 PORTNAME=	activesupport
 PORTVERSION=	4.2.10
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	4

Added: head/devel/rubygem-activesupport4/files/patch-gemspec
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-activesupport4/files/patch-gemspec	Thu Feb 15 12:46:55 2018	(r461903)
@@ -0,0 +1,11 @@
+--- activesupport.gemspec.orig	2018-02-14 14:06:12 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<thread_safe>.freeze, [">= 0.3.4", "~> 0.3"])



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151246.w1FCkuDN002372>