forked from Lainports/freebsd-ports
textproc/libxmlb: Update to 0.3.21
Disable installed-tests. These seem harmless, but after the Jia Tan long-con in xz-utils, best to just disable them since they are unused. It's also kind of weird/sus to install random test data in general. This seems to be "Hello, world." stuff for now, be could be more nefarious in the future. Perhaps I'm just being a bit paranoid, but I don't see any practical use for these test cases to be installed.
This commit is contained in:
parent
06026b86c6
commit
4f1be3b46d
3 changed files with 9 additions and 15 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= libxmlb
|
PORTNAME= libxmlb
|
||||||
DISTVERSION= 0.3.14
|
DISTVERSION= 0.3.21
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= https://github.com/hughsie/${PORTNAME}/releases/download/${DISTVERSION}/
|
MASTER_SITES= https://github.com/hughsie/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
|
@ -16,8 +15,10 @@ LIB_DEPENDS= libstemmer.so:textproc/snowballstemmer \
|
||||||
|
|
||||||
USES= gnome meson pkgconfig localbase:ldflags tar:xz
|
USES= gnome meson pkgconfig localbase:ldflags tar:xz
|
||||||
USE_GNOME= glib20 introspection:build
|
USE_GNOME= glib20 introspection:build
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
MESON_ARGS= -Dstemmer=true
|
MESON_ARGS= -Dstemmer=true \
|
||||||
|
-Dtests=false
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1693109922
|
TIMESTAMP = 1737696053
|
||||||
SHA256 (libxmlb-0.3.14.tar.xz) = a2f0056eed14ff791aee2b08b1514a0f1b6cf215f0579138a8cae8c45a0d3b0f
|
SHA256 (libxmlb-0.3.21.tar.xz) = 642343c9b3eca5c234ef83d3d5f6307c78d024f2545f3cc2fa252c9e14e4efd1
|
||||||
SIZE (libxmlb-0.3.14.tar.xz) = 100288
|
SIZE (libxmlb-0.3.21.tar.xz) = 104488
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ include/libxmlb-2/libxmlb/xb-builder-node.h
|
||||||
include/libxmlb-2/libxmlb/xb-builder-source-ctx.h
|
include/libxmlb-2/libxmlb/xb-builder-source-ctx.h
|
||||||
include/libxmlb-2/libxmlb/xb-builder-source.h
|
include/libxmlb-2/libxmlb/xb-builder-source.h
|
||||||
include/libxmlb-2/libxmlb/xb-builder.h
|
include/libxmlb-2/libxmlb/xb-builder.h
|
||||||
|
include/libxmlb-2/libxmlb/xb-compile.h
|
||||||
include/libxmlb-2/libxmlb/xb-machine.h
|
include/libxmlb-2/libxmlb/xb-machine.h
|
||||||
include/libxmlb-2/libxmlb/xb-node-query.h
|
include/libxmlb-2/libxmlb/xb-node-query.h
|
||||||
include/libxmlb-2/libxmlb/xb-node-silo.h
|
include/libxmlb-2/libxmlb/xb-node-silo.h
|
||||||
|
|
@ -24,14 +25,6 @@ lib/libxmlb.so
|
||||||
lib/libxmlb.so.2
|
lib/libxmlb.so.2
|
||||||
lib/libxmlb.so.2.0.0
|
lib/libxmlb.so.2.0.0
|
||||||
libdata/pkgconfig/xmlb.pc
|
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
|
|
||||||
share/man/man1/xb-tool.1.gz
|
|
||||||
share/gir-1.0/Xmlb-2.0.gir
|
share/gir-1.0/Xmlb-2.0.gir
|
||||||
%%PORTDOCS%%share/gtk-doc/html/libxmlb/annotation-glossary.html
|
%%PORTDOCS%%share/gtk-doc/html/libxmlb/annotation-glossary.html
|
||||||
%%PORTDOCS%%share/gtk-doc/html/libxmlb/api-index-full.html
|
%%PORTDOCS%%share/gtk-doc/html/libxmlb/api-index-full.html
|
||||||
|
|
@ -65,4 +58,4 @@ share/gir-1.0/Xmlb-2.0.gir
|
||||||
%%PORTDOCS%%share/gtk-doc/html/libxmlb/style.css
|
%%PORTDOCS%%share/gtk-doc/html/libxmlb/style.css
|
||||||
%%PORTDOCS%%share/gtk-doc/html/libxmlb/up-insensitive.png
|
%%PORTDOCS%%share/gtk-doc/html/libxmlb/up-insensitive.png
|
||||||
%%PORTDOCS%%share/gtk-doc/html/libxmlb/up.png
|
%%PORTDOCS%%share/gtk-doc/html/libxmlb/up.png
|
||||||
share/installed-tests/libxmlb/libxmlb.test
|
share/man/man1/xb-tool.1.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue