Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 16:23:42 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444304 - head/devel/flatbuffers
Message-ID:  <201706251623.v5PGNgn5097048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ultima
Date: Sun Jun 25 16:23:41 2017
New Revision: 444304
URL: https://svnweb.freebsd.org/changeset/ports/444304

Log:
  * Updated to 1.7.0
  
  Changelog:	https://github.com/google/flatbuffers/releases/tag/v1.7.0
  
  PR:		220083
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
  Reviewed by:	matthew (mentor)
  Approved by:	matthew (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11349

Modified:
  head/devel/flatbuffers/Makefile
  head/devel/flatbuffers/distinfo
  head/devel/flatbuffers/pkg-plist

Modified: head/devel/flatbuffers/Makefile
==============================================================================
--- head/devel/flatbuffers/Makefile	Sun Jun 25 16:21:46 2017	(r444303)
+++ head/devel/flatbuffers/Makefile	Sun Jun 25 16:23:41 2017	(r444304)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	flatbuffers
-PORTVERSION=	1.6.0
-PORTREVISION=	1
+PORTVERSION=	1.7.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -18,5 +17,9 @@ 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 <bsd.port.mk>

Modified: head/devel/flatbuffers/distinfo
==============================================================================
--- head/devel/flatbuffers/distinfo	Sun Jun 25 16:21:46 2017	(r444303)
+++ head/devel/flatbuffers/distinfo	Sun Jun 25 16:23:41 2017	(r444304)
@@ -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

Modified: head/devel/flatbuffers/pkg-plist
==============================================================================
--- head/devel/flatbuffers/pkg-plist	Sun Jun 25 16:21:46 2017	(r444303)
+++ head/devel/flatbuffers/pkg-plist	Sun Jun 25 16:23:41 2017	(r444304)
@@ -1,4 +1,5 @@
 bin/flatc
+include/flatbuffers/base.h
 include/flatbuffers/code_generators.h
 include/flatbuffers/flatbuffers.h
 include/flatbuffers/flatc.h
@@ -8,5 +9,7 @@ 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706251623.v5PGNgn5097048>