Date: Wed, 30 Oct 2019 15:42:12 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516081 - head/security/rubygem-googleauth Message-ID: <201910301542.x9UFgCCF002190@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910301542.x9UFgCCF002190>