From owner-svn-ports-all@freebsd.org Tue May 23 10:29:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87BAAD7AC54; Tue, 23 May 2017 10:29:53 +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 mx1.freebsd.org (Postfix) with ESMTPS id 543111F72; Tue, 23 May 2017 10:29:53 +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 v4NATqKT052611; Tue, 23 May 2017 10:29:52 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4NATq2S052609; Tue, 23 May 2017 10:29:52 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201705231029.v4NATq2S052609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Tue, 23 May 2017 10:29:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441512 - head/devel/py-grpcio X-SVN-Group: ports-head 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.23 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: Tue, 23 May 2017 10:29:53 -0000 Author: vanilla Date: Tue May 23 10:29:51 2017 New Revision: 441512 URL: https://svnweb.freebsd.org/changeset/ports/441512 Log: Update to 1.3.5. Sponsored by: kkstream Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Tue May 23 09:18:04 2017 (r441511) +++ head/devel/py-grpcio/Makefile Tue May 23 10:29:51 2017 (r441512) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -24,4 +24,7 @@ CFLAGS+= -Ithird_party/boringssl/include -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lcares +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/grpc/_cython/cygrpc.so + .include Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Tue May 23 09:18:04 2017 (r441511) +++ head/devel/py-grpcio/distinfo Tue May 23 10:29:51 2017 (r441512) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493468361 -SHA256 (grpcio-1.3.0.tar.gz) = 5be61ebececb350eb79e083d6960bd2302d949ff1077738d0eb6a584757abd2d -SIZE (grpcio-1.3.0.tar.gz) = 8911170 +TIMESTAMP = 1495533092 +SHA256 (grpcio-1.3.5.tar.gz) = 3b5c9d3066660749d5f7b6d76f51249855ad3b2c556407b95efb742a5a5f23ea +SIZE (grpcio-1.3.5.tar.gz) = 8912172