Date: Sun, 31 Aug 2014 03:04:45 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366712 - head/net/rubygem-omniauth-oauth2 Message-ID: <201408310304.s7V34jEk046354@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Aug 31 03:04:45 2014 New Revision: 366712 URL: http://svnweb.freebsd.org/changeset/ports/366712 QAT: https://qat.redports.org/buildarchive/r366712/ Log: net/rubygem-omniauth-oauth2: update to 1.2.0 Modified: head/net/rubygem-omniauth-oauth2/Makefile head/net/rubygem-omniauth-oauth2/distinfo Modified: head/net/rubygem-omniauth-oauth2/Makefile ============================================================================== --- head/net/rubygem-omniauth-oauth2/Makefile Sun Aug 31 03:03:57 2014 (r366711) +++ head/net/rubygem-omniauth-oauth2/Makefile Sun Aug 31 03:04:45 2014 (r366712) @@ -1,15 +1,17 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.0 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 +RUN_DEPENDS= rubygem-oauth2>=1.0:${PORTSDIR}/net/rubygem-oauth2 \ + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth \ + rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-faraday>=0.8.0:${PORTSDIR}/www/rubygem-faraday USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/net/rubygem-omniauth-oauth2/distinfo ============================================================================== --- head/net/rubygem-omniauth-oauth2/distinfo Sun Aug 31 03:03:57 2014 (r366711) +++ head/net/rubygem-omniauth-oauth2/distinfo Sun Aug 31 03:04:45 2014 (r366712) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth2-1.1.2.gem) = 98fb39e971671899714d1884f25bc993848ffb4dfc9a4e818a52f348e0e75226 -SIZE (rubygem/omniauth-oauth2-1.1.2.gem) = 10752 +SHA256 (rubygem/omniauth-oauth2-1.2.0.gem) = 0f5619cadf38e4826e566af7685b5f6625643803478fca09073113516d24cfb9 +SIZE (rubygem/omniauth-oauth2-1.2.0.gem) = 10752
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408310304.s7V34jEk046354>