Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:02:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 26c9b52a0220 - main - devel/py-protobuf: Cosmetic change
Message-ID:  <202110251602.19PG2UON079047@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=26c9b52a0220f87661c67c97a8dce5915a9f026c

commit 26c9b52a0220f87661c67c97a8dce5915a9f026c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:07:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:57:28 +0000

    devel/py-protobuf: Cosmetic change
---
 devel/py-protobuf/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 31b457db9db1..6a3f8fe9055e 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -16,9 +16,10 @@ BUILD_DEPENDS=	protoc:devel/protobuf
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR}
 
 USES=		cpe python:3.6+
-CPE_VENDOR=	google
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+CPE_VENDOR=	google
+
 .include <bsd.port.mk>


home | help

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