diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2024-01-17 18:33:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2024-01-19 18:29:42 +0000 |
commit | 44e62f4213c160386dcf09f5a748fba790f3b91c (patch) | |
tree | 753d0118479939c944915e6a8c0f3ec250328d64 | |
parent | 99ad42873cd122a1147b56a1de00959c0a305d1d (diff) | |
download | ports-44e62f4213c160386dcf09f5a748fba790f3b91c.tar.gz ports-44e62f4213c160386dcf09f5a748fba790f3b91c.zip |
devel/libvirt: update to 10.0.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 d44d9ad65ba9..192ee2cd5574 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,6 +1,5 @@ PORTNAME= libvirt -PORTVERSION= 9.10.0 -PORTREVISION= 1 +PORTVERSION= 10.0.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -118,6 +117,7 @@ MESON_ARGS+= \ -Dnetcf=disabled \ -Dsysctl_config=disabled \ -Dnbdkit=disabled \ + -Dnbdkit_config_default=disabled \ -Dlogin_shell=disabled \ -Dwireshark_dissector=disabled \ -Dinit_script=none \ @@ -141,7 +141,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.9010.0 +SHLIB_VER= 0.10000.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 81af9a763f7e..09af9e7540f7 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701538873 -SHA256 (libvirt-9.10.0.tar.xz) = 1060afc0e85a84c579bcdc91cfaf6d471918f97a780f04c5260a034ff7db7519 -SIZE (libvirt-9.10.0.tar.xz) = 9350372 +TIMESTAMP = 1705513919 +SHA256 (libvirt-10.0.0.tar.xz) = 8ba2e72ec8bdd2418554a1474c42c35704c30174b7611eaf9a16544b71bcf00a +SIZE (libvirt-10.0.0.tar.xz) = 9395076 |