From owner-svn-ports-all@freebsd.org Wed Jan 18 14:08:00 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA47CB69C2; Wed, 18 Jan 2017 14:08:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E419515B2; Wed, 18 Jan 2017 14:07:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0IE7xu8062672; Wed, 18 Jan 2017 14:07:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0IE7wNE062669; Wed, 18 Jan 2017 14:07:58 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701181407.v0IE7wNE062669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 18 Jan 2017 14:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431805 - head/security/rubygem-omniauth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 14:08:00 -0000 Author: sunpoet Date: Wed Jan 18 14:07:58 2017 New Revision: 431805 URL: https://svnweb.freebsd.org/changeset/ports/431805 Log: Update to 1.3.2 - Update WWW Changes: https://github.com/omniauth/omniauth/commits/master Modified: head/security/rubygem-omniauth/Makefile head/security/rubygem-omniauth/distinfo head/security/rubygem-omniauth/pkg-descr Modified: head/security/rubygem-omniauth/Makefile ============================================================================== --- head/security/rubygem-omniauth/Makefile Wed Jan 18 14:07:53 2017 (r431804) +++ head/security/rubygem-omniauth/Makefile Wed Jan 18 14:07:58 2017 (r431805) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.3.2 CATEGORIES= security rubygems MASTER_SITES= RG Modified: head/security/rubygem-omniauth/distinfo ============================================================================== --- head/security/rubygem-omniauth/distinfo Wed Jan 18 14:07:53 2017 (r431804) +++ head/security/rubygem-omniauth/distinfo Wed Jan 18 14:07:58 2017 (r431805) @@ -1,2 +1,3 @@ -SHA256 (rubygem/omniauth-1.3.1.gem) = 579884ac0911e844b9fd3009961fd20b5e5aa11efb6e33cf02213a36ffeb586f -SIZE (rubygem/omniauth-1.3.1.gem) = 19456 +TIMESTAMP = 1484743849 +SHA256 (rubygem/omniauth-1.3.2.gem) = 662e11d9d4a93ee19c1532434772cc542527c72d66fc98a7f0f75a69d478e5b6 +SIZE (rubygem/omniauth-1.3.2.gem) = 19456 Modified: head/security/rubygem-omniauth/pkg-descr ============================================================================== --- head/security/rubygem-omniauth/pkg-descr Wed Jan 18 14:07:53 2017 (r431804) +++ head/security/rubygem-omniauth/pkg-descr Wed Jan 18 14:07:58 2017 (r431805) @@ -1,3 +1,3 @@ A generalized Rack framework for multiple-provider authentication. -WWW: https://github.com/intridea/omniauth +WWW: https://github.com/omniauth/omniauth