From 26c1218f1d274c80da5bec80c523df01700b3fd1 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 23 May 2022 12:12:06 -0700 Subject: [PATCH] devel/flatcc: Update 0.6.0 -> 0.6.1 Reported by: portscout --- devel/flatcc/Makefile | 5 +++-- devel/flatcc/distinfo | 6 +++--- devel/flatcc/pkg-plist | 3 +++ 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/flatcc/Makefile b/devel/flatcc/Makefile index 7ca9bbc11743..4360b6465182 100644 --- a/devel/flatcc/Makefile +++ b/devel/flatcc/Makefile @@ -1,6 +1,6 @@ PORTNAME= flatcc DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 +DISTVERSION= 0.6.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,9 +10,10 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lib +USE_LDCONFIG= yes + USE_GITHUB= yes GH_ACCOUNT= dvidelabs -USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS FLATCC_INSTALL CMAKE_OFF= FLATCC_TEST diff --git a/devel/flatcc/distinfo b/devel/flatcc/distinfo index 4b228c538e7a..a4bfe5bda180 100644 --- a/devel/flatcc/distinfo +++ b/devel/flatcc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568956600 -SHA256 (dvidelabs-flatcc-v0.6.0_GH0.tar.gz) = a92da3566d11e19bb807a83554b1a2c644a5bd91c9d9b088514456bb56e1c666 -SIZE (dvidelabs-flatcc-v0.6.0_GH0.tar.gz) = 514647 +TIMESTAMP = 1653332675 +SHA256 (dvidelabs-flatcc-v0.6.1_GH0.tar.gz) = 2533c2f1061498499f15acc7e0937dcf35bc68e685d237325124ae0d6c600c2b +SIZE (dvidelabs-flatcc-v0.6.1_GH0.tar.gz) = 530002 diff --git a/devel/flatcc/pkg-plist b/devel/flatcc/pkg-plist index 7ebd6badd420..4cc9872d5663 100644 --- a/devel/flatcc/pkg-plist +++ b/devel/flatcc/pkg-plist @@ -2,6 +2,7 @@ bin/flatcc%%SUFFIX%% include/flatcc/flatcc.h include/flatcc/flatcc_accessors.h include/flatcc/flatcc_alloc.h +include/flatcc/flatcc_assert.h include/flatcc/flatcc_builder.h include/flatcc/flatcc_emitter.h include/flatcc/flatcc_endian.h @@ -31,7 +32,9 @@ include/flatcc/portable/include/std/stdalign.h include/flatcc/portable/include/std/stdbool.h include/flatcc/portable/include/std/stdint.h include/flatcc/portable/paligned_alloc.h +include/flatcc/portable/pattributes.h include/flatcc/portable/pbase64.h +include/flatcc/portable/pcrt.h include/flatcc/portable/pdiagnostic.h include/flatcc/portable/pdiagnostic_pop.h include/flatcc/portable/pdiagnostic_push.h