- Update to 0.2.9
- Sort RUN_DEPENDS Changes: https://github.com/zquestz/omniauth-google-oauth2/blob/master/CHANGELOG.md
This commit is contained in:
parent
4fa22bf0b0
commit
e02d558fe1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400787
3 changed files with 16 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= omniauth-google-oauth2
|
||||
PORTVERSION= 0.2.8
|
||||
PORTVERSION= 0.2.9
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -13,8 +13,8 @@ LICENSE= MIT
|
|||
RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
|
||||
rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \
|
||||
rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \
|
||||
rubygem-omniauth-oauth2>=1.1.1:${PORTSDIR}/net/rubygem-omniauth-oauth2 \
|
||||
rubygem-omniauth>=1.1.1:${PORTSDIR}/security/rubygem-omniauth
|
||||
rubygem-omniauth>=1.1.1:${PORTSDIR}/security/rubygem-omniauth \
|
||||
rubygem-omniauth-oauth2>=1.3.1:${PORTSDIR}/net/rubygem-omniauth-oauth2
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rubygem/omniauth-google-oauth2-0.2.8.gem) = a9e0f741ce2e4cd8b6c0f9b2e79434b20ae92ca7c748e4651eaa85ec9722eb29
|
||||
SIZE (rubygem/omniauth-google-oauth2-0.2.8.gem) = 17920
|
||||
SHA256 (rubygem/omniauth-google-oauth2-0.2.9.gem) = 4d9662232de9baac2cdeb1d6e1f5caebd75973696ea20732276177074d24f8c4
|
||||
SIZE (rubygem/omniauth-google-oauth2-0.2.9.gem) = 18432
|
||||
|
|
11
net/rubygem-omniauth-google-oauth2/files/patch-gemspec
Normal file
11
net/rubygem-omniauth-google-oauth2/files/patch-gemspec
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- omniauth-google-oauth2.gemspec.orig 2015-10-30 15:11:58 UTC
|
||||
+++ omniauth-google-oauth2.gemspec
|
||||
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<omniauth>, [">= 1.1.1"])
|
||||
- s.add_runtime_dependency(%q<omniauth-oauth2>, ["~> 1.3.1"])
|
||||
+ s.add_runtime_dependency(%q<omniauth-oauth2>, [">= 1.3.1"])
|
||||
s.add_runtime_dependency(%q<jwt>, ["~> 1.0"])
|
||||
s.add_runtime_dependency(%q<multi_json>, ["~> 1.3"])
|
||||
s.add_runtime_dependency(%q<addressable>, ["~> 2.3"])
|
Loading…
Reference in a new issue