From 83f90c67a9ab5359c405369811bd4a2d3946c1a5 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 14 Dec 2017 20:44:10 +0000 Subject: [PATCH] Update to 1.5.0 - Update WWW Changes: https://github.com/omniauth/omniauth-oauth2/commits/master --- net/rubygem-omniauth-oauth2/Makefile | 4 ++-- net/rubygem-omniauth-oauth2/distinfo | 5 +++-- net/rubygem-omniauth-oauth2/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net/rubygem-omniauth-oauth2/Makefile b/net/rubygem-omniauth-oauth2/Makefile index 163c13aff0d0..bf1392a563c3 100644 --- a/net/rubygem-omniauth-oauth2/Makefile +++ b/net/rubygem-omniauth-oauth2/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Abstract OAuth2 strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-oauth2>=1.0:net/rubygem-oauth2 \ +RUN_DEPENDS= rubygem-oauth2>=1.1:net/rubygem-oauth2 \ rubygem-omniauth>=1.2:security/rubygem-omniauth NO_ARCH= yes diff --git a/net/rubygem-omniauth-oauth2/distinfo b/net/rubygem-omniauth-oauth2/distinfo index 5dee5133c624..18a094763949 100644 --- a/net/rubygem-omniauth-oauth2/distinfo +++ b/net/rubygem-omniauth-oauth2/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/omniauth-oauth2-1.4.0.gem) = c525d06d6c263a71dfd5b78513a7be5c16d5616ebe918133f7675487cb5bd32b -SIZE (rubygem/omniauth-oauth2-1.4.0.gem) = 10240 +TIMESTAMP = 1513266155 +SHA256 (rubygem/omniauth-oauth2-1.5.0.gem) = 59b6fd6d93aa79058bf2acce423595186a4c295f858f4fa87ecf52e083934c4f +SIZE (rubygem/omniauth-oauth2-1.5.0.gem) = 10240 diff --git a/net/rubygem-omniauth-oauth2/pkg-descr b/net/rubygem-omniauth-oauth2/pkg-descr index 5d0b4cc1b3c7..cb95d71cba5a 100644 --- a/net/rubygem-omniauth-oauth2/pkg-descr +++ b/net/rubygem-omniauth-oauth2/pkg-descr @@ -1,3 +1,3 @@ An abstract OAuth2 strategy for OmniAuth. -WWW: https://github.com/intridea/omniauth-oauth2 +WWW: https://github.com/omniauth/omniauth-oauth2