From owner-svn-ports-all@freebsd.org Sun Mar 7 22:10:52 2021 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 D47F5576808; Sun, 7 Mar 2021 22:10:52 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtwf34V4bz3vHP; Sun, 7 Mar 2021 22:10:51 +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 4797D1DE98; Sun, 7 Mar 2021 22:10:49 +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 127MAnw0030412; Sun, 7 Mar 2021 22:10:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127MAm9d030407; Sun, 7 Mar 2021 22:10:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072210.127MAm9d030407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:10:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567615 - in head: devel/google-cloud-cpp net/rubygem-grpc124 science/py-tensorflow sysutils/apache-mesos www/envoy X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel/google-cloud-cpp net/rubygem-grpc124 science/py-tensorflow sysutils/apache-mesos www/envoy X-SVN-Commit-Revision: 567615 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.34 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: Sun, 07 Mar 2021 22:10:53 -0000 Author: sunpoet Date: Sun Mar 7 22:10:47 2021 New Revision: 567615 URL: https://svnweb.freebsd.org/changeset/ports/567615 Log: Bump PORTREVISION for devel/grpc shlib change Modified: head/devel/google-cloud-cpp/Makefile head/net/rubygem-grpc124/Makefile head/science/py-tensorflow/Makefile head/sysutils/apache-mesos/Makefile head/www/envoy/Makefile Modified: head/devel/google-cloud-cpp/Makefile ============================================================================== --- head/devel/google-cloud-cpp/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/devel/google-cloud-cpp/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -3,7 +3,7 @@ PORTNAME= google-cloud-cpp DISTVERSIONPREFIX= v DISTVERSION= 1.21.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/net/rubygem-grpc124/Makefile ============================================================================== --- head/net/rubygem-grpc124/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/net/rubygem-grpc124/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.24.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 124 Modified: head/science/py-tensorflow/Makefile ============================================================================== --- head/science/py-tensorflow/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/science/py-tensorflow/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -3,7 +3,7 @@ PORTNAME= tensorflow DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= ${PORTNAME} Modified: head/sysutils/apache-mesos/Makefile ============================================================================== --- head/sysutils/apache-mesos/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/sysutils/apache-mesos/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -2,7 +2,7 @@ PORTNAME= mesos PORTVERSION= 1.10.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= APACHE/mesos/${PORTVERSION}:mesos PKGNAMEPREFIX= apache- Modified: head/www/envoy/Makefile ============================================================================== --- head/www/envoy/Makefile Sun Mar 7 22:10:40 2021 (r567614) +++ head/www/envoy/Makefile Sun Mar 7 22:10:47 2021 (r567615) @@ -4,7 +4,7 @@ PORTNAME= envoy PORTVERSION= 1.10.0 DISTVERSIONPREFIX= v -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= www MAINTAINER= danfe@FreeBSD.org