From owner-svn-ports-head@freebsd.org Mon Dec 11 18:25:34 2017 Return-Path: Delivered-To: svn-ports-head@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 1C3A4E99F08; Mon, 11 Dec 2017 18:25:34 +0000 (UTC) (envelope-from sunpoet@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 D7972721B8; Mon, 11 Dec 2017 18:25:33 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBBIPWwg083639; Mon, 11 Dec 2017 18:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBBIPWMj083637; Mon, 11 Dec 2017 18:25:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712111825.vBBIPWMj083637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 11 Dec 2017 18:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456056 - head/devel/py-protobuf X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-protobuf X-SVN-Commit-Revision: 456056 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2017 18:25:34 -0000 Author: sunpoet Date: Mon Dec 11 18:25:32 2017 New Revision: 456056 URL: https://svnweb.freebsd.org/changeset/ports/456056 Log: Update to 3.5.0 Changes: https://github.com/google/protobuf/releases Modified: head/devel/py-protobuf/Makefile head/devel/py-protobuf/distinfo Modified: head/devel/py-protobuf/Makefile ============================================================================== --- head/devel/py-protobuf/Makefile Mon Dec 11 18:04:25 2017 (r456055) +++ head/devel/py-protobuf/Makefile Mon Dec 11 18:25:32 2017 (r456056) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 3.4.1 +PORTVERSION= 3.5.0 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ COMMENT= Google protobuf Python Client Library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${FLAVOR} \ - protoc:devel/protobuf +BUILD_DEPENDS= protoc:devel/protobuf \ + ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${FLAVOR} DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Mon Dec 11 18:04:25 2017 (r456055) +++ head/devel/py-protobuf/distinfo Mon Dec 11 18:25:32 2017 (r456056) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505660595 -SHA256 (google-protobuf-v3.4.1_GH0.tar.gz) = 8e0236242106e680b4f9f576cc44b8cd711e948b20a9fc07769b0a20ceab9cc4 -SIZE (google-protobuf-v3.4.1_GH0.tar.gz) = 4490100 +TIMESTAMP = 1510695992 +SHA256 (google-protobuf-v3.5.0_GH0.tar.gz) = 0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c +SIZE (google-protobuf-v3.5.0_GH0.tar.gz) = 4565088