diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2023-11-02 14:50:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2023-11-02 16:51:26 +0000 |
commit | f5a5647feaf76259b6643d7f475d9fdb12325d52 (patch) | |
tree | d336968926b21533a15079affab8ebc654018a57 | |
parent | 9d403f6561d0c70845a8ad3426de591e3ab6f9ed (diff) | |
download | ports-f5a5647feaf76259b6643d7f475d9fdb12325d52.tar.gz ports-f5a5647feaf76259b6643d7f475d9fdb12325d52.zip |
devel/libvirt: update to 9.9.0
-rw-r--r-- | devel/libvirt/Makefile | 6 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 72775759b11f..53296da922a9 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 9.8.0 +PORTVERSION= 9.9.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -116,7 +116,7 @@ MESON_ARGS+= \ -Dudev=disabled \ -Dnetcf=disabled \ -Dsysctl_config=disabled \ - -Dlibnbd=disabled \ + -Dnbdkit=disabled \ -Dlogin_shell=disabled \ -Dwireshark_dissector=disabled \ -Dinit_script=none \ @@ -140,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.9008.0 +SHLIB_VER= 0.9009.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * #SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index e1467ec245af..27be39b425de 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696681436 -SHA256 (libvirt-9.8.0.tar.xz) = 7aa90d133bb301e94663a45c36176f46f4a9fc1b34d77d2e22b7a2517106f506 -SIZE (libvirt-9.8.0.tar.xz) = 9307064 +TIMESTAMP = 1698935611 +SHA256 (libvirt-9.9.0.tar.xz) = cb83be795548161af6718a6db75ee40719a87bcd6f9207a3565db2fc0e53a52e +SIZE (libvirt-9.9.0.tar.xz) = 9321556 |