Date: Mon, 8 May 2017 11:48:04 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440415 - head/devel/libvirt Message-ID: <201705081148.v48Bm4rX006107@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Mon May 8 11:48:04 2017 New Revision: 440415 URL: https://svnweb.freebsd.org/changeset/ports/440415 Log: devel/libvirt: update to 3.3.0 - update to 3.3.0 - switch from emulators/qemu-devel to emulators/qemu as the former is newer now - add python:build and shebangfix to USES as now Python scripts are used during the build Modified: head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon May 8 11:46:53 2017 (r440414) +++ head/devel/libvirt/Makefile Mon May 8 11:48:04 2017 (r440415) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -45,7 +45,7 @@ QEMU_CONFIGURE_WITH= qemu yajl QEMU_CFLAGS= -I${LOCALBASE}/include QEMU_LIB_DEPENDS= libyajl.so:devel/yajl QEMU_RUN_DEPENDS= dmidecode:sysutils/dmidecode \ - qemu-io:emulators/qemu-devel + qemu-io:emulators/qemu GNUTLS_CONFIGURE_ON= --with-gnutls=${LOCALBASE} GNUTLS_CONFIGURE_OFF= --without-gnutls @@ -95,7 +95,8 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix cpe gmake libtool pathfix perl5 pkgconfig tar:xz +USES= charsetfix cpe gmake libtool pathfix \ + perl5 python:build pkgconfig shebangfix tar:xz CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes @@ -104,6 +105,7 @@ SHLIB_VER= ${PORTVERSION:C/(^[0-9])\./0. PLIST_SUB+= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * +SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen SUB_FILES= pkg-message SUB_LIST+= PORTVERSION="-${PORTVERSION}" Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Mon May 8 11:46:53 2017 (r440414) +++ head/devel/libvirt/distinfo Mon May 8 11:48:04 2017 (r440415) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491228511 -SHA256 (libvirt-3.2.0.tar.xz) = 9481a083b567a07927f239553dd70b5c0d1bff5b9b4ec61be1899981c646209e -SIZE (libvirt-3.2.0.tar.xz) = 14057340 +TIMESTAMP = 1494219119 +SHA256 (libvirt-3.3.0.tar.xz) = 29e00984174e33cf2183b478382c017de26860452ffee17b73871051264ebb1b +SIZE (libvirt-3.3.0.tar.xz) = 14043384 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Mon May 8 11:46:53 2017 (r440414) +++ head/devel/libvirt/pkg-plist Mon May 8 11:48:04 2017 (r440415) @@ -8,6 +8,19 @@ man/man1/virt-admin.1.gz man/man1/virt-host-validate.1.gz man/man1/virt-pki-validate.1.gz man/man1/virt-xml-validate.1.gz +man/man7/virkeycode-atset1.7.gz +man/man7/virkeycode-atset2.7.gz +man/man7/virkeycode-atset3.7.gz +man/man7/virkeycode-linux.7.gz +man/man7/virkeycode-osx.7.gz +man/man7/virkeycode-rfb.7.gz +man/man7/virkeycode-usb.7.gz +man/man7/virkeycode-win32.7.gz +man/man7/virkeycode-xt.7.gz +man/man7/virkeycode-xtkbd.7.gz +man/man7/virkeyname-linux.7.gz +man/man7/virkeyname-osx.7.gz +man/man7/virkeyname-win32.7.gz man/man8/libvirtd.8.gz man/man8/virtlockd.8.gz man/man8/virtlogd.8.gz @@ -109,6 +122,7 @@ share/augeas/lenses/tests/test_virtlogd. %%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html %%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html %%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html +%%DOCSDIR%%%%PORTVERSION%%/html/drvnodedev.html %%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html %%DOCSDIR%%%%PORTVERSION%%/html/drvphyp.html %%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705081148.v48Bm4rX006107>