Index: head/devel/flatbuffers/Makefile =================================================================== --- head/devel/flatbuffers/Makefile (revision 444303) +++ head/devel/flatbuffers/Makefile (revision 444304) @@ -1,22 +1,25 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= flatbuffers -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.7.0 DISTVERSIONPREFIX= v CATEGORIES= devel MAINTAINER= yuri@rawbw.com COMMENT= Memory efficient serialization library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_GITHUB= yes GH_ACCOUNT= google USES= cmake compiler:c++11-lib USE_LDCONFIG= yes +CMAKE_ARGS+= -DFLATBUFFERS_BUILD_SHAREDLIB:BOOL="ON" + +do-test: + cd ${WRKSRC} && ${MAKE_CMD} test .include Index: head/devel/flatbuffers/distinfo =================================================================== --- head/devel/flatbuffers/distinfo (revision 444303) +++ head/devel/flatbuffers/distinfo (revision 444304) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487236169 -SHA256 (google-flatbuffers-v1.6.0_GH0.tar.gz) = 768c50ebf5823f8cde81a9e38ffff115c8f5a5d031a37520d0024e7b9c6cd22e -SIZE (google-flatbuffers-v1.6.0_GH0.tar.gz) = 440968 +TIMESTAMP = 1497712612 +SHA256 (google-flatbuffers-v1.7.0_GH0.tar.gz) = 38b25c229c9691bbd723048736a1be1842657b322d48e9430e6b1e600e16b6fe +SIZE (google-flatbuffers-v1.7.0_GH0.tar.gz) = 475403 Index: head/devel/flatbuffers/pkg-plist =================================================================== --- head/devel/flatbuffers/pkg-plist (revision 444303) +++ head/devel/flatbuffers/pkg-plist (revision 444304) @@ -1,12 +1,15 @@ bin/flatc +include/flatbuffers/base.h include/flatbuffers/code_generators.h include/flatbuffers/flatbuffers.h include/flatbuffers/flatc.h include/flatbuffers/flexbuffers.h include/flatbuffers/grpc.h include/flatbuffers/hash.h include/flatbuffers/idl.h include/flatbuffers/reflection.h include/flatbuffers/reflection_generated.h +include/flatbuffers/registry.h include/flatbuffers/util.h lib/libflatbuffers.a +lib/libflatbuffers.so