git: cc653b1c726d - main - www/py-google-api-core: Enable GRPC option by default

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 2 19:52:33 UTC 2021


The branch main has been updated by sunpoet:

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

commit cc653b1c726dacf9b4082971667dcab23d4fe5df
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:44:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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
 


More information about the dev-commits-ports-all mailing list