Date: Mon, 10 Aug 2015 18:32:37 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393883 - in head/devel: libvirt libvirt-glib py-libvirt Message-ID: <201508101832.t7AIWbmU073047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Mon Aug 10 18:32:36 2015 New Revision: 393883 URL: https://svnweb.freebsd.org/changeset/ports/393883 Log: - update devel/libvirt and devel/py-libvirt to 1.2.17 - update devel/libvirt-glib to 0.2.2 http://libvirt.org/git/?p=libvirt.git;a=shortlog;h=refs/tags/v1.2.17 Modified: head/devel/libvirt-glib/Makefile head/devel/libvirt-glib/distinfo head/devel/libvirt-glib/pkg-plist head/devel/libvirt/Makefile head/devel/libvirt/distinfo head/devel/libvirt/pkg-plist head/devel/py-libvirt/Makefile head/devel/py-libvirt/distinfo Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt-glib/Makefile Mon Aug 10 18:32:36 2015 (r393883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt-glib -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ Modified: head/devel/libvirt-glib/distinfo ============================================================================== --- head/devel/libvirt-glib/distinfo Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt-glib/distinfo Mon Aug 10 18:32:36 2015 (r393883) @@ -1,2 +1,2 @@ -SHA256 (libvirt-glib-0.2.1.tar.gz) = d856d37b708bc8bf9e6ac294edca7a53f2baa6d857c6f5859be58517a714a2fb -SIZE (libvirt-glib-0.2.1.tar.gz) = 844657 +SHA256 (libvirt-glib-0.2.2.tar.gz) = d7be16025231c91ccae43838b7cdb1d55d181856a2a50b0f7b1c5078ad202d9d +SIZE (libvirt-glib-0.2.2.tar.gz) = 853052 Modified: head/devel/libvirt-glib/pkg-plist ============================================================================== --- head/devel/libvirt-glib/pkg-plist Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt-glib/pkg-plist Mon Aug 10 18:32:36 2015 (r393883) @@ -16,6 +16,7 @@ include/libvirt-gconfig-%%VERSION%%/libv include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-pty.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-spiceport.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-spicevmc.h +include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source-unix.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev-source.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-chardev.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-clock.h @@ -93,6 +94,7 @@ include/libvirt-gobject-%%VERSION%%/libv include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-interface.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-main.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-manager.h +include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-network-dhcp-lease.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-network-filter.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-network.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-node-device.h Modified: head/devel/libvirt/Makefile ============================================================================== --- head/devel/libvirt/Makefile Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt/Makefile Mon Aug 10 18:32:36 2015 (r393883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.16 +PORTVERSION= 1.2.17 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -17,7 +17,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libxml2.so:${PORTSDIR}/textproc/libxml2 \ libgnutls.so:${PORTSDIR}/security/gnutls \ libssh2.so:${PORTSDIR}/security/libssh2 -BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq +BUILD_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ + xsltproc:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= dnsmasq:${PORTSDIR}/dns/dnsmasq \ dmidecode:${PORTSDIR}/sysutils/dmidecode @@ -68,7 +69,7 @@ PORTSCOUT= limit:\d+\.\d+\.\d+$$ LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector -USES= charsetfix gmake libtool pathfix pkgconfig perl5 cpe +USES= charsetfix cpe gmake libtool pathfix perl5 pkgconfig CPE_VENDOR= redhat USE_PERL5= build USE_LDCONFIG= yes Modified: head/devel/libvirt/distinfo ============================================================================== --- head/devel/libvirt/distinfo Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt/distinfo Mon Aug 10 18:32:36 2015 (r393883) @@ -1,2 +1,2 @@ -SHA256 (libvirt-1.2.16.tar.gz) = 419bee553442024b9ee8a1fa94023b1189bb52b7c3021fa37d8e4c108490060d -SIZE (libvirt-1.2.16.tar.gz) = 29157627 +SHA256 (libvirt-1.2.17.tar.gz) = e07eaf20b0590fae05ba3b53ad4dac3e5fbd771437563cc78b692f23ddd02fad +SIZE (libvirt-1.2.17.tar.gz) = 29320317 Modified: head/devel/libvirt/pkg-plist ============================================================================== --- head/devel/libvirt/pkg-plist Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/libvirt/pkg-plist Mon Aug 10 18:32:36 2015 (r393883) @@ -36,6 +36,9 @@ include/libvirt/libvirt-storage.h include/libvirt/libvirt-stream.h include/libvirt/virterror.h lib/libvirt/lock-driver/lockd.so +lib/libvirt-admin.so +lib/libvirt-admin.so.0 +lib/libvirt-admin.so.%%SHLIB_VER%% lib/libvirt-lxc.so lib/libvirt-lxc.so.0 lib/libvirt-lxc.so.%%SHLIB_VER%% Modified: head/devel/py-libvirt/Makefile ============================================================================== --- head/devel/py-libvirt/Makefile Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/py-libvirt/Makefile Mon Aug 10 18:32:36 2015 (r393883) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.16 +PORTVERSION= 1.2.17 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/python/ \ ftp://libvirt.org/libvirt/python/ Modified: head/devel/py-libvirt/distinfo ============================================================================== --- head/devel/py-libvirt/distinfo Mon Aug 10 18:16:51 2015 (r393882) +++ head/devel/py-libvirt/distinfo Mon Aug 10 18:32:36 2015 (r393883) @@ -1,2 +1,2 @@ -SHA256 (libvirt-python-1.2.16.tar.gz) = 44eddd353d66f24380d90503bf16f3155c08f3d84d9cc4375d3529f312a7d8fe -SIZE (libvirt-python-1.2.16.tar.gz) = 167711 +SHA256 (libvirt-python-1.2.17.tar.gz) = f4d3db4012a800a2519e62bbef4ce14a37e030a20ab18f5b66759533a39b36ed +SIZE (libvirt-python-1.2.17.tar.gz) = 170511
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101832.t7AIWbmU073047>