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