View | Details | Raw Unified | Return to bug 220320 | Differences between
and this patch

Collapse All | Expand All

(-)devel/flatbuffers/Makefile (-7 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	flatbuffers
4
PORTNAME=	flatbuffers
5
PORTVERSION=	1.7.0
5
PORTVERSION=	1.7.1
6
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
8
Lines 12-25 Link Here
12
LICENSE=	APACHE20
12
LICENSE=	APACHE20
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
14
15
USE_GITHUB=	yes
16
GH_ACCOUNT=	google
17
18
USES=		cmake compiler:c++11-lib
15
USES=		cmake compiler:c++11-lib
19
USE_LDCONFIG=	yes
16
USE_LDCONFIG=	yes
20
CMAKE_ARGS+=	-DFLATBUFFERS_BUILD_SHAREDLIB:BOOL="ON"
17
CMAKE_ARGS=	-DFLATBUFFERS_BUILD_SHAREDLIB:BOOL="ON"
18
TEST_TARGET=	test
21
19
22
do-test:
20
USE_GITHUB=	yes
23
	cd ${WRKSRC} && ${MAKE_CMD} test
21
GH_ACCOUNT=	google
24
22
25
.include <bsd.port.mk>
23
.include <bsd.port.mk>
(-)devel/flatbuffers/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1497712612
1
TIMESTAMP = 1498618826
2
SHA256 (google-flatbuffers-v1.7.0_GH0.tar.gz) = 38b25c229c9691bbd723048736a1be1842657b322d48e9430e6b1e600e16b6fe
2
SHA256 (google-flatbuffers-v1.7.1_GH0.tar.gz) = 0f8dcdcfbbaba034756f97e4f9946a3784399b578f1b60c8deee3c85fafa3089
3
SIZE (google-flatbuffers-v1.7.0_GH0.tar.gz) = 475403
3
SIZE (google-flatbuffers-v1.7.1_GH0.tar.gz) = 475449

Return to bug 220320