1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

devel/flatcc: Update 0.6.0 -> 0.6.1

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2022-05-23 12:12:06 -07:00
parent 3a3db649d8
commit 26c1218f1d
3 changed files with 9 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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