diff --git a/textproc/libfyaml/Makefile b/textproc/libfyaml/Makefile index 3f49ee6909db..fe7b6acd467c 100644 --- a/textproc/libfyaml/Makefile +++ b/textproc/libfyaml/Makefile @@ -1,30 +1,30 @@ PORTNAME= libfyaml -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.6 CATEGORIES= textproc MASTER_SITES= https://github.com/pantoniou/libfyaml/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= YAML parser and emitter WWW= https://github.com/pantoniou/libfyaml LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= git:devel/git \ bash:shells/bash USES= gmake libtool shebangfix # will change to cmake soon USE_LDCONFIG= yes SHEBANG_FILES= test/testemitter.test GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check post-patch: ${GREP} -rl "#include " ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -E "s|#include |#include |" .include diff --git a/textproc/libfyaml/distinfo b/textproc/libfyaml/distinfo index 156b077e9bbe..82608f942d6b 100644 --- a/textproc/libfyaml/distinfo +++ b/textproc/libfyaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769785450 -SHA256 (libfyaml-0.9.3.tar.gz) = d4541c36ae726f51e9df22dd8ac1a19d122666060daf3806e37b848d4c73a8ed -SIZE (libfyaml-0.9.3.tar.gz) = 1076446 +TIMESTAMP = 1778799968 +SHA256 (libfyaml-0.9.6.tar.gz) = a59cc3331e2eb903ec36933ad52a45888041cac31e44f553a00511131242c483 +SIZE (libfyaml-0.9.6.tar.gz) = 1146628 diff --git a/textproc/libfyaml/pkg-plist b/textproc/libfyaml/pkg-plist index 8038e8c5a9d0..4a0ad165c5ae 100644 --- a/textproc/libfyaml/pkg-plist +++ b/textproc/libfyaml/pkg-plist @@ -1,20 +1,36 @@ bin/fy-compose bin/fy-dump bin/fy-filter bin/fy-join bin/fy-testsuite bin/fy-tool bin/fy-ypath include/libfyaml.h +include/libfyaml/libfyaml-align.h +include/libfyaml/libfyaml-allocator.h +include/libfyaml/libfyaml-atomics.h +include/libfyaml/libfyaml-blake3.h +include/libfyaml/libfyaml-composer.h +include/libfyaml/libfyaml-core.h +include/libfyaml/libfyaml-docbuild.h +include/libfyaml/libfyaml-dociter.h +include/libfyaml/libfyaml-endian.h +include/libfyaml/libfyaml-path-exec.h +include/libfyaml/libfyaml-thread.h +include/libfyaml/libfyaml-util.h +include/libfyaml/libfyaml-vlsize.h lib/libfyaml.a lib/libfyaml.so lib/libfyaml.so.0 lib/libfyaml.so.0.0.0 libdata/pkgconfig/libfyaml.pc share/man/man1/fy-compose.1.gz share/man/man1/fy-dump.1.gz share/man/man1/fy-filter.1.gz share/man/man1/fy-join.1.gz share/man/man1/fy-testsuite.1.gz share/man/man1/fy-tool.1.gz share/man/man1/fy-ypath.1.gz +share/man/man3/libfyaml-core.3.gz +share/man/man3/libfyaml-misc.3.gz +share/man/man3/libfyaml.3.gz