From owner-svn-ports-head@freebsd.org Sat May 26 17:49:46 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14953EF0A31; Sat, 26 May 2018 17:49:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9766F7AA2D; Sat, 26 May 2018 17:49:45 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4E22E13197; Sat, 26 May 2018 17:49:45 +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 w4QHnjYN015204; Sat, 26 May 2018 17:49:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4QHni68015203; Sat, 26 May 2018 17:49:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805261749.w4QHni68015203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 May 2018 17:49:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470935 - head/net/rubygem-omniauth-authentiq X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net/rubygem-omniauth-authentiq X-SVN-Commit-Revision: 470935 X-SVN-Commit-Repository: ports 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.26 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: Sat, 26 May 2018 17:49:46 -0000 Author: sunpoet Date: Sat May 26 17:49:44 2018 New Revision: 470935 URL: https://svnweb.freebsd.org/changeset/ports/470935 Log: Update to 0.3.2 Though this gem supports rubygem-jwt (jwt >= 1.5), use rubygem-jwt1 as gitlab (jwt ~> 1.5.6) does. Changes: https://github.com/AuthentiqID/omniauth-authentiq/commits/master Modified: head/net/rubygem-omniauth-authentiq/Makefile head/net/rubygem-omniauth-authentiq/distinfo Modified: head/net/rubygem-omniauth-authentiq/Makefile ============================================================================== --- head/net/rubygem-omniauth-authentiq/Makefile Sat May 26 17:49:39 2018 (r470934) +++ head/net/rubygem-omniauth-authentiq/Makefile Sat May 26 17:49:44 2018 (r470935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= omniauth-authentiq -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.2 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +11,8 @@ COMMENT= Authentiq OAuth2 Strategy for OmniAuth LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-omniauth-oauth2>=1.3.1:net/rubygem-omniauth-oauth2 +RUN_DEPENDS= rubygem-jwt1>=1.5:www/rubygem-jwt1 \ + rubygem-omniauth-oauth2>=1.5:net/rubygem-omniauth-oauth2 NO_ARCH= yes USE_RUBY= yes Modified: head/net/rubygem-omniauth-authentiq/distinfo ============================================================================== --- head/net/rubygem-omniauth-authentiq/distinfo Sat May 26 17:49:39 2018 (r470934) +++ head/net/rubygem-omniauth-authentiq/distinfo Sat May 26 17:49:44 2018 (r470935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498809970 -SHA256 (rubygem/omniauth-authentiq-0.3.1.gem) = 0c8d19d0afe44afde1ce12eb61be765aef0f3fa757c4c1e82394a1ac867a0e1a -SIZE (rubygem/omniauth-authentiq-0.3.1.gem) = 9728 +TIMESTAMP = 1527275498 +SHA256 (rubygem/omniauth-authentiq-0.3.2.gem) = 796a5738ac24cf720c1848577ee3c88896eaf508d82b4f6508a0e274ec9ceb12 +SIZE (rubygem/omniauth-authentiq-0.3.2.gem) = 9728