aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-omniauth-oauth2
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2014-02-19 04:26:29 +0000
committerSteve Wills <swills@FreeBSD.org>2014-02-19 04:26:29 +0000
commit42056f3f1d042304c435b3d9d4a82dd972b2a1b1 (patch)
tree6852bca7ad480dc9ada10009f323fa4151922f71 /net/rubygem-omniauth-oauth2
parent7049f942fd97126ff5e80481c9037ef36944b7ee (diff)
downloadports-42056f3f1d042304c435b3d9d4a82dd972b2a1b1.tar.gz
ports-42056f3f1d042304c435b3d9d4a82dd972b2a1b1.zip
- Update to 1.1.2
Notes
Notes: svn path=/head/; revision=344997
Diffstat (limited to 'net/rubygem-omniauth-oauth2')
-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'