From owner-svn-ports-head@FreeBSD.ORG Wed May 27 13:08:12 2015 Return-Path: Delivered-To: svn-ports-head@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 A82FC90B; Wed, 27 May 2015 13:08:12 +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 969CFBF4; Wed, 27 May 2015 13:08:12 +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 t4RD8Cjg078782; Wed, 27 May 2015 13:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RD8CYE078780; Wed, 27 May 2015 13:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505271308.t4RD8CYE078780@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 May 2015 13:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387596 - 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: Wed, 27 May 2015 13:08:12 -0000 Author: sunpoet Date: Wed May 27 13:08:11 2015 New Revision: 387596 URL: https://svnweb.freebsd.org/changeset/ports/387596 Log: - Update to 1.3.0 - Add LICENSE - Remove contiguous blank lines 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 Wed May 27 13:08:07 2015 (r387595) +++ head/net/rubygem-omniauth-oauth2/Makefile Wed May 27 13:08:11 2015 (r387596) @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Abstract OAuth2 strategy for OmniAuth +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 \ @@ -17,5 +19,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include Modified: head/net/rubygem-omniauth-oauth2/distinfo ============================================================================== --- head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:07 2015 (r387595) +++ head/net/rubygem-omniauth-oauth2/distinfo Wed May 27 13:08:11 2015 (r387596) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth2-1.2.0.gem) = 0f5619cadf38e4826e566af7685b5f6625643803478fca09073113516d24cfb9 -SIZE (rubygem/omniauth-oauth2-1.2.0.gem) = 10752 +SHA256 (rubygem/omniauth-oauth2-1.3.0.gem) = dac42c4565742f26600bf522fe8e66df1a85e86f43e4bf4692a0954a746e6b4e +SIZE (rubygem/omniauth-oauth2-1.3.0.gem) = 10240