devel/py-grpcio-tools: update to 1.49.0.
This commit is contained in:
parent
0521f4312c
commit
e261591a6a
4 changed files with 4 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= grpcio-tools
|
||||
PORTVERSION= 1.48.1
|
||||
PORTVERSION= 1.49.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in a new issue