Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2022 13:35:55 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e261591a6a80 - main - devel/py-grpcio-tools: update to 1.49.0.
Message-ID:  <202209181335.28IDZtUc004423@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e261591a6a8034bfa500c26679d4b40299dc6dc9

commit e261591a6a8034bfa500c26679d4b40299dc6dc9
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2022-09-18 13:35:14 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2022-09-18 13:35:42 +0000

    devel/py-grpcio-tools: update to 1.49.0.
---
 devel/py-grpcio-tools/Makefile                                |  2 +-
 devel/py-grpcio-tools/distinfo                                |  6 +++---
 ...ird__party_protobuf_src_google_protobuf_io_coded__stream.h | 11 -----------
 ...tch-third__party_protobuf_src_google_protobuf_stubs_port.h | 11 -----------
 4 files changed, 4 insertions(+), 26 deletions(-)

diff --git a/devel/py-grpcio-tools/Makefile b/devel/py-grpcio-tools/Makefile
index 3e2b0857031e..fc7498dfefe8 100644
--- a/devel/py-grpcio-tools/Makefile
+++ b/devel/py-grpcio-tools/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	grpcio-tools
-PORTVERSION=	1.48.1
+PORTVERSION=	1.49.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-grpcio-tools/distinfo b/devel/py-grpcio-tools/distinfo
index 64798e0caa7a..82ca0c0a8b98 100644
--- a/devel/py-grpcio-tools/distinfo
+++ b/devel/py-grpcio-tools/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1662189801
-SHA256 (grpcio-tools-1.48.1.tar.gz) = 1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183
-SIZE (grpcio-tools-1.48.1.tar.gz) = 2236762
+TIMESTAMP = 1663507524
+SHA256 (grpcio-tools-1.49.0.tar.gz) = 16ac93ac515194f63febcf6f8a96a7f17390268972acc15e765d257f5008f2af
+SIZE (grpcio-tools-1.49.0.tar.gz) = 2238106
diff --git a/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_io_coded__stream.h b/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_io_coded__stream.h
deleted file mode 100644
index 15283972c1bc..000000000000
--- a/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_io_coded__stream.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- third_party/protobuf/src/google/protobuf/io/coded_stream.h.orig	2021-04-10 02:54:14 UTC
-+++ third_party/protobuf/src/google/protobuf/io/coded_stream.h
-@@ -131,7 +131,7 @@
- #pragma runtime_checks("c", off)
- #endif
- #else
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- #include <machine/endian.h>  // __BYTE_ORDER
- #else
- #include <endian.h>  // __BYTE_ORDER
diff --git a/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_stubs_port.h b/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_stubs_port.h
deleted file mode 100644
index 1c2591d13e2e..000000000000
--- a/devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_stubs_port.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- third_party/protobuf/src/google/protobuf/stubs/port.h.orig	2021-04-10 02:52:06 UTC
-+++ third_party/protobuf/src/google/protobuf/stubs/port.h
-@@ -57,7 +57,7 @@
- #pragma runtime_checks("c", off)
- #endif
- #else
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- #include <machine/endian.h>  // __BYTE_ORDER
- #else
- #include <endian.h>  // __BYTE_ORDER



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209181335.28IDZtUc004423>