diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-07-03 01:39:37 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2021-07-03 14:54:38 +0000 |
commit | 2edbe58d24edd3531f2ec8e75dab18c387e7ec5c (patch) | |
tree | 7c81cf7a668f6f40c414951762bb5f84d7d31db0 | |
parent | 44c178674134286a3b2960dc62499eae0d7eaa29 (diff) | |
download | ports-2edbe58d24edd3531f2ec8e75dab18c387e7ec5c.tar.gz ports-2edbe58d24edd3531f2ec8e75dab18c387e7ec5c.zip |
devel/libvirt: update to 7.5.0
-rw-r--r-- | devel/libvirt/Makefile | 5 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 79b7dd5187b1..91ab493ceb76 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,7 +1,7 @@ # Created by: Jason Helfman <jgh@FreeBSD.org> PORTNAME= libvirt -PORTVERSION= 7.4.0 +PORTVERSION= 7.5.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -76,6 +76,7 @@ ZFS_MESON_ENABLED= storage_zfs VARDIR= /var MESON_ARGS+= \ + -Ddriver_remote=enabled \ -Ddbus=disabled \ -Dpolkit=disabled \ -Dhal=disabled \ @@ -105,7 +106,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.7004.0 +SHLIB_VER= 0.7005.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 e15f86da5028..9d9ef2bfe166 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622959744 -SHA256 (libvirt-7.4.0.tar.xz) = b366d73dee6ce77a226bedef592e0620ceb8e22e5998f60768017f79fc4ead26 -SIZE (libvirt-7.4.0.tar.xz) = 8617788 +TIMESTAMP = 1625271670 +SHA256 (libvirt-7.5.0.tar.xz) = 90107b49032c2f3022c84076c649135187fbc70c8efd16427c6c4b6d613c2895 +SIZE (libvirt-7.5.0.tar.xz) = 8642788 |