devel/glaze: update 5.0.2 → 5.1.0

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2025-04-10 21:09:08 -07:00
parent a0880a58da
commit 1d90b0c753
3 changed files with 14 additions and 5 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= glaze
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.2
DISTVERSION= 5.1.0
CATEGORIES= devel textproc
MAINTAINER= yuri@FreeBSD.org
@ -32,6 +32,6 @@ LDFLAGS+= -pthread
NO_ARCH= yes
# tests as of 5.0.2: 100% tests passed, 0 tests failed out of 26
# tests as of 5.1.0: 100% tests passed, 0 tests failed out of 26
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1743223641
SHA256 (stephenberry-glaze-v5.0.2_GH0.tar.gz) = ed47ba0b5dcef5a2d2a41b4863e91a3b509c469a70c1a1fed885545d1b672681
SIZE (stephenberry-glaze-v5.0.2_GH0.tar.gz) = 564105
TIMESTAMP = 1744343351
SHA256 (stephenberry-glaze-v5.1.0_GH0.tar.gz) = c91265728918f914a69a935e2d1dbca26d025170b6d338220fc83b698c913f80
SIZE (stephenberry-glaze-v5.1.0_GH0.tar.gz) = 576307

View file

@ -55,6 +55,15 @@ include/glaze/core/write_chars.hpp
include/glaze/csv.hpp
include/glaze/csv/read.hpp
include/glaze/csv/write.hpp
include/glaze/eetf.hpp
include/glaze/eetf/cmp.hpp
include/glaze/eetf/defs.hpp
include/glaze/eetf/ei.hpp
include/glaze/eetf/opts.hpp
include/glaze/eetf/read.hpp
include/glaze/eetf/types.hpp
include/glaze/eetf/wrappers.hpp
include/glaze/eetf/write.hpp
include/glaze/exceptions/binary_exceptions.hpp
include/glaze/exceptions/core_exceptions.hpp
include/glaze/exceptions/csv_exceptions.hpp