aboutsummaryrefslogtreecommitdiff
path: root/devel/py-grpcio-tools
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2022-09-18 13:35:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2022-09-18 13:35:42 +0000
commite261591a6a8034bfa500c26679d4b40299dc6dc9 (patch)
tree122475868ded6b3cf71d12f7af740d266acc6564 /devel/py-grpcio-tools
parent0521f4312cde6534a38534589a14ee3cc1e1688b (diff)
devel/py-grpcio-tools: update to 1.49.0.
Diffstat (limited to 'devel/py-grpcio-tools')
-rw-r--r--devel/py-grpcio-tools/Makefile2
-rw-r--r--devel/py-grpcio-tools/distinfo6
-rw-r--r--devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_io_coded__stream.h11
-rw-r--r--devel/py-grpcio-tools/files/patch-third__party_protobuf_src_google_protobuf_stubs_port.h11
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