textproc/libxmlb: update to 0.3.12
New Features: * Use indexes when binding value (Richard Hughes) Bugfixes: * Avoid building errors and debug strings when possible to make XbQuery faster (Christian Hergert) * Fix content type detection on macOS (Richard Hughes) * Inline a number of machine internals to make queries faster (Christian Hergert) * Make zstd support optional (sulincix, aliriza) * Setup various release build options (Christian Hergert) Changelog: https://github.com/hughsie/libxmlb/releases/tag/0.3.12
This commit is contained in:
parent
65653cc304
commit
e425bfcc5c
3 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libxmlb
|
||||
DISTVERSION= 0.3.11
|
||||
DISTVERSION= 0.3.12
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= desktop@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1677089262
|
||||
SHA256 (hughsie-libxmlb-0.3.11_GH0.tar.gz) = 55d5124777e4b12b96daaaffe04bd1829bcb0a6675b617fcaf7ad6bb467867f0
|
||||
SIZE (hughsie-libxmlb-0.3.11_GH0.tar.gz) = 124796
|
||||
TIMESTAMP = 1691745317
|
||||
SHA256 (hughsie-libxmlb-0.3.12_GH0.tar.gz) = ba96f90e41d3a0bca42a32c3d239458016f6861cc1023bccf1a517a39406241e
|
||||
SIZE (hughsie-libxmlb-0.3.12_GH0.tar.gz) = 126267
|
||||
|
|
|
@ -24,7 +24,12 @@ lib/libxmlb.so
|
|||
lib/libxmlb.so.2
|
||||
lib/libxmlb.so.2.0.0
|
||||
libdata/pkgconfig/xmlb.pc
|
||||
libexec/installed-tests/libxmlb/test.desktop
|
||||
libexec/installed-tests/libxmlb/test.quirk
|
||||
libexec/installed-tests/libxmlb/test.xml
|
||||
libexec/installed-tests/libxmlb/test.xml.gz.gz.gz
|
||||
libexec/installed-tests/libxmlb/test.xml.xz
|
||||
libexec/installed-tests/libxmlb/test.xml.zstd
|
||||
libexec/installed-tests/libxmlb/xb-self-test
|
||||
man/man1/xb-tool.1.gz
|
||||
share/gir-1.0/Xmlb-2.0.gir
|
||||
|
|
Loading…
Reference in a new issue