From owner-svn-ports-all@freebsd.org Fri Feb 2 06:58:13 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F634EE96E9; Fri, 2 Feb 2018 06:58:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E179A7D815; Fri, 2 Feb 2018 06:58:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DB02F185F3; Fri, 2 Feb 2018 06:58:12 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w126wCp9072486; Fri, 2 Feb 2018 06:58:12 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w126wCVk072482; Fri, 2 Feb 2018 06:58:12 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201802020658.w126wCVk072482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Fri, 2 Feb 2018 06:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460671 - in head/devel/py-grpcio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/py-grpcio: . files X-SVN-Commit-Revision: 460671 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 06:58:13 -0000 Author: vanilla Date: Fri Feb 2 06:58:12 2018 New Revision: 460671 URL: https://svnweb.freebsd.org/changeset/ports/460671 Log: Update to 1.9.0. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Fri Feb 2 06:55:52 2018 (r460670) +++ head/devel/py-grpcio/Makefile Fri Feb 2 06:58:12 2018 (r460671) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.8.6 +PORTVERSION= 1.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Fri Feb 2 06:55:52 2018 (r460670) +++ head/devel/py-grpcio/distinfo Fri Feb 2 06:58:12 2018 (r460671) @@ -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 Modified: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py ============================================================================== --- head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Fri Feb 2 06:55:52 2018 (r460670) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Fri Feb 2 06:58:12 2018 (r460671) @@ -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', ]