svn commit: r461904 - in head/devel/rubygem-activesupport5: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 15 12:47:03 UTC 2018
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"])
More information about the svn-ports-all
mailing list