From owner-svn-ports-head@FreeBSD.ORG Tue Jun 23 12:22:25 2015 Return-Path: Delivered-To: svn-ports-head@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEBA357A; Tue, 23 Jun 2015 12:22:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 332F31D05; Tue, 23 Jun 2015 12:22:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5NCMPT8000285; Tue, 23 Jun 2015 12:22:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5NCMOSh000283; Tue, 23 Jun 2015 12:22:24 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506231222.t5NCMOSh000283@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 23 Jun 2015 12:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390387 - head/net/rubygem-omniauth-oauth2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 12:22:25 -0000 Author: sunpoet Date: Tue Jun 23 12:22:24 2015 New Revision: 390387 URL: https://svnweb.freebsd.org/changeset/ports/390387 Log: - Update to 1.3.1 - Fix RUN_DEPENDS Changes: https://github.com/intridea/omniauth-oauth2/commits/master 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 Tue Jun 23 12:22:18 2015 (r390386) +++ head/net/rubygem-omniauth-oauth2/Makefile Tue Jun 23 12:22:24 2015 (r390387) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,9 +11,7 @@ COMMENT= Abstract OAuth2 strategy for Om LICENSE= MIT 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 + rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth NO_ARCH= yes USE_RUBY= yes Modified: head/net/rubygem-omniauth-oauth2/distinfo ============================================================================== --- head/net/rubygem-omniauth-oauth2/distinfo Tue Jun 23 12:22:18 2015 (r390386) +++ head/net/rubygem-omniauth-oauth2/distinfo Tue Jun 23 12:22:24 2015 (r390387) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth2-1.3.0.gem) = dac42c4565742f26600bf522fe8e66df1a85e86f43e4bf4692a0954a746e6b4e -SIZE (rubygem/omniauth-oauth2-1.3.0.gem) = 10240 +SHA256 (rubygem/omniauth-oauth2-1.3.1.gem) = b5752d8f283e9b07b100ccd9455f3d6e46536a355162eecfafa9af5838e55357 +SIZE (rubygem/omniauth-oauth2-1.3.1.gem) = 10240