1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

An abstract OAuth2 strategy for OmniAuth.

WWW: https://rubygems.org/gems/omniauth-oauth2

PR:		ports/182698
Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
This commit is contained in:
Steve Wills 2013-10-21 01:40:12 +00:00
parent 0a012ec015
commit 6f220ed4e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331079
5 changed files with 57 additions and 0 deletions

View File

@ -1041,6 +1041,7 @@
SUBDIR += rubygem-oauth
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-omniauth-oauth
SUBDIR += rubygem-omniauth-oauth2
SUBDIR += rubygem-open-uri-cached
SUBDIR += rubygem-openid
SUBDIR += rubygem-packetfu

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= omniauth-oauth2
PORTVERSION= 1.1.1
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Abstract OAuth2 strategy for OmniAuth
RUN_DEPENDS= rubygem-oauth2>=0.8.0:${PORTSDIR}/net/rubygem-oauth2 \
rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/omniauth-oauth2-1.1.1.gem) = 72b8ba77b9ead4320e7f4e430aee0f3ef759aed79ae52c3b0e8fb2f41785eb68
SIZE (rubygem/omniauth-oauth2-1.1.1.gem) = 7680

View File

@ -0,0 +1,31 @@
--- 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'

View File

@ -0,0 +1,3 @@
An abstract OAuth2 strategy for OmniAuth.
WWW: https://rubygems.org/gems/omniauth-oauth2