aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-04-11 02:27:11 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-04-11 02:27:11 +0800
commitefee986a41dac1211b66e4b303a284a6c607bc50 (patch)
treecb02891ab100bd7aee9d2d517d16a1f87af3eb22
parent26dde589742409b5467fe6a80025c6ac3eefd144 (diff)
downloadfreebsd-ports-graphics-efee986a41dac1211b66e4b303a284a6c607bc50.tar.gz
freebsd-ports-graphics-efee986a41dac1211b66e4b303a284a6c607bc50.tar.zst
freebsd-ports-graphics-efee986a41dac1211b66e4b303a284a6c607bc50.zip
Update to 5.1.6
Changes: https://github.com/rails/rails/blob/5-1-stable/activesupport/CHANGELOG.md
-rw-r--r--devel/rubygem-activesupport5/Makefile2
-rw-r--r--devel/rubygem-activesupport5/distinfo6
-rw-r--r--devel/rubygem-activesupport5/files/patch-gemspec11
3 files changed, 4 insertions, 15 deletions
diff --git a/devel/rubygem-activesupport5/Makefile b/devel/rubygem-activesupport5/Makefile
index 20ecad7b70d..6ef10b6067e 100644
--- a/devel/rubygem-activesupport5/Makefile
+++ b/devel/rubygem-activesupport5/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activesupport
-PORTVERSION= 5.1.5
+PORTVERSION= 5.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
diff --git a/devel/rubygem-activesupport5/distinfo b/devel/rubygem-activesupport5/distinfo
index 6de942b5536..dc22a9a9fed 100644
--- a/devel/rubygem-activesupport5/distinfo
+++ b/devel/rubygem-activesupport5/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1518860972
-SHA256 (rubygem/activesupport-5.1.5.gem) = d9b548c63c547b8d6b4c98ca6f8a61d21833ea33a09e7a2295156344d2996c5a
-SIZE (rubygem/activesupport-5.1.5.gem) = 370176
+TIMESTAMP = 1523371056
+SHA256 (rubygem/activesupport-5.1.6.gem) = 94d2f2a9fe1a7421165e0014eaa4c8eb2d229f72dc9815cf7c2f0c595f05b521
+SIZE (rubygem/activesupport-5.1.6.gem) = 370176
diff --git a/devel/rubygem-activesupport5/files/patch-gemspec b/devel/rubygem-activesupport5/files/patch-gemspec
deleted file mode 100644
index 71fe47dc20c..00000000000
--- a/devel/rubygem-activesupport5/files/patch-gemspec
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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"])