Date: Sat, 26 Oct 2019 14:30:30 +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: r515695 - head/devel/rubygem-google-gax Message-ID: <201910261430.x9QEUUMg043295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 26 14:30:29 2019 New Revision: 515695 URL: https://svnweb.freebsd.org/changeset/ports/515695 Log: Update to 1.8.1 Changes: https://github.com/googleapis/gax-ruby/releases https://github.com/googleapis/gax-ruby/blob/master/CHANGELOG.md Modified: head/devel/rubygem-google-gax/Makefile head/devel/rubygem-google-gax/distinfo Modified: head/devel/rubygem-google-gax/Makefile ============================================================================== --- head/devel/rubygem-google-gax/Makefile Sat Oct 26 14:30:24 2019 (r515694) +++ head/devel/rubygem-google-gax/Makefile Sat Oct 26 14:30:29 2019 (r515695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= google-gax -PORTVERSION= 1.7.1 +PORTVERSION= 1.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,10 +11,10 @@ COMMENT= Google API Extensions LICENSE= BSD3CLAUSE -RUN_DEPENDS= rubygem-google-protobuf>=3.2<4:devel/rubygem-google-protobuf \ - rubygem-googleapis-common-protos>=1.3.5<2.0:devel/rubygem-googleapis-common-protos \ - rubygem-googleauth>=0.6.2<0.10.0:security/rubygem-googleauth \ - rubygem-grpc>=1.7.2<2.0:net/rubygem-grpc \ +RUN_DEPENDS= rubygem-google-protobuf>=3.9<4:devel/rubygem-google-protobuf \ + rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \ + rubygem-googleauth>=0.9<1:security/rubygem-googleauth \ + rubygem-grpc124>=1.24<2:net/rubygem-grpc124 \ rubygem-rly>=0.2.3<0.3:textproc/rubygem-rly USES= gem Modified: head/devel/rubygem-google-gax/distinfo ============================================================================== --- head/devel/rubygem-google-gax/distinfo Sat Oct 26 14:30:24 2019 (r515694) +++ head/devel/rubygem-google-gax/distinfo Sat Oct 26 14:30:29 2019 (r515695) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567191948 -SHA256 (rubygem/google-gax-1.7.1.gem) = 342bfc814e47347303d80d2958daa40473f868e4c22600d1ccdfbd41e40f6515 -SIZE (rubygem/google-gax-1.7.1.gem) = 43520 +TIMESTAMP = 1571500158 +SHA256 (rubygem/google-gax-1.8.1.gem) = bb94591b0041cfff231b788b5d052ae3e609f373696ca42c9c7d86c8adb23238 +SIZE (rubygem/google-gax-1.8.1.gem) = 43520
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910261430.x9QEUUMg043295>