diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-05 19:07:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-08-05 19:07:47 +0000 |
commit | a5f516ed1d62edb446b9efdc8e63102f96ab37d6 (patch) | |
tree | 85048b73b2d6332ea3f0e2e08783c3df9038e7eb /security | |
parent | e1240f1f426af40313c27a34774577610f3e33fc (diff) |
Update to 0.6.3
Changes: https://github.com/google/google-auth-library-ruby/blob/master/CHANGELOG.md
https://github.com/google/google-auth-library-ruby/commits/master
Notes
Notes:
svn path=/head/; revision=476443
Diffstat (limited to 'security')
-rw-r--r-- | security/rubygem-googleauth/Makefile | 3 | ||||
-rw-r--r-- | security/rubygem-googleauth/distinfo | 6 | ||||
-rw-r--r-- | security/rubygem-googleauth/files/patch-gemspec | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/security/rubygem-googleauth/Makefile b/security/rubygem-googleauth/Makefile index d0ee689f1499..c4b696263025 100644 --- a/security/rubygem-googleauth/Makefile +++ b/security/rubygem-googleauth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googleauth -PORTVERSION= 0.6.2 +PORTVERSION= 0.6.3 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-faraday>=0.12:www/rubygem-faraday \ rubygem-jwt>=1.4:www/rubygem-jwt \ - rubygem-logging>=2.0:devel/rubygem-logging \ rubygem-memoist>=0.12:devel/rubygem-memoist \ rubygem-multi_json>=1.11:devel/rubygem-multi_json \ rubygem-os>=0.9:devel/rubygem-os \ diff --git a/security/rubygem-googleauth/distinfo b/security/rubygem-googleauth/distinfo index be5e8461cef7..f56d367095f5 100644 --- a/security/rubygem-googleauth/distinfo +++ b/security/rubygem-googleauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510433818 -SHA256 (rubygem/googleauth-0.6.2.gem) = 8e343b6fa1ad85b94a6a50718265ef547bea3bb9850b86fc083e7396a4fbe423 -SIZE (rubygem/googleauth-0.6.2.gem) = 39936 +TIMESTAMP = 1533411879 +SHA256 (rubygem/googleauth-0.6.3.gem) = e8c8d9a20378fb64740f67d3fd6cdc2f13ffddef71e7b9687cf055bcffdaf553 +SIZE (rubygem/googleauth-0.6.3.gem) = 41984 diff --git a/security/rubygem-googleauth/files/patch-gemspec b/security/rubygem-googleauth/files/patch-gemspec deleted file mode 100644 index a48e31341ecb..000000000000 --- a/security/rubygem-googleauth/files/patch-gemspec +++ /dev/null @@ -1,11 +0,0 @@ ---- googleauth.gemspec.orig 2017-10-18 16:58:21 UTC -+++ googleauth.gemspec -@@ -27,7 +27,7 @@ Gem::Specification.new do |s| - s.add_runtime_dependency(%q<jwt>.freeze, ["< 3.0", ">= 1.4"]) - s.add_runtime_dependency(%q<memoist>.freeze, ["~> 0.12"]) - s.add_runtime_dependency(%q<multi_json>.freeze, ["~> 1.11"]) -- s.add_runtime_dependency(%q<os>.freeze, ["~> 0.9"]) -+ s.add_runtime_dependency(%q<os>.freeze, [">= 0.9"]) - s.add_runtime_dependency(%q<signet>.freeze, ["~> 0.7"]) - else - s.add_dependency(%q<faraday>.freeze, ["~> 0.12"]) |