From owner-svn-ports-head@FreeBSD.ORG Wed May 27 13:08:08 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35CBA788; Wed, 27 May 2015 13:08:08 +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 2405CBF2; Wed, 27 May 2015 13:08:08 +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 t4RD88T2078654; Wed, 27 May 2015 13:08:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4RD87Cs078652; Wed, 27 May 2015 13:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505271308.t4RD87Cs078652@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:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387595 - head/net/rubygem-omniauth-oauth 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:08 -0000 Author: sunpoet Date: Wed May 27 13:08:07 2015 New Revision: 387595 URL: https://svnweb.freebsd.org/changeset/ports/387595 Log: - Update to 1.1.0 - Add LICENSE - Remove contiguous blank lines Changes: https://github.com/intridea/omniauth-oauth/commits/master Modified: head/net/rubygem-omniauth-oauth/Makefile head/net/rubygem-omniauth-oauth/distinfo Modified: head/net/rubygem-omniauth-oauth/Makefile ============================================================================== --- head/net/rubygem-omniauth-oauth/Makefile Wed May 27 13:08:02 2015 (r387594) +++ head/net/rubygem-omniauth-oauth/Makefile Wed May 27 13:08:07 2015 (r387595) @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= omniauth-oauth -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= net rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Generic OAuth strategy for OmniAuth +LICENSE= MIT + RUN_DEPENDS= rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \ rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth @@ -15,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include Modified: head/net/rubygem-omniauth-oauth/distinfo ============================================================================== --- head/net/rubygem-omniauth-oauth/distinfo Wed May 27 13:08:02 2015 (r387594) +++ head/net/rubygem-omniauth-oauth/distinfo Wed May 27 13:08:07 2015 (r387595) @@ -1,2 +1,2 @@ -SHA256 (rubygem/omniauth-oauth-1.0.1.gem) = 9f1bfb30fe6ba823935330d2036e08a5406e980f1e20c9b1271b82ee34fbe759 -SIZE (rubygem/omniauth-oauth-1.0.1.gem) = 8192 +SHA256 (rubygem/omniauth-oauth-1.1.0.gem) = 67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8 +SIZE (rubygem/omniauth-oauth-1.1.0.gem) = 9216