From 0998c8ef8a38902eeaef764f3b83abe308fa809d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 3 Mar 2020 18:54:33 +0000 Subject: [PATCH] Update to 1.9.1 Changes: https://github.com/omniauth/omniauth/commits/master --- security/rubygem-omniauth/Makefile | 3 +-- security/rubygem-omniauth/distinfo | 6 +++--- security/rubygem-omniauth/files/patch-gemspec | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 security/rubygem-omniauth/files/patch-gemspec diff --git a/security/rubygem-omniauth/Makefile b/security/rubygem-omniauth/Makefile index 04a705072649..313c44f9fb1e 100644 --- a/security/rubygem-omniauth/Makefile +++ b/security/rubygem-omniauth/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.9.1 CATEGORIES= security rubygems MASTER_SITES= RG diff --git a/security/rubygem-omniauth/distinfo b/security/rubygem-omniauth/distinfo index ea4b6c61f3fa..0c93a117665d 100644 --- a/security/rubygem-omniauth/distinfo +++ b/security/rubygem-omniauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560671653 -SHA256 (rubygem/omniauth-1.9.0.gem) = 3dacae5daf73081b36553dc88ad16cc05cfea0ec2770f7d02cc02f74738026dc -SIZE (rubygem/omniauth-1.9.0.gem) = 20992 +TIMESTAMP = 1583257534 +SHA256 (rubygem/omniauth-1.9.1.gem) = df5787e7ad6ab80e350af45be864b082f7435aa85148dd80837556c55f8a5b00 +SIZE (rubygem/omniauth-1.9.1.gem) = 20992 diff --git a/security/rubygem-omniauth/files/patch-gemspec b/security/rubygem-omniauth/files/patch-gemspec deleted file mode 100644 index b570807ef315..000000000000 --- a/security/rubygem-omniauth/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- omniauth.gemspec.orig 2020-02-02 13:45:51 UTC -+++ omniauth.gemspec -@@ -22,7 +22,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, [">= 3.4.6", "< 3.7.0"]) -+ s.add_runtime_dependency(%q.freeze, [">= 3.4.6"]) - s.add_runtime_dependency(%q.freeze, [">= 1.6.2", "< 3"]) - s.add_development_dependency(%q.freeze, ["~> 1.14"]) - s.add_development_dependency(%q.freeze, ["~> 12.0"])