Date: Wed, 14 Dec 2016 17:58:27 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428582 - head/devel/py-protobuf Message-ID: <201612141758.uBEHwRro037977@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Dec 14 17:58:27 2016 New Revision: 428582 URL: https://svnweb.freebsd.org/changeset/ports/428582 Log: - Update to 3.1.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 Wed Dec 14 17:58:20 2016 (r428581) +++ head/devel/py-protobuf/Makefile Wed Dec 14 17:58:27 2016 (r428582) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= protobuf -PORTVERSION= 2.6.1 +PORTVERSION= 3.1.0 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,9 +12,9 @@ COMMENT= Google protobuf Python Client L LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:devel/py-google-apputils \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six \ protoc:devel/protobuf -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-apputils>=0:devel/py-google-apputils +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six DO_MAKE_TEST= ${PYTHON_CMD} ${PYDISTUTILS_SETUP} NO_ARCH= yes Modified: head/devel/py-protobuf/distinfo ============================================================================== --- head/devel/py-protobuf/distinfo Wed Dec 14 17:58:20 2016 (r428581) +++ head/devel/py-protobuf/distinfo Wed Dec 14 17:58:27 2016 (r428582) @@ -1,2 +1,3 @@ -SHA256 (google-protobuf-v2.6.1_GH0.tar.gz) = 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1 -SIZE (google-protobuf-v2.6.1_GH0.tar.gz) = 1349051 +TIMESTAMP = 1481285848 +SHA256 (google-protobuf-v3.1.0_GH0.tar.gz) = 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7 +SIZE (google-protobuf-v3.1.0_GH0.tar.gz) = 4051503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612141758.uBEHwRro037977>