From owner-svn-ports-all@freebsd.org Thu Jun 22 08:22:58 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 A7DF0D86262; Thu, 22 Jun 2017 08:22:58 +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 6875772A2D; Thu, 22 Jun 2017 08:22:58 +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 v5M8MtCk013726; Thu, 22 Jun 2017 08:22:55 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5M8Mt1A013724; Thu, 22 Jun 2017 08:22:55 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201706220822.v5M8Mt1A013724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 22 Jun 2017 08:22:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444103 - 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: Thu, 22 Jun 2017 08:22:58 -0000 Author: vanilla Date: Thu Jun 22 08:22:55 2017 New Revision: 444103 URL: https://svnweb.freebsd.org/changeset/ports/444103 Log: 1: Update to 1.4.0. 2: Add py-protobuf as RUN_DEPENDS. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Thu Jun 22 07:43:50 2017 (r444102) +++ head/devel/py-grpcio/Makefile Thu Jun 22 08:22:55 2017 (r444103) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.3.5 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,8 @@ COMMENT= HTTP/2-based RPC framework LICENSE= BSD3CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 + ${PYTHON_PKGNAMEPREFIX}enum34>1:devel/py-enum34 \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf LIB_DEPENDS= libcares.so:dns/c-ares BROKEN_aarch64= fails to compile: cpu-aarch64-linux.c: fatal error: 'sys/auxv.h' file not found Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Thu Jun 22 07:43:50 2017 (r444102) +++ head/devel/py-grpcio/distinfo Thu Jun 22 08:22:55 2017 (r444103) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495533092 -SHA256 (grpcio-1.3.5.tar.gz) = 3b5c9d3066660749d5f7b6d76f51249855ad3b2c556407b95efb742a5a5f23ea -SIZE (grpcio-1.3.5.tar.gz) = 8912172 +TIMESTAMP = 1498115398 +SHA256 (grpcio-1.4.0.tar.gz) = a3a213a4c24b5c572b386d752e3b74a3f1b8fa5d03c07b6166fa39f3a6cdef34 +SIZE (grpcio-1.4.0.tar.gz) = 9095819