Skip to content

Commit

Permalink
devel/flatcc: Update 0.6.0 -> 0.6.1
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed May 23, 2022
1 parent 3a3db64 commit 26c1218
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 3 additions & 0 deletions devel/flatcc/pkg-plist
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 26c1218

Please sign in to comment.