View | Details | Raw Unified | Return to bug 238400
Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	grpcio
4
PORTNAME=	grpcio
5
PORTVERSION=	1.20.1
5
PORTVERSION=	1.21.1
6
CATEGORIES=	devel python
6
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 18-24 Link Here
18
		${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR}
18
		${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR}
19
LIB_DEPENDS=	libcares.so:dns/c-ares
19
LIB_DEPENDS=	libcares.so:dns/c-ares
20
20
21
USES=		compiler:gcc-c++11-lib localbase:ldflags python
21
USES=		compiler:c++11-lib localbase:ldflags python
22
23
#USES=		compiler:gcc-c++11-lib localbase:ldflags python
22
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
23
MAKE_ENV+=	GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \
25
MAKE_ENV+=	GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \
24
		GRPC_PYTHON_BUILD_SYSTEM_CARES=true
26
		GRPC_PYTHON_BUILD_SYSTEM_CARES=true
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1556284695
1
TIMESTAMP = 1559922004
2
SHA256 (grpcio-1.20.1.tar.gz) = 84eb47b1a47e206e78f453fb92a155ed0d18d2ca8747f5c67e4b50b9c37180a7
2
SHA256 (grpcio-1.21.1.tar.gz) = fb98dbfee0d963b49ae5754554028cf62e6bd695f22de16d242ba9d2f0b7339b
3
SIZE (grpcio-1.20.1.tar.gz) = 13882426
3
SIZE (grpcio-1.21.1.tar.gz) = 13919484

Return to bug 238400