aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-02-19 12:26:29 +0800
committerswills <swills@FreeBSD.org>2014-02-19 12:26:29 +0800
commit787c33953c87ac41eef07515f623960b6990bcaf (patch)
tree6852bca7ad480dc9ada10009f323fa4151922f71 /net
parent9a696acec389e0b9fd5b3b8de08aa53f564912ec (diff)
downloadfreebsd-ports-gnome-787c33953c87ac41eef07515f623960b6990bcaf.tar.gz
freebsd-ports-gnome-787c33953c87ac41eef07515f623960b6990bcaf.tar.zst
freebsd-ports-gnome-787c33953c87ac41eef07515f623960b6990bcaf.zip
- Update to 1.1.2
Diffstat (limited to 'net')
-rw-r--r--net/rubygem-omniauth-oauth2/Makefile2
-rw-r--r--net/rubygem-omniauth-oauth2/distinfo4
-rw-r--r--net/rubygem-omniauth-oauth2/files/patch-oauth2-ver31
3 files changed, 3 insertions, 34 deletions
diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile
index 0b617962c297..36f42a84fde5 100644
--- a/net/rubygem-omniauth-oauth2/Makefile
+++ b/net/rubygem-omniauth-oauth2/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= omniauth-oauth2
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= net rubygems
MASTER_SITES= RG
diff --git a/net/rubygem-omniauth-oauth2/distinfo b/net/rubygem-omniauth-oauth2/distinfo
index 8d9e07f92759..c8079f801980 100644
--- a/net/rubygem-omniauth-oauth2/distinfo
+++ b/net/rubygem-omniauth-oauth2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/omniauth-oauth2-1.1.1.gem) = 72b8ba77b9ead4320e7f4e430aee0f3ef759aed79ae52c3b0e8fb2f41785eb68
-SIZE (rubygem/omniauth-oauth2-1.1.1.gem) = 7680
+SHA256 (rubygem/omniauth-oauth2-1.1.2.gem) = 98fb39e971671899714d1884f25bc993848ffb4dfc9a4e818a52f348e0e75226
+SIZE (rubygem/omniauth-oauth2-1.1.2.gem) = 10752
diff --git a/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver b/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver
deleted file mode 100644
index 56d53d482796..000000000000
--- a/net/rubygem-omniauth-oauth2/files/patch-oauth2-ver
+++ /dev/null
@@ -1,31 +0,0 @@
---- omniauth-oauth2-1.1.1.gemspec.orig 2013-10-20 23:55:59.202502414 +0000
-+++ omniauth-oauth2-1.1.1.gemspec 2013-10-20 23:56:22.411500458 +0000
-@@ -34,7 +34,7 @@
- requirements:
- - - ~>
- - !ruby/object:Gem::Version
-- version: 0.8.0
-+ version: 0.9.0
- type: :runtime
- prerelease: false
- version_requirements: !ruby/object:Gem::Requirement
-@@ -42,7 +42,7 @@
- requirements:
- - - ~>
- - !ruby/object:Gem::Version
-- version: 0.8.0
-+ version: 0.9.0
- - !ruby/object:Gem::Dependency
- name: rspec
- requirement: !ruby/object:Gem::Requirement
---- omniauth-oauth2.gemspec.orig 2013-10-20 23:56:06.122501604 +0000
-+++ omniauth-oauth2.gemspec 2013-10-20 23:56:27.040820651 +0000
-@@ -3,7 +3,7 @@
-
- Gem::Specification.new do |gem|
- gem.add_dependency 'omniauth', '~> 1.0'
-- gem.add_dependency 'oauth2', '~> 0.8.0'
-+ gem.add_dependency 'oauth2', '~> 0.9.0'
-
- gem.add_development_dependency 'rspec', '~> 2.7'
- gem.add_development_dependency 'rack-test'