Skip to content

Commit

Permalink
Update to 1.37.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillahsu committed Apr 10, 2021
1 parent 0faef6d commit 2136ed0
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/py-grpcio-tools/Makefile
@@ -1,7 +1,7 @@
# Created by: vanilla@

PORTNAME= grpcio-tools
PORTVERSION= 1.36.1
PORTVERSION= 1.37.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-grpcio-tools/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1614918785
SHA256 (grpcio-tools-1.36.1.tar.gz) = 80ef584f7b917f575e4b8f2ec59cd4a4d98c2046e801a735f3136b05742a36a6
SIZE (grpcio-tools-1.36.1.tar.gz) = 2118932
TIMESTAMP = 1618022759
SHA256 (grpcio-tools-1.37.0.tar.gz) = 3ec510c1b6bfc32effc639acf9a055e72dab7a7b6757bf72f2132790d6a7cf1c
SIZE (grpcio-tools-1.37.0.tar.gz) = 2120358
@@ -0,0 +1,11 @@
--- 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
@@ -0,0 +1,11 @@
--- 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

0 comments on commit 2136ed0

Please sign in to comment.