devel/py-grpcio-tools: update to 1.49.0.

This commit is contained in:
Vanilla I. Shu 2022-09-18 21:35:14 +08:00
parent 0521f4312c
commit e261591a6a
4 changed files with 4 additions and 26 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= grpcio-tools
PORTVERSION= 1.48.1
PORTVERSION= 1.49.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -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

View file

@ -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

View file

@ -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