Wed Dec 27 20:47:01 2017 UTC ()
At least on NetBSD, the version number comes after .so, so fix PLIST
accordingly.
Bump PKGREVISION.


(he)
diff -r1.1 -r1.2 pkgsrc/devel/flatbuffers/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/flatbuffers/PLIST

cvs diff -r1.1 -r1.2 pkgsrc/devel/flatbuffers/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/flatbuffers/Makefile 2017/11/22 19:30:48 1.1
+++ pkgsrc/devel/flatbuffers/Makefile 2017/12/27 20:47:00 1.2
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1# $NetBSD: Makefile,v 1.1 2017/11/22 19:30:48 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2017/12/27 20:47:00 he Exp $
2 2
3DISTNAME= flatbuffers-1.8.0 3DISTNAME= flatbuffers-1.8.0
4CATEGORIES= devel 4CATEGORIES= devel
 5PKGREVISION= 1
5MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
7 8
8MAINTAINER= minskim@NetBSD.org 9MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= http://google.github.io/flatbuffers/ 10HOMEPAGE= http://google.github.io/flatbuffers/
10COMMENT= Memory efficient serialization library 11COMMENT= Memory efficient serialization library
11LICENSE= apache-2.0 12LICENSE= apache-2.0
12 13
13USE_CMAKE= yes 14USE_CMAKE= yes
14USE_LANGUAGES= c c++11 15USE_LANGUAGES= c c++11
15 16
16CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release 17CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release
17CMAKE_ARGS+= -DFLATBUFFERS_BUILD_SHAREDLIB=ON 18CMAKE_ARGS+= -DFLATBUFFERS_BUILD_SHAREDLIB=ON

cvs diff -r1.1 -r1.2 pkgsrc/devel/flatbuffers/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/flatbuffers/PLIST 2017/11/22 19:30:48 1.1
+++ pkgsrc/devel/flatbuffers/PLIST 2017/12/27 20:47:00 1.2
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1@comment $NetBSD: PLIST,v 1.1 2017/11/22 19:30:48 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/12/27 20:47:00 he Exp $
2bin/flatc 2bin/flatc
3include/flatbuffers/base.h 3include/flatbuffers/base.h
4include/flatbuffers/code_generators.h 4include/flatbuffers/code_generators.h
5include/flatbuffers/flatbuffers.h 5include/flatbuffers/flatbuffers.h
6include/flatbuffers/flatc.h 6include/flatbuffers/flatc.h
7include/flatbuffers/flexbuffers.h 7include/flatbuffers/flexbuffers.h
8include/flatbuffers/grpc.h 8include/flatbuffers/grpc.h
9include/flatbuffers/hash.h 9include/flatbuffers/hash.h
10include/flatbuffers/idl.h 10include/flatbuffers/idl.h
11include/flatbuffers/minireflect.h 11include/flatbuffers/minireflect.h
12include/flatbuffers/reflection.h 12include/flatbuffers/reflection.h
13include/flatbuffers/reflection_generated.h 13include/flatbuffers/reflection_generated.h
14include/flatbuffers/registry.h 14include/flatbuffers/registry.h
15include/flatbuffers/stl_emulation.h 15include/flatbuffers/stl_emulation.h
16include/flatbuffers/util.h 16include/flatbuffers/util.h
17lib/cmake/flatbuffers/FlatbuffersConfig.cmake 17lib/cmake/flatbuffers/FlatbuffersConfig.cmake
18lib/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake 18lib/cmake/flatbuffers/FlatbuffersSharedTargets-release.cmake
19lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake 19lib/cmake/flatbuffers/FlatbuffersSharedTargets.cmake
20lib/cmake/flatbuffers/FlatbuffersTargets-release.cmake 20lib/cmake/flatbuffers/FlatbuffersTargets-release.cmake
21lib/cmake/flatbuffers/FlatbuffersTargets.cmake 21lib/cmake/flatbuffers/FlatbuffersTargets.cmake
22lib/cmake/flatbuffers/FlatcTargets-release.cmake 22lib/cmake/flatbuffers/FlatcTargets-release.cmake
23lib/cmake/flatbuffers/FlatcTargets.cmake 23lib/cmake/flatbuffers/FlatcTargets.cmake
24lib/libflatbuffers.${PKGVERSION}.so 24lib/libflatbuffers.so.${PKGVERSION}
25lib/libflatbuffers.1.so 25lib/libflatbuffers.so.1
26lib/libflatbuffers.a 26lib/libflatbuffers.a
27lib/libflatbuffers.so 27lib/libflatbuffers.so