mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/xnvme: update to v0.7.5
Changelog: https://github.com/xnvme/xnvme/releases/tag/v0.7.5 Signed-off-by: Karl Bonde Torp <k.torp@samsung.com> PR: 281816
This commit is contained in:
parent
90e15809d9
commit
2c13465b0d
3 changed files with 12 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= xnvme
|
PORTNAME= xnvme
|
||||||
DISTVERSION= 0.7.4
|
DISTVERSION= 0.7.5
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= https://github.com/OpenMPDK/xNVMe/releases/download/v${DISTVERSION}/
|
MASTER_SITES= https://github.com/xnvme/xnvme/releases/download/v${DISTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= k.torp@samsung.com
|
MAINTAINER= k.torp@samsung.com
|
||||||
COMMENT= Cross-platform libraries and tools for NVMe devices
|
COMMENT= Cross-platform libraries and tools for NVMe devices
|
||||||
|
@ -20,7 +20,7 @@ MESON_ARGS= -Dforce_completions=true \
|
||||||
-Dwith-libaio=disabled \
|
-Dwith-libaio=disabled \
|
||||||
-Dwith-liburing=disabled \
|
-Dwith-liburing=disabled \
|
||||||
-Dwith-libvfn=disabled \
|
-Dwith-libvfn=disabled \
|
||||||
-Dwith-spdk=false
|
-Dwith-spdk=disabled
|
||||||
|
|
||||||
OPTIONS_DEFINE= EXAMPLES TESTS TOOLS
|
OPTIONS_DEFINE= EXAMPLES TESTS TOOLS
|
||||||
OPTIONS_DEFAULT= TOOLS
|
OPTIONS_DEFAULT= TOOLS
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1709035403
|
TIMESTAMP = 1727867611
|
||||||
SHA256 (xnvme-0.7.4.tar.gz) = 6d42d0bd7e6b395a37869a8713d138d332500f20ecc272ebf6789471026a7191
|
SHA256 (xnvme-0.7.5.tar.gz) = d951a3115f686956f5c6b839b390ffb50bb443f7711fe35f57a07f4d0667277f
|
||||||
SIZE (xnvme-0.7.4.tar.gz) = 1959147
|
SIZE (xnvme-0.7.5.tar.gz) = 7059272
|
||||||
|
|
|
@ -14,6 +14,7 @@ bin/xnvme-driver
|
||||||
%%TESTS%%bin/xnvme_tests_async_intf
|
%%TESTS%%bin/xnvme_tests_async_intf
|
||||||
%%TESTS%%bin/xnvme_tests_buf
|
%%TESTS%%bin/xnvme_tests_buf
|
||||||
%%TESTS%%bin/xnvme_tests_cli
|
%%TESTS%%bin/xnvme_tests_cli
|
||||||
|
%%TESTS%%bin/xnvme_tests_compare
|
||||||
%%TESTS%%bin/xnvme_tests_copy
|
%%TESTS%%bin/xnvme_tests_copy
|
||||||
%%TESTS%%bin/xnvme_tests_delay_identification
|
%%TESTS%%bin/xnvme_tests_delay_identification
|
||||||
%%TESTS%%bin/xnvme_tests_enum
|
%%TESTS%%bin/xnvme_tests_enum
|
||||||
|
@ -60,7 +61,7 @@ include/libxnvme_znd.h
|
||||||
lib/libxnvme.a
|
lib/libxnvme.a
|
||||||
lib/libxnvme.so
|
lib/libxnvme.so
|
||||||
lib/libxnvme.so.0
|
lib/libxnvme.so.0
|
||||||
lib/libxnvme.so.0.7.4
|
lib/libxnvme.so.0.7.5
|
||||||
libdata/pkgconfig/xnvme.pc
|
libdata/pkgconfig/xnvme.pc
|
||||||
%%TOOLS%%share/man/man1/kvs-delete.1.gz
|
%%TOOLS%%share/man/man1/kvs-delete.1.gz
|
||||||
%%TOOLS%%share/man/man1/kvs-enum.1.gz
|
%%TOOLS%%share/man/man1/kvs-enum.1.gz
|
||||||
|
@ -70,6 +71,7 @@ libdata/pkgconfig/xnvme.pc
|
||||||
%%TOOLS%%share/man/man1/kvs-retrieve.1.gz
|
%%TOOLS%%share/man/man1/kvs-retrieve.1.gz
|
||||||
%%TOOLS%%share/man/man1/kvs-store.1.gz
|
%%TOOLS%%share/man/man1/kvs-store.1.gz
|
||||||
%%TOOLS%%share/man/man1/kvs.1.gz
|
%%TOOLS%%share/man/man1/kvs.1.gz
|
||||||
|
%%TOOLS%%share/man/man1/lblk-compare.1.gz
|
||||||
%%TOOLS%%share/man/man1/lblk-dir-receive.1.gz
|
%%TOOLS%%share/man/man1/lblk-dir-receive.1.gz
|
||||||
%%TOOLS%%share/man/man1/lblk-dir-send.1.gz
|
%%TOOLS%%share/man/man1/lblk-dir-send.1.gz
|
||||||
%%TOOLS%%share/man/man1/lblk-enum.1.gz
|
%%TOOLS%%share/man/man1/lblk-enum.1.gz
|
||||||
|
@ -125,8 +127,6 @@ libdata/pkgconfig/xnvme.pc
|
||||||
%%TOOLS%%share/man/man1/xnvme_file-load-sync.1.gz
|
%%TOOLS%%share/man/man1/xnvme_file-load-sync.1.gz
|
||||||
%%TOOLS%%share/man/man1/xnvme_file-write-read.1.gz
|
%%TOOLS%%share/man/man1/xnvme_file-write-read.1.gz
|
||||||
%%TOOLS%%share/man/man1/xnvme_file.1.gz
|
%%TOOLS%%share/man/man1/xnvme_file.1.gz
|
||||||
%%EXAMPLES%%share/man/man1/xnvme_hello-hw.1.gz
|
|
||||||
%%EXAMPLES%%share/man/man1/xnvme_hello.1.gz
|
|
||||||
%%EXAMPLES%%share/man/man1/xnvme_io_async-read.1.gz
|
%%EXAMPLES%%share/man/man1/xnvme_io_async-read.1.gz
|
||||||
%%EXAMPLES%%share/man/man1/xnvme_io_async-write.1.gz
|
%%EXAMPLES%%share/man/man1/xnvme_io_async-write.1.gz
|
||||||
%%EXAMPLES%%share/man/man1/xnvme_io_async.1.gz
|
%%EXAMPLES%%share/man/man1/xnvme_io_async.1.gz
|
||||||
|
@ -137,6 +137,8 @@ libdata/pkgconfig/xnvme.pc
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_buf.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_buf.1.gz
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_cli-optional.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_cli-optional.1.gz
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_cli.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_cli.1.gz
|
||||||
|
%%TESTS%%share/man/man1/xnvme_tests_compare.1.gz
|
||||||
|
%%TESTS%%share/man/man1/xnvme_tests_compare-compare.1.gz
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_copy-copy.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_copy-copy.1.gz
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_copy.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_copy.1.gz
|
||||||
%%TESTS%%share/man/man1/xnvme_tests_delay_identification-open.1.gz
|
%%TESTS%%share/man/man1/xnvme_tests_delay_identification-open.1.gz
|
||||||
|
@ -211,11 +213,11 @@ libdata/pkgconfig/xnvme.pc
|
||||||
%%TOOLS%%share/bash-completion/completions/xdd-completions
|
%%TOOLS%%share/bash-completion/completions/xdd-completions
|
||||||
%%TOOLS%%share/bash-completion/completions/xnvme-completions
|
%%TOOLS%%share/bash-completion/completions/xnvme-completions
|
||||||
%%TOOLS%%share/bash-completion/completions/xnvme_file-completions
|
%%TOOLS%%share/bash-completion/completions/xnvme_file-completions
|
||||||
%%EXAMPLES%%share/bash-completion/completions/xnvme_hello-completions
|
|
||||||
%%EXAMPLES%%share/bash-completion/completions/xnvme_io_async-completions
|
%%EXAMPLES%%share/bash-completion/completions/xnvme_io_async-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_async_intf-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_async_intf-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_buf-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_buf-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_cli-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_cli-completions
|
||||||
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_compare-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_copy-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_copy-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_delay_identification-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_delay_identification-completions
|
||||||
%%TESTS%%share/bash-completion/completions/xnvme_tests_enum-completions
|
%%TESTS%%share/bash-completion/completions/xnvme_tests_enum-completions
|
||||||
|
|
Loading…
Add table
Reference in a new issue