svn commit: r567315 - in head/devel/libvirt: . files

Roman Bogorodskiy novel at FreeBSD.org
Thu Mar 4 14:43:10 UTC 2021


Author: novel
Date: Thu Mar  4 14:43:09 2021
New Revision: 567315
URL: https://svnweb.freebsd.org/changeset/ports/567315

Log:
  devel/libvirt: update to 7.1.0

Added:
  head/devel/libvirt/files/patch-src_util_meson.build   (contents, props changed)
  head/devel/libvirt/files/patch-tools_meson.build   (contents, props changed)
Modified:
  head/devel/libvirt/Makefile
  head/devel/libvirt/distinfo
  head/devel/libvirt/pkg-plist

Modified: head/devel/libvirt/Makefile
==============================================================================
--- head/devel/libvirt/Makefile	Thu Mar  4 13:56:44 2021	(r567314)
+++ head/devel/libvirt/Makefile	Thu Mar  4 14:43:09 2021	(r567315)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libvirt
-PORTVERSION=	7.0.0
+PORTVERSION=	7.1.0
 CATEGORIES=	devel
 MASTER_SITES=	http://libvirt.org/sources/ \
 		ftp://libvirt.org/libvirt/
@@ -104,7 +104,7 @@ USE_PERL5=	build
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
-SHLIB_VER=	0.7000.0
+SHLIB_VER=	0.7001.0
 PLIST_SUB+=	SHLIB_VER=${SHLIB_VER}
 PORTDOCS=	*
 SHEBANG_FILES=	src/keycodemapdb/tools/keymap-gen

Modified: head/devel/libvirt/distinfo
==============================================================================
--- head/devel/libvirt/distinfo	Thu Mar  4 13:56:44 2021	(r567314)
+++ head/devel/libvirt/distinfo	Thu Mar  4 14:43:09 2021	(r567315)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611050862
-SHA256 (libvirt-7.0.0.tar.xz) = ca3833844d08c22867f1d1a46edc36bda7d6fe1a4f267e7d77100b79fc9ddd89
-SIZE (libvirt-7.0.0.tar.xz) = 8567648
+TIMESTAMP = 1614610282
+SHA256 (libvirt-7.1.0.tar.xz) = 870f180d80256411c5afc39bc5aac4f8acca04a4e0725c576ad24053dc64a06c
+SIZE (libvirt-7.1.0.tar.xz) = 8645944

Added: head/devel/libvirt/files/patch-src_util_meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libvirt/files/patch-src_util_meson.build	Thu Mar  4 14:43:09 2021	(r567315)
@@ -0,0 +1,11 @@
+--- src/util/meson.build.orig	2021-03-01 10:56:13 UTC
++++ src/util/meson.build
+@@ -168,6 +168,8 @@ foreach name : keyname_list
+   )
+ endforeach
+ 
++keycode_dep = declare_dependency(sources: keycode_gen_sources)
++
+ io_helper_sources = [
+   'iohelper.c',
+ ]

Added: head/devel/libvirt/files/patch-tools_meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libvirt/files/patch-tools_meson.build	Thu Mar  4 14:43:09 2021	(r567315)
@@ -0,0 +1,10 @@
+--- tools/meson.build.orig	2021-03-01 10:56:13 UTC
++++ tools/meson.build
+@@ -186,6 +186,7 @@ executable(
+     tools_dep,
+     readline_dep,
+     thread_dep,
++    keycode_dep,
+   ],
+   link_args: [
+     coverage_flags,

Modified: head/devel/libvirt/pkg-plist
==============================================================================
--- head/devel/libvirt/pkg-plist	Thu Mar  4 13:56:44 2021	(r567314)
+++ head/devel/libvirt/pkg-plist	Thu Mar  4 14:43:09 2021	(r567315)
@@ -34,6 +34,14 @@ man/man7/virkeyname-win32.7.gz
 man/man8/libvirtd.8.gz
 man/man8/virtlockd.8.gz
 man/man8/virtlogd.8.gz
+man/man8/virtnetworkd.8.gz
+man/man8/virtproxyd.8.gz
+man/man8/virtsecretd.8.gz
+man/man8/virtstoraged.8.gz
+man/man8/virtvboxd.8.gz
+%%BHYVE%%man/man8/virtbhyved.8.gz
+%%QEMU%%man/man8/virtqemud.8.gz
+%%XEN%%man/man8/virtxend.8.gz
 @sample %%ETCDIR%%/libvirt-admin.conf.sample
 @sample %%ETCDIR%%/libvirt.conf.sample
 @sample %%ETCDIR%%/libvirtd.conf.sample
@@ -274,6 +282,7 @@ share/augeas/lenses/virtvboxd.aug
 %%NLS%%share/locale/sv/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/ta/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/te/LC_MESSAGES/libvirt.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo


More information about the svn-ports-head mailing list