diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-02-02 06:58:12 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2018-02-02 06:58:12 +0000 |
commit | 6ce5129e011ba5730b36932c7bce7b1ec62eb2a5 (patch) | |
tree | 124303d0d9a4d45b6e67cd500069566d9ce34a00 | |
parent | Fix RIPENCC TRIMBLE driver compile error. (diff) |
Update to 1.9.0.
Notes
Notes:
svn path=/head/; revision=460671
-rw-r--r-- | devel/py-grpcio/Makefile | 2 | ||||
-rw-r--r-- | devel/py-grpcio/distinfo | 6 | ||||
-rw-r--r-- | devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py | 116 |
3 files changed, 58 insertions, 66 deletions
diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile index 8e90b695544a..5b69cc376ad6 100644 --- a/devel/py-grpcio/Makefile +++ b/devel/py-grpcio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.8.6 +PORTVERSION= 1.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo index 5090bf855e5a..a723b2dd7d6b 100644 --- a/devel/py-grpcio/distinfo +++ b/devel/py-grpcio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1517490642 -SHA256 (grpcio-1.8.6.tar.gz) = 6c6f56d3e8934320120b99b147de4bf8837ead2847464365534617c8c7ead3ed -SIZE (grpcio-1.8.6.tar.gz) = 9991692 +TIMESTAMP = 1517553241 +SHA256 (grpcio-1.9.0.tar.gz) = b61d3a7c45aa08f15dfa735a6a8282b5097be91ff36ad347594d3945ffc12181 +SIZE (grpcio-1.9.0.tar.gz) = 9994975 diff --git a/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py b/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py index 79cdbcbe9779..351ab4495528 100644 --- a/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py +++ b/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py @@ -1,64 +1,56 @@ ---- src/python/grpcio/grpc_core_dependencies.py.orig 2018-01-02 23:09:14 UTC +--- src/python/grpcio/grpc_core_dependencies.py.orig 2018-02-01 19:43:12 UTC +++ src/python/grpcio/grpc_core_dependencies.py -@@ -602,7 +602,6 @@ CORE_SOURCE_FILES = [ - 'third_party/boringssl/ssl/ssl_file.c', - 'third_party/boringssl/ssl/ssl_lib.c', - 'third_party/boringssl/ssl/ssl_privkey.c', -- 'third_party/boringssl/ssl/ssl_privkey_cc.cc', - 'third_party/boringssl/ssl/ssl_session.c', - 'third_party/boringssl/ssl/ssl_stat.c', - 'third_party/boringssl/ssl/ssl_transcript.c', -@@ -630,53 +629,4 @@ CORE_SOURCE_FILES = [ - 'third_party/zlib/trees.c', - 'third_party/zlib/uncompr.c', - 'third_party/zlib/zutil.c', -- 'third_party/cares/cares/ares__close_sockets.c', -- 'third_party/cares/cares/ares__get_hostent.c', -- 'third_party/cares/cares/ares__read_line.c', -- 'third_party/cares/cares/ares__timeval.c', -- 'third_party/cares/cares/ares_cancel.c', -- 'third_party/cares/cares/ares_create_query.c', -- 'third_party/cares/cares/ares_data.c', -- 'third_party/cares/cares/ares_destroy.c', -- 'third_party/cares/cares/ares_expand_name.c', -- 'third_party/cares/cares/ares_expand_string.c', -- 'third_party/cares/cares/ares_fds.c', -- 'third_party/cares/cares/ares_free_hostent.c', -- 'third_party/cares/cares/ares_free_string.c', -- 'third_party/cares/cares/ares_getenv.c', -- 'third_party/cares/cares/ares_gethostbyaddr.c', -- 'third_party/cares/cares/ares_gethostbyname.c', -- 'third_party/cares/cares/ares_getnameinfo.c', -- 'third_party/cares/cares/ares_getopt.c', -- 'third_party/cares/cares/ares_getsock.c', -- 'third_party/cares/cares/ares_init.c', -- 'third_party/cares/cares/ares_library_init.c', -- 'third_party/cares/cares/ares_llist.c', -- 'third_party/cares/cares/ares_mkquery.c', -- 'third_party/cares/cares/ares_nowarn.c', -- 'third_party/cares/cares/ares_options.c', -- 'third_party/cares/cares/ares_parse_a_reply.c', -- 'third_party/cares/cares/ares_parse_aaaa_reply.c', -- 'third_party/cares/cares/ares_parse_mx_reply.c', -- 'third_party/cares/cares/ares_parse_naptr_reply.c', -- 'third_party/cares/cares/ares_parse_ns_reply.c', -- 'third_party/cares/cares/ares_parse_ptr_reply.c', -- 'third_party/cares/cares/ares_parse_soa_reply.c', -- 'third_party/cares/cares/ares_parse_srv_reply.c', -- 'third_party/cares/cares/ares_parse_txt_reply.c', -- 'third_party/cares/cares/ares_platform.c', -- 'third_party/cares/cares/ares_process.c', -- 'third_party/cares/cares/ares_query.c', -- 'third_party/cares/cares/ares_search.c', -- 'third_party/cares/cares/ares_send.c', -- 'third_party/cares/cares/ares_strcasecmp.c', -- 'third_party/cares/cares/ares_strdup.c', -- 'third_party/cares/cares/ares_strerror.c', -- 'third_party/cares/cares/ares_timeout.c', -- 'third_party/cares/cares/ares_version.c', -- 'third_party/cares/cares/ares_writev.c', -- 'third_party/cares/cares/bitncmp.c', -- 'third_party/cares/cares/inet_net_pton.c', -- 'third_party/cares/cares/inet_ntop.c', -- 'third_party/cares/cares/windows_port.c', +@@ -629,53 +629,4 @@ CORE_SOURCE_FILES = [ + 'third_party/zlib/trees.c', + 'third_party/zlib/uncompr.c', + 'third_party/zlib/zutil.c', +- 'third_party/cares/cares/ares__close_sockets.c', +- 'third_party/cares/cares/ares__get_hostent.c', +- 'third_party/cares/cares/ares__read_line.c', +- 'third_party/cares/cares/ares__timeval.c', +- 'third_party/cares/cares/ares_cancel.c', +- 'third_party/cares/cares/ares_create_query.c', +- 'third_party/cares/cares/ares_data.c', +- 'third_party/cares/cares/ares_destroy.c', +- 'third_party/cares/cares/ares_expand_name.c', +- 'third_party/cares/cares/ares_expand_string.c', +- 'third_party/cares/cares/ares_fds.c', +- 'third_party/cares/cares/ares_free_hostent.c', +- 'third_party/cares/cares/ares_free_string.c', +- 'third_party/cares/cares/ares_getenv.c', +- 'third_party/cares/cares/ares_gethostbyaddr.c', +- 'third_party/cares/cares/ares_gethostbyname.c', +- 'third_party/cares/cares/ares_getnameinfo.c', +- 'third_party/cares/cares/ares_getopt.c', +- 'third_party/cares/cares/ares_getsock.c', +- 'third_party/cares/cares/ares_init.c', +- 'third_party/cares/cares/ares_library_init.c', +- 'third_party/cares/cares/ares_llist.c', +- 'third_party/cares/cares/ares_mkquery.c', +- 'third_party/cares/cares/ares_nowarn.c', +- 'third_party/cares/cares/ares_options.c', +- 'third_party/cares/cares/ares_parse_a_reply.c', +- 'third_party/cares/cares/ares_parse_aaaa_reply.c', +- 'third_party/cares/cares/ares_parse_mx_reply.c', +- 'third_party/cares/cares/ares_parse_naptr_reply.c', +- 'third_party/cares/cares/ares_parse_ns_reply.c', +- 'third_party/cares/cares/ares_parse_ptr_reply.c', +- 'third_party/cares/cares/ares_parse_soa_reply.c', +- 'third_party/cares/cares/ares_parse_srv_reply.c', +- 'third_party/cares/cares/ares_parse_txt_reply.c', +- 'third_party/cares/cares/ares_platform.c', +- 'third_party/cares/cares/ares_process.c', +- 'third_party/cares/cares/ares_query.c', +- 'third_party/cares/cares/ares_search.c', +- 'third_party/cares/cares/ares_send.c', +- 'third_party/cares/cares/ares_strcasecmp.c', +- 'third_party/cares/cares/ares_strdup.c', +- 'third_party/cares/cares/ares_strerror.c', +- 'third_party/cares/cares/ares_timeout.c', +- 'third_party/cares/cares/ares_version.c', +- 'third_party/cares/cares/ares_writev.c', +- 'third_party/cares/cares/bitncmp.c', +- 'third_party/cares/cares/inet_net_pton.c', +- 'third_party/cares/cares/inet_ntop.c', +- 'third_party/cares/cares/windows_port.c', ] |