From owner-svn-ports-all@freebsd.org Fri May 4 17:48:46 2018 Return-Path: Delivered-To: svn-ports-all@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 F30B9FB336B; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@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 A230670D03; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@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 9B382121D1; Fri, 4 May 2018 17:48:45 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w44Hmjqg041017; Fri, 4 May 2018 17:48:45 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w44HmjCa041015; Fri, 4 May 2018 17:48:45 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201805041748.w44HmjCa041015@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Fri, 4 May 2018 17:48:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r469042 - branches/2018Q2/net/rubygem-grpc X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q2/net/rubygem-grpc X-SVN-Commit-Revision: 469042 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.25 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, 04 May 2018 17:48:46 -0000 Author: mfechner Date: Fri May 4 17:48:45 2018 New Revision: 469042 URL: https://svnweb.freebsd.org/changeset/ports/469042 Log: MFH: r467329 Update net/rubygem-grpc to 1.10.0 which is required for gitlab 10.6.x. Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D15035 Approved by: ports-secteam (feld) Modified: branches/2018Q2/net/rubygem-grpc/Makefile branches/2018Q2/net/rubygem-grpc/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/rubygem-grpc/Makefile ============================================================================== --- branches/2018Q2/net/rubygem-grpc/Makefile Fri May 4 17:47:21 2018 (r469041) +++ branches/2018Q2/net/rubygem-grpc/Makefile Fri May 4 17:48:45 2018 (r469042) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= grpc -PORTVERSION= 1.8.3 +PORTVERSION= 1.10.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ grpc>=0:devel/grpc \ - rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \ + rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \ rubygem-googleauth>=0.5.1:security/rubygem-googleauth \ rubygem-googleapis-common-protos-types>=1.0.0:devel/rubygem-googleapis-common-protos-types @@ -24,8 +24,8 @@ BUILD_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ MAKE_JOBS_UNSAFE=yes -USE_RUBY= yes USES= gem gmake pkgconfig +USE_RUBY= yes post-extract: @${RM} -r ${WRKSRC}/include ${WRKSRC}/third_party ${WRKSRC}/src/boringssl \ Modified: branches/2018Q2/net/rubygem-grpc/distinfo ============================================================================== --- branches/2018Q2/net/rubygem-grpc/distinfo Fri May 4 17:47:21 2018 (r469041) +++ branches/2018Q2/net/rubygem-grpc/distinfo Fri May 4 17:48:45 2018 (r469042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515448904 -SHA256 (rubygem/grpc-1.8.3.gem) = 325cebecb234f39ad0215edfbb9c65637aa79ddf632fc84f458755a6f0efeb3a -SIZE (rubygem/grpc-1.8.3.gem) = 2744832 +TIMESTAMP = 1523377112 +SHA256 (rubygem/grpc-1.10.0.gem) = 0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f +SIZE (rubygem/grpc-1.10.0.gem) = 2769408