Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2017 18:25:32 +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: r456056 - head/devel/py-protobuf
Message-ID:  <201712111825.vBBIPWMj083637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712111825.vBBIPWMj083637>