From owner-svn-ports-all@freebsd.org Fri Apr 10 22:24:15 2020 Return-Path: Delivered-To: svn-ports-all@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 3867627C2F6; Fri, 10 Apr 2020 22:24:15 +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 48zXcF587dz3ChW; Fri, 10 Apr 2020 22:24:13 +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 8E8485A50; Fri, 10 Apr 2020 22:24:11 +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 03AMOBiN028074; Fri, 10 Apr 2020 22:24:11 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03AMOAAv028068; Fri, 10 Apr 2020 22:24:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202004102224.03AMOAAv028068@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 10 Apr 2020 22:24:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531377 - head/devel/rubygem-googleapis-common-protos-types X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-googleapis-common-protos-types X-SVN-Commit-Revision: 531377 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Apr 2020 22:24:15 -0000 Author: sunpoet Date: Fri Apr 10 22:24:10 2020 New Revision: 531377 URL: https://svnweb.freebsd.org/changeset/ports/531377 Log: Update to 1.0.5 - Update WWW Changes: https://github.com/googleapis/common-protos-ruby/blob/master/googleapis-common-protos-types/CHANGELOG.md Modified: head/devel/rubygem-googleapis-common-protos-types/Makefile head/devel/rubygem-googleapis-common-protos-types/distinfo head/devel/rubygem-googleapis-common-protos-types/pkg-descr Modified: head/devel/rubygem-googleapis-common-protos-types/Makefile ============================================================================== --- head/devel/rubygem-googleapis-common-protos-types/Makefile Fri Apr 10 22:24:05 2020 (r531376) +++ head/devel/rubygem-googleapis-common-protos-types/Makefile Fri Apr 10 22:24:10 2020 (r531377) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= googleapis-common-protos-types -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ COMMENT= Common protocol buffer types used by Google A LICENSE= APACHE20 -RUN_DEPENDS= rubygem-google-protobuf>=3.0<4:devel/rubygem-google-protobuf +RUN_DEPENDS= rubygem-google-protobuf>=3.11<4:devel/rubygem-google-protobuf USES= gem USE_RUBY= yes Modified: head/devel/rubygem-googleapis-common-protos-types/distinfo ============================================================================== --- head/devel/rubygem-googleapis-common-protos-types/distinfo Fri Apr 10 22:24:05 2020 (r531376) +++ head/devel/rubygem-googleapis-common-protos-types/distinfo Fri Apr 10 22:24:10 2020 (r531377) @@ -1,3 +1,3 @@ -TIMESTAMP = 1554486051 -SHA256 (rubygem/googleapis-common-protos-types-1.0.4.gem) = e169be820cab41b2dd9f712a02c8127fd58b8aa116a680d1041247a71849d943 -SIZE (rubygem/googleapis-common-protos-types-1.0.4.gem) = 13312 +TIMESTAMP = 1586534901 +SHA256 (rubygem/googleapis-common-protos-types-1.0.5.gem) = 51c2975525fcaa840b6dc250ae87ea439b5a6796ead847843605d87256505ba9 +SIZE (rubygem/googleapis-common-protos-types-1.0.5.gem) = 14336 Modified: head/devel/rubygem-googleapis-common-protos-types/pkg-descr ============================================================================== --- head/devel/rubygem-googleapis-common-protos-types/pkg-descr Fri Apr 10 22:24:05 2020 (r531376) +++ head/devel/rubygem-googleapis-common-protos-types/pkg-descr Fri Apr 10 22:24:10 2020 (r531377) @@ -1,3 +1,4 @@ Interface definitions for a small (but growing) set of Google APIs -WWW: https://github.com/googleapis/googleapis +WWW: https://github.com/googleapis/common-protos-ruby +WWW: https://github.com/googleapis/common-protos-ruby/tree/master/googleapis-common-protos-types