Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2020 21:24:08 +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: r545659 - head/devel/py-protobuf
Message-ID:  <202008212124.07LLO8mo057550@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Aug 21 21:24:08 2020
New Revision: 545659
URL: https://svnweb.freebsd.org/changeset/ports/545659

Log:
  Update to 3.12.4
  
  Changes:	https://github.com/protocolbuffers/protobuf/releases

Modified:
  head/devel/py-protobuf/Makefile
  head/devel/py-protobuf/distinfo

Modified: head/devel/py-protobuf/Makefile
==============================================================================
--- head/devel/py-protobuf/Makefile	Fri Aug 21 21:24:03 2020	(r545658)
+++ head/devel/py-protobuf/Makefile	Fri Aug 21 21:24:08 2020	(r545659)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	protobuf
-PORTVERSION=	3.12.2
+PORTVERSION=	3.12.4
 PORTEPOCH=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
@@ -13,7 +13,8 @@ COMMENT=	Google protobuf Python Client Library
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	protoc:devel/protobuf
+BUILD_DEPENDS=	protoc:devel/protobuf \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
 
 USES=		python

Modified: head/devel/py-protobuf/distinfo
==============================================================================
--- head/devel/py-protobuf/distinfo	Fri Aug 21 21:24:03 2020	(r545658)
+++ head/devel/py-protobuf/distinfo	Fri Aug 21 21:24:08 2020	(r545659)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1590675599
-SHA256 (protobuf-3.12.2.tar.gz) = 49ef8ab4c27812a89a76fa894fe7a08f42f2147078392c0dee51d4a444ef6df5
-SIZE (protobuf-3.12.2.tar.gz) = 265454
+TIMESTAMP = 1598029467
+SHA256 (protobuf-3.12.4.tar.gz) = c99e5aea75b6f2b29c8d8da5bdc5f5ed8d9a5b4f15115c8316a3f0a850f94656
+SIZE (protobuf-3.12.4.tar.gz) = 267598



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