From owner-svn-ports-all@freebsd.org Mon Jun 10 04:11:04 2019 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 7009915B3717; Mon, 10 Jun 2019 04:11:04 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FDFB917AE; Mon, 10 Jun 2019 04:11:04 +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 D9215CFFA; Mon, 10 Jun 2019 04:11:03 +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 x5A4B3Sv032093; Mon, 10 Jun 2019 04:11:03 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5A4B3cQ032091; Mon, 10 Jun 2019 04:11:03 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201906100411.x5A4B3cQ032091@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 10 Jun 2019 04:11:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503873 - head/devel/py-grpcio X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: head/devel/py-grpcio X-SVN-Commit-Revision: 503873 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0FDFB917AE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 10 Jun 2019 04:11:04 -0000 Author: vanilla Date: Mon Jun 10 04:11:03 2019 New Revision: 503873 URL: https://svnweb.freebsd.org/changeset/ports/503873 Log: Update to 1.21.1, and remove dependency of gcc. PR: 238400 Submitted by: garga@ Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Mon Jun 10 01:50:10 2019 (r503872) +++ head/devel/py-grpcio/Makefile Mon Jun 10 04:11:03 2019 (r503873) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.20.1 +PORTVERSION= 1.21.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} LIB_DEPENDS= libcares.so:dns/c-ares -USES= compiler:gcc-c++11-lib localbase:ldflags python +USES= compiler:c++11-lib localbase:ldflags python USE_PYTHON= autoplist distutils MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ GRPC_PYTHON_BUILD_SYSTEM_CARES=true Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Mon Jun 10 01:50:10 2019 (r503872) +++ head/devel/py-grpcio/distinfo Mon Jun 10 04:11:03 2019 (r503873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556284695 -SHA256 (grpcio-1.20.1.tar.gz) = 84eb47b1a47e206e78f453fb92a155ed0d18d2ca8747f5c67e4b50b9c37180a7 -SIZE (grpcio-1.20.1.tar.gz) = 13882426 +TIMESTAMP = 1560136986 +SHA256 (grpcio-1.21.1.tar.gz) = fb98dbfee0d963b49ae5754554028cf62e6bd695f22de16d242ba9d2f0b7339b +SIZE (grpcio-1.21.1.tar.gz) = 13919484