Date: Sun, 2 May 2021 19:52:32 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: cc653b1c726d - main - www/py-google-api-core: Enable GRPC option by default Message-ID: <202105021952.142JqWia094251@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc653b1c726dacf9b4082971667dcab23d4fe5df commit cc653b1c726dacf9b4082971667dcab23d4fe5df Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-02 19:44:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-05-02 19:44:47 +0000 www/py-google-api-core: Enable GRPC option by default - Bump PORTREVISION for dependency change It is required by multiple py-google-cloud-* ports. --- www/py-google-api-core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile index 1e7c4675d9fa..402155171cdf 100644 --- a/www/py-google-api-core/Makefile +++ b/www/py-google-api-core/Makefile @@ -2,6 +2,7 @@ PORTNAME= google-api-core PORTVERSION= 1.26.3 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +27,7 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes OPTIONS_DEFINE= GRPC GRPCGCP +OPTIONS_DEFAULT=GRPC GRPC_DESC= gRPC support GRPCGCP_DESC= gRPC support for GCP
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105021952.142JqWia094251>