diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2019-06-10 04:11:03 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2019-06-10 04:11:03 +0000 |
commit | d75c3f8e8097f279c0c2b593c0ed7f9d83a05520 (patch) | |
tree | 5de29d2f4d89b96cd8c12f1f6c5c6ba7c4318790 | |
parent | 8e5e77c5e62da3773c02ecb09cbeac08f3d58781 (diff) | |
download | freebsd-ports-d75c3f8e8097f279c0c2b593c0ed7f9d83a05520.zip |
Update to 1.21.1, and remove dependency of gcc.
PR: 238400
Submitted by: garga@
-rw-r--r-- | devel/py-grpcio/Makefile | 4 | ||||
-rw-r--r-- | devel/py-grpcio/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-grpcio/Makefile b/devel/py-grpcio/Makefile index 62e8b13e03d4..3259e74d9e6b 100644 --- a/devel/py-grpcio/Makefile +++ b/devel/py-grpcio/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.20.1 +PORTVERSION= 1.21.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR} LIB_DEPENDS= libcares.so:dns/c-ares -USES= compiler:gcc-c++11-lib localbase:ldflags python +USES= compiler:c++11-lib localbase:ldflags python USE_PYTHON= autoplist distutils MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \ GRPC_PYTHON_BUILD_SYSTEM_CARES=true diff --git a/devel/py-grpcio/distinfo b/devel/py-grpcio/distinfo index ced95e4923e1..f05f93f5985d 100644 --- a/devel/py-grpcio/distinfo +++ b/devel/py-grpcio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556284695 -SHA256 (grpcio-1.20.1.tar.gz) = 84eb47b1a47e206e78f453fb92a155ed0d18d2ca8747f5c67e4b50b9c37180a7 -SIZE (grpcio-1.20.1.tar.gz) = 13882426 +TIMESTAMP = 1560136986 +SHA256 (grpcio-1.21.1.tar.gz) = fb98dbfee0d963b49ae5754554028cf62e6bd695f22de16d242ba9d2f0b7339b +SIZE (grpcio-1.21.1.tar.gz) = 13919484 |