diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2025-10-01 20:55:33 +0200 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2025-10-02 06:10:36 +0200 |
commit | 5db0a694f04df38b56aa925790117e182991c12a (patch) | |
tree | 00d9b9363046e396568d83c046fbc148d54fbe4c | |
parent | mail/claws-mail: Update to 4.3.1 (diff) |
devel/libvirt: update to 11.8.0
- Update to 11.8.0
- Add "reload" extra command to the rc script
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | devel/libvirt/Makefile | 4 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 | ||||
-rw-r--r-- | devel/libvirt/files/libvirtd.in | 2 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 1 |
4 files changed, 8 insertions, 5 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 6c8c86bc633c..200555182654 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -DISTVERSION= 11.7.0 +DISTVERSION= 11.8.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -140,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.11007.0 +SHLIB_VER= 0.11008.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 ea8c92a8b7e3..3655bad9b8a5 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756727740 -SHA256 (libvirt-11.7.0.tar.xz) = dd56db0ced8baf668f476698db9956f160c93c0ec0c47a0603843235bf156f78 -SIZE (libvirt-11.7.0.tar.xz) = 10018556 +TIMESTAMP = 1759341419 +SHA256 (libvirt-11.8.0.tar.xz) = f7882fe65302bbcf804b573e0128c4fc6bfc52c9c3f44852a04de2391d858e34 +SIZE (libvirt-11.8.0.tar.xz) = 10093332 diff --git a/devel/libvirt/files/libvirtd.in b/devel/libvirt/files/libvirtd.in index 840ee1dc1043..7d8470d3b72c 100644 --- a/devel/libvirt/files/libvirtd.in +++ b/devel/libvirt/files/libvirtd.in @@ -32,4 +32,6 @@ command_args="--daemon --pid-file=${pidfile}" PATH="${PATH}:/usr/local/sbin:/usr/local/bin" +extra_commands="reload" + run_rc_command "$1" diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 481b61349968..c52a446246c1 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -358,6 +358,7 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/schemas/sysinfo.rng %%DATADIR%%/schemas/sysinfocommon.rng %%DATADIR%%/test-screenshot.png +%%NLS%%share/locale/ar/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/libvirt.mo |