From owner-svn-ports-head@freebsd.org Wed Oct 30 15:42:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 12004158B04; Wed, 30 Oct 2019 15:42:13 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473CPc6ZVVz47QV; Wed, 30 Oct 2019 15:42:12 +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 C5F9CC934; Wed, 30 Oct 2019 15:42:12 +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 x9UFgCYi002191; Wed, 30 Oct 2019 15:42:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9UFgCCF002190; Wed, 30 Oct 2019 15:42:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201910301542.x9UFgCCF002190@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, 30 Oct 2019 15:42:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516081 - head/security/rubygem-googleauth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/security/rubygem-googleauth X-SVN-Commit-Revision: 516081 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.29 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, 30 Oct 2019 15:42:13 -0000 Author: sunpoet Date: Wed Oct 30 15:42:12 2019 New Revision: 516081 URL: https://svnweb.freebsd.org/changeset/ports/516081 Log: Update to 0.10.0 Changes: https://github.com/googleapis/google-auth-library-ruby/releases Modified: head/security/rubygem-googleauth/Makefile head/security/rubygem-googleauth/distinfo Modified: head/security/rubygem-googleauth/Makefile ============================================================================== --- head/security/rubygem-googleauth/Makefile Wed Oct 30 15:42:07 2019 (r516080) +++ head/security/rubygem-googleauth/Makefile Wed Oct 30 15:42:12 2019 (r516081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googleauth -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -12,12 +12,12 @@ COMMENT= Google Auth Library for Ruby LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= rubygem-faraday>=0.12:www/rubygem-faraday \ - rubygem-jwt>=1.4:www/rubygem-jwt \ - rubygem-memoist>=0.16:devel/rubygem-memoist \ - rubygem-multi_json>=1.11:devel/rubygem-multi_json \ - rubygem-os>=0.9:devel/rubygem-os \ - rubygem-signet>=0.7:security/rubygem-signet +RUN_DEPENDS= rubygem-faraday>=0.12<1:www/rubygem-faraday \ + rubygem-jwt>=1.4<3.0:www/rubygem-jwt \ + rubygem-memoist>=0.16<1:devel/rubygem-memoist \ + rubygem-multi_json>=1.11<2:devel/rubygem-multi_json \ + rubygem-os>=0.9<2.0:devel/rubygem-os \ + rubygem-signet>=0.12<1:security/rubygem-signet USES= gem shebangfix USE_RUBY= yes Modified: head/security/rubygem-googleauth/distinfo ============================================================================== --- head/security/rubygem-googleauth/distinfo Wed Oct 30 15:42:07 2019 (r516080) +++ head/security/rubygem-googleauth/distinfo Wed Oct 30 15:42:12 2019 (r516081) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565108388 -SHA256 (rubygem/googleauth-0.9.0.gem) = 0e2faad0fc1b0cfe3a55e606fd0567ea7d7ba61d6f317e097ea498d33280b7d3 -SIZE (rubygem/googleauth-0.9.0.gem) = 49664 +TIMESTAMP = 1572437490 +SHA256 (rubygem/googleauth-0.10.0.gem) = 3c0ee9f2dca7bfc162ea6a87ec596362f515cc1be470e0473faf587a0280d3b6 +SIZE (rubygem/googleauth-0.10.0.gem) = 50176