Index: head/devel/flatbuffers/Makefile =================================================================== --- head/devel/flatbuffers/Makefile (revision 454662) +++ head/devel/flatbuffers/Makefile (revision 454663) @@ -1,24 +1,24 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= flatbuffers -PORTVERSION= 1.7.1 -PORTREVISION= 1 DISTVERSIONPREFIX= v +DISTVERSION= 1.8.0 CATEGORIES= devel -MAINTAINER= yuri@rawbw.com +MAINTAINER= yuri@FreeBSD.org COMMENT= Memory efficient serialization library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c++11-lib USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= google CMAKE_ARGS= -DFLATBUFFERS_BUILD_SHAREDLIB:BOOL="ON" TEST_TARGET= test +PLIST_SUB= SHLIB_VER=${PORTVERSION} .include Index: head/devel/flatbuffers/distinfo =================================================================== --- head/devel/flatbuffers/distinfo (revision 454662) +++ head/devel/flatbuffers/distinfo (revision 454663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1498618826 -SHA256 (google-flatbuffers-v1.7.1_GH0.tar.gz) = 0f8dcdcfbbaba034756f97e4f9946a3784399b578f1b60c8deee3c85fafa3089 -SIZE (google-flatbuffers-v1.7.1_GH0.tar.gz) = 475449 +TIMESTAMP = 1511262983 +SHA256 (google-flatbuffers-v1.8.0_GH0.tar.gz) = c45029c0a0f1a88d416af143e34de96b3091642722aa2d8c090916c6d1498c2e +SIZE (google-flatbuffers-v1.8.0_GH0.tar.gz) = 616362 Index: head/devel/flatbuffers/pkg-plist =================================================================== --- head/devel/flatbuffers/pkg-plist (revision 454662) +++ head/devel/flatbuffers/pkg-plist (revision 454663) @@ -1,15 +1,26 @@ 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/minireflect.h include/flatbuffers/reflection.h include/flatbuffers/reflection_generated.h include/flatbuffers/registry.h +include/flatbuffers/stl_emulation.h include/flatbuffers/util.h +lib/cmake/flatbuffers/FlatbuffersConfig.cmake +lib/cmake/flatbuffers/FlatbuffersSharedTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake +lib/cmake/flatbuffers/FlatbuffersTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/flatbuffers/FlatbuffersTargets.cmake +lib/cmake/flatbuffers/FlatcTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/flatbuffers/FlatcTargets.cmake lib/libflatbuffers.a lib/libflatbuffers.so +lib/libflatbuffers.so.1 +lib/libflatbuffers.so.%%SHLIB_VER%%