Index: head/net/rubygem-omniauth-oauth2/Makefile =================================================================== --- head/net/rubygem-omniauth-oauth2/Makefile (revision 456366) +++ head/net/rubygem-omniauth-oauth2/Makefile (revision 456367) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org 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 USE_RUBY= yes USES= gem .include Index: head/net/rubygem-omniauth-oauth2/distinfo =================================================================== --- head/net/rubygem-omniauth-oauth2/distinfo (revision 456366) +++ head/net/rubygem-omniauth-oauth2/distinfo (revision 456367) @@ -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 Index: head/net/rubygem-omniauth-oauth2/pkg-descr =================================================================== --- head/net/rubygem-omniauth-oauth2/pkg-descr (revision 456366) +++ head/net/rubygem-omniauth-oauth2/pkg-descr (revision 456367) @@ -1,3 +1,3 @@ An abstract OAuth2 strategy for OmniAuth. -WWW: https://github.com/intridea/omniauth-oauth2 +WWW: https://github.com/omniauth/omniauth-oauth2