From owner-svn-ports-head@freebsd.org Sat Oct 20 14:49:03 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 BB796FE7AD3; Sat, 20 Oct 2018 14:49:03 +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 919D77241F; Sat, 20 Oct 2018 14:49:03 +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 6BE9D1F696; Sat, 20 Oct 2018 14:49:03 +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 w9KEn3NA014509; Sat, 20 Oct 2018 14:49:03 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9KEn2WQ014507; Sat, 20 Oct 2018 14:49:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810201449.w9KEn2WQ014507@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, 20 Oct 2018 14:49:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482517 - 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: 482517 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: Sat, 20 Oct 2018 14:49:04 -0000 Author: sunpoet Date: Sat Oct 20 14:49:02 2018 New Revision: 482517 URL: https://svnweb.freebsd.org/changeset/ports/482517 Log: Update to 0.6.7 - Update WWW Changes: https://github.com/googleapis/google-auth-library-ruby/blob/master/CHANGELOG.md Modified: head/security/rubygem-googleauth/Makefile head/security/rubygem-googleauth/distinfo head/security/rubygem-googleauth/pkg-descr Modified: head/security/rubygem-googleauth/Makefile ============================================================================== --- head/security/rubygem-googleauth/Makefile Sat Oct 20 14:48:54 2018 (r482516) +++ head/security/rubygem-googleauth/Makefile Sat Oct 20 14:49:02 2018 (r482517) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= googleauth -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= security rubygems MASTER_SITES= RG @@ -14,13 +14,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= rubygem-faraday>=0.12:www/rubygem-faraday \ rubygem-jwt>=1.4:www/rubygem-jwt \ - rubygem-memoist>=0.12:devel/rubygem-memoist \ + 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 -NO_ARCH= yes +USES= gem shebangfix USE_RUBY= yes -USES= gem + +NO_ARCH= yes + +SHEBANG_FILES= .kokoro/*.sh .include Modified: head/security/rubygem-googleauth/distinfo ============================================================================== --- head/security/rubygem-googleauth/distinfo Sat Oct 20 14:48:54 2018 (r482516) +++ head/security/rubygem-googleauth/distinfo Sat Oct 20 14:49:02 2018 (r482517) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535138847 -SHA256 (rubygem/googleauth-0.6.6.gem) = 54dc5706fad7f8951e6216d4adc510c11774a4da59da8e5234e7ef0b5bb8879c -SIZE (rubygem/googleauth-0.6.6.gem) = 42496 +TIMESTAMP = 1539962821 +SHA256 (rubygem/googleauth-0.6.7.gem) = 98ba78eab60aef2f8517ba2008b2c02bed84785cafbde58bbdbd2a6f739047fa +SIZE (rubygem/googleauth-0.6.7.gem) = 44032 Modified: head/security/rubygem-googleauth/pkg-descr ============================================================================== --- head/security/rubygem-googleauth/pkg-descr Sat Oct 20 14:48:54 2018 (r482516) +++ head/security/rubygem-googleauth/pkg-descr Sat Oct 20 14:49:02 2018 (r482517) @@ -4,4 +4,4 @@ authorization for accessing Google APIs and provides s Default Credentials, as described at https://developers.google.com/accounts/docs/application-default-credentials -WWW: https://github.com/google/google-auth-library-ruby +WWW: https://github.com/googleapis/google-auth-library-ruby