Index: head/devel/libvirt/Makefile =================================================================== --- head/devel/libvirt/Makefile (revision 393882) +++ head/devel/libvirt/Makefile (revision 393883) @@ -1,148 +1,149 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= libvirt -PORTVERSION= 1.2.16 +PORTVERSION= 1.2.17 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ MAINTAINER= jgh@FreeBSD.org COMMENT= Toolkit to interact with virtualization capabilities LICENSE= LGPL3 LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ 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 OPTIONS_DEFINE= DOCS NLS QEMU SASL .if exists(/usr/sbin/bhyve) OPTIONS_DEFINE_amd64= BHYVE OPTIONS_DEFAULT_amd64= BHYVE .endif QEMU_DESC= QEMU driver BHYVE_DESC= bhyve driver OPTIONS_SUB= yes QEMU_CONFIGURE_WITH= qemu yajl QEMU_CFLAGS= -I${LOCALBASE}/include QEMU_LIB_DEPENDS= libyajl.so:${PORTSDIR}/devel/yajl QEMU_RUN_DEPENDS= dmidecode:${PORTSDIR}/sysutils/dmidecode \ qemu-io:${PORTSDIR}/emulators/qemu-devel NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} SASL_CONFIGURE_WITH= sasl SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 VARDIR= /var USE_RC_SUBR= libvirtd GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-avahi \ --without-polkit \ --without-hal \ --without-udev \ --without-netcf \ --without-sysctl \ --without-lxc \ --without-uml \ --with-ssh2 \ --localstatedir=${VARDIR} # random_data fix can be removed when 8.x is eol CONFIGURE_ENV= ac_cv_type_struct_random_data="" # limit production release x.x.x 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 INSTALL_TARGET= install-strip SHLIB_VER= 0.1002.${PORTVERSION:E} PLIST_SUB= PORTVERSION="-${PORTVERSION}" \ SHLIB_VER=${SHLIB_VER} PORTDOCS= * .include .if (exists(/usr/sbin/bhyve) && ${OSVERSION} >= 100051) CONFIGURE_ARGS+= --with-bhyve .else CONFIGURE_ARGS+= --without-bhyve .endif .if ${PORT_OPTIONS:MBHYVE} STRIP_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so PLIST_FILES+= lib/libvirt/connection-driver/libvirt_driver_bhyve.so .endif post-patch: .if ${OSVERSION} < 900000 @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||' \ ${WRKSRC}/configure .endif @${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample @${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \ ${WRKSRC}/daemon/Makefile.in @${MV} ${WRKSRC}/src/libvirt.conf ${WRKSRC}/src/libvirt.conf.sample @${REINPLACE_CMD} -e 's|conf_DATA = libvirt.conf|conf_DATA = libvirt.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${MV} ${WRKSRC}/src/qemu/qemu.conf ${WRKSRC}/src/qemu/qemu.conf.sample @${REINPLACE_CMD} -e 's|qemu.conf |qemu.conf.sample |' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|qemu.conf$$|qemu.conf.sample|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|cp $$(DESTDIR)|cp -f $$(DESTDIR)|' \ ${WRKSRC}/src/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in AUTHORS ChangeLog INSTALL NEWS README TODO ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor .if ${PORT_OPTIONS:MBHYVE} .for strip in ${STRIP_FILES} ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${strip} .endfor .endif .for dir in run/libvirt/network \ run/libvirt/qemu \ run/libvirt/lockd \ log/libvirt/uml \ log/libvirt/qemu \ log/libvirt/lxc \ lib/libvirt/boot \ lib/libvirt/lockd/files \ lib/libvirt/images \ lib/libvirt/dnsmasq \ lib/libvirt/filesystems \ lib/libvirt/network \ lib/libvirt/qemu/channel/target \ cache/libvirt/qemu @${MKDIR} "${STAGEDIR}/${VARDIR}/${dir}" .endfor regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include Index: head/devel/libvirt/distinfo =================================================================== --- head/devel/libvirt/distinfo (revision 393882) +++ head/devel/libvirt/distinfo (revision 393883) @@ -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 Index: head/devel/libvirt/pkg-plist =================================================================== --- head/devel/libvirt/pkg-plist (revision 393882) +++ head/devel/libvirt/pkg-plist (revision 393883) @@ -1,308 +1,311 @@ bin/virsh bin/virt-host-validate bin/virt-pki-validate bin/virt-xml-validate man/man1/virsh.1.gz man/man1/virt-pki-validate.1.gz man/man1/virt-xml-validate.1.gz man/man1/virt-host-validate.1.gz man/man8/libvirtd.8.gz man/man8/virtlockd.8.gz @sample %%ETCDIR%%/libvirt.conf.sample @sample %%ETCDIR%%/libvirtd.conf.sample %%QEMU%%@sample %%ETCDIR%%/qemu.conf.sample %%ETCDIR%%/virtlockd.conf %%ETCDIR%%/qemu/networks/default.xml %%ETCDIR%%/qemu/networks/autostart/default.xml %%QEMU%%%%ETCDIR%%/qemu-lockd.conf etc/logrotate.d/libvirtd etc/logrotate.d/libvirtd.lxc etc/logrotate.d/libvirtd.qemu etc/logrotate.d/libvirtd.uml etc/logrotate.d/libvirtd.libxl include/libvirt/libvirt-lxc.h include/libvirt/libvirt-qemu.h include/libvirt/libvirt-host.h include/libvirt/libvirt.h include/libvirt/libvirt-domain-snapshot.h include/libvirt/libvirt-domain.h include/libvirt/libvirt-event.h include/libvirt/libvirt-interface.h include/libvirt/libvirt-network.h include/libvirt/libvirt-nodedev.h include/libvirt/libvirt-nwfilter.h include/libvirt/libvirt-secret.h 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%% lib/libvirt-qemu.so lib/libvirt-qemu.so.0 lib/libvirt-qemu.so.%%SHLIB_VER%% lib/libvirt.so lib/libvirt.so.0 lib/libvirt.so.%%SHLIB_VER%% libdata/pkgconfig/libvirt.pc libdata/pkgconfig/libvirt-lxc.pc libdata/pkgconfig/libvirt-qemu.pc libexec/libvirt-guests.sh libexec/libvirt_iohelper libexec/libvirt_leaseshelper sbin/libvirtd sbin/virtlockd share/augeas/lenses/libvirt_lockd.aug share/augeas/lenses/libvirtd.aug share/augeas/lenses/virtlockd.aug %%QEMU%%share/augeas/lenses/libvirtd_qemu.aug %%QEMU%%share/augeas/lenses/tests/test_libvirt_lockd.aug share/augeas/lenses/tests/test_libvirtd.aug share/augeas/lenses/tests/test_virtlockd.aug %%QEMU%%share/augeas/lenses/tests/test_libvirtd_qemu.aug %%DOCSDIR%%%%PORTVERSION%%/html/32favicon.png %%DOCSDIR%%%%PORTVERSION%%/html/404.html %%DOCSDIR%%%%PORTVERSION%%/html/acl.html %%DOCSDIR%%%%PORTVERSION%%/html/aclpolkit.html %%DOCSDIR%%%%PORTVERSION%%/html/api.html %%DOCSDIR%%%%PORTVERSION%%/html/api_extension.html %%DOCSDIR%%%%PORTVERSION%%/html/apps.html %%DOCSDIR%%%%PORTVERSION%%/html/archdomain.html %%DOCSDIR%%%%PORTVERSION%%/html/architecture.gif %%DOCSDIR%%%%PORTVERSION%%/html/architecture.html %%DOCSDIR%%%%PORTVERSION%%/html/archnetwork.html %%DOCSDIR%%%%PORTVERSION%%/html/archnode.html %%DOCSDIR%%%%PORTVERSION%%/html/archstorage.html %%DOCSDIR%%%%PORTVERSION%%/html/auditlog.html %%DOCSDIR%%%%PORTVERSION%%/html/auth.html %%DOCSDIR%%%%PORTVERSION%%/html/bindings.html %%DOCSDIR%%%%PORTVERSION%%/html/bugs.html %%DOCSDIR%%%%PORTVERSION%%/html/compiling.html %%DOCSDIR%%%%PORTVERSION%%/html/contact.html %%DOCSDIR%%%%PORTVERSION%%/html/cgroups.html %%DOCSDIR%%%%PORTVERSION%%/html/csharp.html %%DOCSDIR%%%%PORTVERSION%%/html/deployment.html %%DOCSDIR%%%%PORTVERSION%%/html/devguide.html %%DOCSDIR%%%%PORTVERSION%%/html/docs.html %%DOCSDIR%%%%PORTVERSION%%/html/downloads.html %%DOCSDIR%%%%PORTVERSION%%/html/drivers.html %%DOCSDIR%%%%PORTVERSION%%/html/drvesx.html %%DOCSDIR%%%%PORTVERSION%%/html/drvhyperv.html %%DOCSDIR%%%%PORTVERSION%%/html/drvlxc.html %%DOCSDIR%%%%PORTVERSION%%/html/drvopenvz.html %%DOCSDIR%%%%PORTVERSION%%/html/drvparallels.html %%DOCSDIR%%%%PORTVERSION%%/html/drvphyp.html %%DOCSDIR%%%%PORTVERSION%%/html/drvqemu.html %%DOCSDIR%%%%PORTVERSION%%/html/drvremote.html %%DOCSDIR%%%%PORTVERSION%%/html/drvtest.html %%DOCSDIR%%%%PORTVERSION%%/html/drvuml.html %%DOCSDIR%%%%PORTVERSION%%/html/drvvbox.html %%DOCSDIR%%%%PORTVERSION%%/html/drvvmware.html %%DOCSDIR%%%%PORTVERSION%%/html/drvxen.html %%DOCSDIR%%%%PORTVERSION%%/html/errors.html %%DOCSDIR%%%%PORTVERSION%%/html/et.png %%DOCSDIR%%%%PORTVERSION%%/html/firewall.html %%DOCSDIR%%%%PORTVERSION%%/html/footer_corner.png %%DOCSDIR%%%%PORTVERSION%%/html/footer_pattern.png %%DOCSDIR%%%%PORTVERSION%%/html/format.html %%DOCSDIR%%%%PORTVERSION%%/html/formatcaps.html %%DOCSDIR%%%%PORTVERSION%%/html/formatdomain.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnetwork.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnode.html %%DOCSDIR%%%%PORTVERSION%%/html/formatnwfilter.html %%DOCSDIR%%%%PORTVERSION%%/html/formatsecret.html %%DOCSDIR%%%%PORTVERSION%%/html/formatsnapshot.html %%DOCSDIR%%%%PORTVERSION%%/html/formatstorage.html %%DOCSDIR%%%%PORTVERSION%%/html/formatdomaincaps.html %%DOCSDIR%%%%PORTVERSION%%/html/formatstorageencryption.html %%DOCSDIR%%%%PORTVERSION%%/html/generic.css %%DOCSDIR%%%%PORTVERSION%%/html/goals.html %%DOCSDIR%%%%PORTVERSION%%/html/hacking.html %%DOCSDIR%%%%PORTVERSION%%/html/hooks.html %%DOCSDIR%%%%PORTVERSION%%/html/internals.html %%DOCSDIR%%%%PORTVERSION%%/html/html/home.png %%DOCSDIR%%%%PORTVERSION%%/html/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/html/left.png %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-virterror.html %%DOCSDIR%%%%PORTVERSION%%/html/html/right.png %%DOCSDIR%%%%PORTVERSION%%/html/html/up.png %%DOCSDIR%%%%PORTVERSION%%/html/hvsupport.html %%DOCSDIR%%%%PORTVERSION%%/html/index.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/command.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/locking.html %%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-lockd.html %%PORTDOCS%%%%DOCSDIR%%%%PORTVERSION%%/html/locking-sanlock.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/rpc.html %%DOCSDIR%%%%PORTVERSION%%/html/intro.html %%DOCSDIR%%%%PORTVERSION%%/html/java.html %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-daemon-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-driver-arch.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-header-bg.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-header-logo.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-net-logical.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-net-physical.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt-object-model.png %%DOCSDIR%%%%PORTVERSION%%/html/libvirt.css %%DOCSDIR%%%%PORTVERSION%%/html/libvirtLogo.png %%DOCSDIR%%%%PORTVERSION%%/html/locking.html %%DOCSDIR%%%%PORTVERSION%%/html/logging.html %%DOCSDIR%%%%PORTVERSION%%/html/madeWith.png %%DOCSDIR%%%%PORTVERSION%%/html/main.css %%DOCSDIR%%%%PORTVERSION%%/html/migration.html %%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-direct.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-managed-p2p.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-native.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-tunnel.png %%DOCSDIR%%%%PORTVERSION%%/html/migration-unmanaged-direct.png %%DOCSDIR%%%%PORTVERSION%%/html/news.html %%DOCSDIR%%%%PORTVERSION%%/html/node.gif %%DOCSDIR%%%%PORTVERSION%%/html/pending.html %%DOCSDIR%%%%PORTVERSION%%/html/php.html %%DOCSDIR%%%%PORTVERSION%%/html/python.html %%DOCSDIR%%%%PORTVERSION%%/html/relatedlinks.html %%DOCSDIR%%%%PORTVERSION%%/html/remote.html %%DOCSDIR%%%%PORTVERSION%%/html/secureusage.html %%DOCSDIR%%%%PORTVERSION%%/html/securityprocess.html %%DOCSDIR%%%%PORTVERSION%%/html/sitemap.html %%DOCSDIR%%%%PORTVERSION%%/html/storage.html %%DOCSDIR%%%%PORTVERSION%%/html/testapi.html %%DOCSDIR%%%%PORTVERSION%%/html/testsuites.html %%DOCSDIR%%%%PORTVERSION%%/html/testtck.html %%DOCSDIR%%%%PORTVERSION%%/html/todo.html %%DOCSDIR%%%%PORTVERSION%%/html/uri.html %%DOCSDIR%%%%PORTVERSION%%/html/virshcmdref.html %%DOCSDIR%%%%PORTVERSION%%/html/windows.html %%DOCSDIR%%%%PORTVERSION%%/html/drvbhyve.html %%DOCSDIR%%%%PORTVERSION%%/html/governance.html %%DOCSDIR%%%%PORTVERSION%%/html/internals/oomtesting.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain-snapshot.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-domain.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-event.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-host.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-interface.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-network.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nodedev.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-nwfilter.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-secret.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-storage.html %%DOCSDIR%%%%PORTVERSION%%/html/html/libvirt-libvirt-stream.html share/gtk-doc/html/libvirt/general.html share/gtk-doc/html/libvirt/home.png share/gtk-doc/html/libvirt/index.html share/gtk-doc/html/libvirt/left.png share/gtk-doc/html/libvirt/libvirt-virterror.html share/gtk-doc/html/libvirt/libvirt.devhelp share/gtk-doc/html/libvirt/right.png share/gtk-doc/html/libvirt/style.css share/gtk-doc/html/libvirt/up.png %%DATADIR%%/cpu_map.xml %%DATADIR%%/libvirtLogo.png %%DATADIR%%/api/libvirt-api.xml %%DATADIR%%/api/libvirt-lxc-api.xml %%DATADIR%%/api/libvirt-qemu-api.xml %%DATADIR%%/schemas/basictypes.rng %%DATADIR%%/schemas/capability.rng %%DATADIR%%/schemas/domain.rng %%DATADIR%%/schemas/domaincaps.rng %%DATADIR%%/schemas/domaincommon.rng %%DATADIR%%/schemas/domainsnapshot.rng %%DATADIR%%/schemas/interface.rng %%DATADIR%%/schemas/network.rng %%DATADIR%%/schemas/networkcommon.rng %%DATADIR%%/schemas/nodedev.rng %%DATADIR%%/schemas/nwfilter.rng %%DATADIR%%/schemas/secret.rng %%DATADIR%%/schemas/storagecommon.rng %%DATADIR%%/schemas/storagepool.rng %%DATADIR%%/schemas/storagevol.rng %%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/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ca/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/cs/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/cy/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/da/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/de/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/el/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/es/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/et/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/fr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/gu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/he/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/hu/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/id/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/is/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/it/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ja/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ka/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/kn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ko/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/lt/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/lv/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ml/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/mr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ms/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nb/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nn/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/nso/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/or/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pa/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ro/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ru/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/si/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sl/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sq/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/libvirt.mo %%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/th/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/tr/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/ur/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/zu/LC_MESSAGES/libvirt.mo %%QEMU%%lib/libvirt/connection-driver/libvirt_driver_qemu.so lib/libvirt/connection-driver/libvirt_driver_network.so lib/libvirt/connection-driver/libvirt_driver_secret.so lib/libvirt/connection-driver/libvirt_driver_storage.so lib/libvirt/connection-driver/libvirt_driver_vbox.so %%QEMU%%@dir /var/run/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel %%QEMU%%@dir /var/lib/libvirt/qemu %%QEMU%%@dir /var/cache/libvirt/qemu @dir /var/cache/libvirt @dir /var/lib/libvirt/boot @dir /var/lib/libvirt/dnsmasq @dir /var/lib/libvirt/filesystems @dir /var/lib/libvirt/images @dir /var/lib/libvirt/lockd/files @dir /var/lib/libvirt/lockd @dir /var/lib/libvirt/network @dir /var/lib/libvirt @dir /var/lib @dir /var/log/libvirt/lxc @dir /var/log/libvirt/qemu @dir /var/log/libvirt/uml @dir /var/log/libvirt @dir /var/run/libvirt/lockd @dir /var/run/libvirt/network @dir /var/run/libvirt Index: head/devel/libvirt-glib/Makefile =================================================================== --- head/devel/libvirt-glib/Makefile (revision 393882) +++ head/devel/libvirt-glib/Makefile (revision 393883) @@ -1,29 +1,29 @@ # Created by: Jason Helfman # $FreeBSD$ PORTNAME= libvirt-glib -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel MASTER_SITES= ftp://libvirt.org/libvirt/glib/ MAINTAINER= jgh@FreeBSD.org COMMENT= Glib bindings for Libvirt virtualization API LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection USES= gettext gmake libtool pathfix pkgconfig python:2 USE_LDCONFIG= yes USE_GNOME= intlhack introspection CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -fstack-protector LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip PLIST_SUB= VERSION=1.0 \ SHLIB_VER=${PORTVERSION} .include Index: head/devel/libvirt-glib/distinfo =================================================================== --- head/devel/libvirt-glib/distinfo (revision 393882) +++ head/devel/libvirt-glib/distinfo (revision 393883) @@ -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 Index: head/devel/libvirt-glib/pkg-plist =================================================================== --- head/devel/libvirt-glib/pkg-plist (revision 393882) +++ head/devel/libvirt-glib/pkg-plist (revision 393883) @@ -1,289 +1,291 @@ include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-cpu-feature.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-cpu-model.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-cpu-topology.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-cpu.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-guest-arch.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-guest-domain.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-guest-feature.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-guest.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-host-secmodel.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities-host.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-capabilities.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address-pci.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address-usb.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-address.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-channel.h 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 include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-console.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-controller-usb.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-controller.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-cpu-feature.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-cpu-model.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-cpu.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-device.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-disk-driver.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-disk.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-filesys.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-desktop.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-rdp.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-sdl.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-spice.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics-vnc.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-graphics.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-input.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-bridge.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-filterref-parameter.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-filterref.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-network.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface-user.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-interface.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-memballoon.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-os.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-parallel.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-power-management.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-redirdev.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-seclabel.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-serial.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-smartcard-host-certificates.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-smartcard-host.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-smartcard-passthrough.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-smartcard.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-snapshot-disk.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-snapshot.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-sound.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-timer-hpet.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-timer-pit.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-timer-rtc.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-timer.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain-video.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-domain.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-enum-types.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-helpers.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-interface.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-main.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-network-filter.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-network.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-node-device.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-object.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-secret.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-permissions.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-pool-source.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-pool-target.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-pool.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-vol-backing-store.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-vol-target.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig-storage-vol.h include/libvirt-gconfig-%%VERSION%%/libvirt-gconfig/libvirt-gconfig.h include/libvirt-glib-%%VERSION%%/libvirt-glib/libvirt-glib-error.h include/libvirt-glib-%%VERSION%%/libvirt-glib/libvirt-glib-event.h include/libvirt-glib-%%VERSION%%/libvirt-glib/libvirt-glib-main.h include/libvirt-glib-%%VERSION%%/libvirt-glib/libvirt-glib.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-connection.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-domain-device.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-domain-disk.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-domain-interface.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-domain-snapshot.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-domain.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-enums.h 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 include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-secret.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-storage-pool.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-storage-vol.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject-stream.h include/libvirt-gobject-%%VERSION%%/libvirt-gobject/libvirt-gobject.h lib/girepository-%%VERSION%%/LibvirtGConfig-%%VERSION%%.typelib lib/girepository-%%VERSION%%/LibvirtGLib-%%VERSION%%.typelib lib/girepository-%%VERSION%%/LibvirtGObject-%%VERSION%%.typelib lib/libvirt-gconfig-%%VERSION%%.so lib/libvirt-gconfig-%%VERSION%%.so.0 lib/libvirt-gconfig-%%VERSION%%.so.%%SHLIB_VER%% lib/libvirt-glib-%%VERSION%%.so lib/libvirt-glib-%%VERSION%%.so.0 lib/libvirt-glib-%%VERSION%%.so.%%SHLIB_VER%% lib/libvirt-gobject-%%VERSION%%.so lib/libvirt-gobject-%%VERSION%%.so.0 lib/libvirt-gobject-%%VERSION%%.so.%%SHLIB_VER%% %%PYTHON_SITELIBDIR%%/libvirtglib.py %%PYTHON_SITELIBDIR%%/libvirtglibmod.so libdata/pkgconfig/libvirt-gconfig-%%VERSION%%.pc libdata/pkgconfig/libvirt-glib-%%VERSION%%.pc libdata/pkgconfig/libvirt-gobject-%%VERSION%%.pc share/gir-%%VERSION%%/LibvirtGConfig-%%VERSION%%.gir share/gir-%%VERSION%%/LibvirtGLib-%%VERSION%%.gir share/gir-%%VERSION%%/LibvirtGObject-%%VERSION%%.gir share/gtk-doc/html/Libvirt-gconfig/GVirConfigCapabilities.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigDomain.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigDomainSnapshot.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigInterface.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigNetwork.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigNetworkFilter.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigNodeDevice.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigObject.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigSecret.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigStoragePool.html share/gtk-doc/html/Libvirt-gconfig/GVirConfigStorageVol.html share/gtk-doc/html/Libvirt-gconfig/Libvirt-gconfig.devhelp2 share/gtk-doc/html/Libvirt-gconfig/annotation-glossary.html share/gtk-doc/html/Libvirt-gconfig/api-index-full.html share/gtk-doc/html/Libvirt-gconfig/ch01.html share/gtk-doc/html/Libvirt-gconfig/home.png share/gtk-doc/html/Libvirt-gconfig/index.html share/gtk-doc/html/Libvirt-gconfig/index.sgml share/gtk-doc/html/Libvirt-gconfig/left-insensitive.png share/gtk-doc/html/Libvirt-gconfig/left.png share/gtk-doc/html/Libvirt-gconfig/object-tree.html share/gtk-doc/html/Libvirt-gconfig/right-insensitive.png share/gtk-doc/html/Libvirt-gconfig/right.png share/gtk-doc/html/Libvirt-gconfig/style.css share/gtk-doc/html/Libvirt-gconfig/up-insensitive.png share/gtk-doc/html/Libvirt-gconfig/up.png share/gtk-doc/html/Libvirt-glib/Libvirt-glib-Error-reporting.html share/gtk-doc/html/Libvirt-glib/Libvirt-glib-Event-loop.html share/gtk-doc/html/Libvirt-glib/Libvirt-glib-Library-initialization.html share/gtk-doc/html/Libvirt-glib/Libvirt-glib.devhelp2 share/gtk-doc/html/Libvirt-glib/annotation-glossary.html share/gtk-doc/html/Libvirt-glib/api-index-full.html share/gtk-doc/html/Libvirt-glib/ch01.html share/gtk-doc/html/Libvirt-glib/home.png share/gtk-doc/html/Libvirt-glib/index.html share/gtk-doc/html/Libvirt-glib/index.sgml share/gtk-doc/html/Libvirt-glib/left-insensitive.png share/gtk-doc/html/Libvirt-glib/left.png share/gtk-doc/html/Libvirt-glib/object-tree.html share/gtk-doc/html/Libvirt-glib/right-insensitive.png share/gtk-doc/html/Libvirt-glib/right.png share/gtk-doc/html/Libvirt-glib/style.css share/gtk-doc/html/Libvirt-glib/up-insensitive.png share/gtk-doc/html/Libvirt-glib/up.png share/gtk-doc/html/Libvirt-gobject/GVirConnection.html share/gtk-doc/html/Libvirt-gobject/GVirDomain.html share/gtk-doc/html/Libvirt-gobject/GVirDomainSnapshot.html share/gtk-doc/html/Libvirt-gobject/GVirInterface.html share/gtk-doc/html/Libvirt-gobject/GVirManager.html share/gtk-doc/html/Libvirt-gobject/GVirNetwork.html share/gtk-doc/html/Libvirt-gobject/GVirNetworkFilter.html share/gtk-doc/html/Libvirt-gobject/GVirNodeDevice.html share/gtk-doc/html/Libvirt-gobject/GVirSecret.html share/gtk-doc/html/Libvirt-gobject/GVirStoragePool.html share/gtk-doc/html/Libvirt-gobject/GVirStorageVol.html share/gtk-doc/html/Libvirt-gobject/GVirStream.html share/gtk-doc/html/Libvirt-gobject/Libvirt-gobject.devhelp2 share/gtk-doc/html/Libvirt-gobject/annotation-glossary.html share/gtk-doc/html/Libvirt-gobject/api-index-full.html share/gtk-doc/html/Libvirt-gobject/ch01.html share/gtk-doc/html/Libvirt-gobject/home.png share/gtk-doc/html/Libvirt-gobject/index.html share/gtk-doc/html/Libvirt-gobject/index.sgml share/gtk-doc/html/Libvirt-gobject/left-insensitive.png share/gtk-doc/html/Libvirt-gobject/left.png share/gtk-doc/html/Libvirt-gobject/object-tree.html share/gtk-doc/html/Libvirt-gobject/right-insensitive.png share/gtk-doc/html/Libvirt-gobject/right.png share/gtk-doc/html/Libvirt-gobject/style.css share/gtk-doc/html/Libvirt-gobject/up-insensitive.png share/gtk-doc/html/Libvirt-gobject/up.png share/locale/af/LC_MESSAGES/libvirt-glib.mo share/locale/am/LC_MESSAGES/libvirt-glib.mo share/locale/anp/LC_MESSAGES/libvirt-glib.mo share/locale/ar/LC_MESSAGES/libvirt-glib.mo share/locale/as/LC_MESSAGES/libvirt-glib.mo share/locale/ast/LC_MESSAGES/libvirt-glib.mo share/locale/bal/LC_MESSAGES/libvirt-glib.mo share/locale/be/LC_MESSAGES/libvirt-glib.mo share/locale/bg/LC_MESSAGES/libvirt-glib.mo share/locale/bn/LC_MESSAGES/libvirt-glib.mo share/locale/bn_IN/LC_MESSAGES/libvirt-glib.mo share/locale/bo/LC_MESSAGES/libvirt-glib.mo share/locale/br/LC_MESSAGES/libvirt-glib.mo share/locale/brx/LC_MESSAGES/libvirt-glib.mo share/locale/bs/LC_MESSAGES/libvirt-glib.mo share/locale/ca/LC_MESSAGES/libvirt-glib.mo share/locale/cs/LC_MESSAGES/libvirt-glib.mo share/locale/cy/LC_MESSAGES/libvirt-glib.mo share/locale/da/LC_MESSAGES/libvirt-glib.mo share/locale/de/LC_MESSAGES/libvirt-glib.mo share/locale/de_CH/LC_MESSAGES/libvirt-glib.mo share/locale/el/LC_MESSAGES/libvirt-glib.mo share/locale/en_GB/LC_MESSAGES/libvirt-glib.mo share/locale/eo/LC_MESSAGES/libvirt-glib.mo share/locale/es/LC_MESSAGES/libvirt-glib.mo share/locale/et/LC_MESSAGES/libvirt-glib.mo share/locale/eu/LC_MESSAGES/libvirt-glib.mo share/locale/fa/LC_MESSAGES/libvirt-glib.mo share/locale/fi/LC_MESSAGES/libvirt-glib.mo share/locale/fr/LC_MESSAGES/libvirt-glib.mo share/locale/gl/LC_MESSAGES/libvirt-glib.mo share/locale/gu/LC_MESSAGES/libvirt-glib.mo share/locale/he/LC_MESSAGES/libvirt-glib.mo share/locale/hi/LC_MESSAGES/libvirt-glib.mo share/locale/hr/LC_MESSAGES/libvirt-glib.mo share/locale/hu/LC_MESSAGES/libvirt-glib.mo share/locale/ia/LC_MESSAGES/libvirt-glib.mo share/locale/id/LC_MESSAGES/libvirt-glib.mo share/locale/ilo/LC_MESSAGES/libvirt-glib.mo share/locale/is/LC_MESSAGES/libvirt-glib.mo share/locale/it/LC_MESSAGES/libvirt-glib.mo share/locale/ja/LC_MESSAGES/libvirt-glib.mo share/locale/ka/LC_MESSAGES/libvirt-glib.mo share/locale/kk/LC_MESSAGES/libvirt-glib.mo share/locale/km/LC_MESSAGES/libvirt-glib.mo share/locale/kn/LC_MESSAGES/libvirt-glib.mo share/locale/ko/LC_MESSAGES/libvirt-glib.mo share/locale/kw/LC_MESSAGES/libvirt-glib.mo share/locale/kw@kkcor/LC_MESSAGES/libvirt-glib.mo share/locale/kw@uccor/LC_MESSAGES/libvirt-glib.mo share/locale/kw_GB/LC_MESSAGES/libvirt-glib.mo share/locale/ky/LC_MESSAGES/libvirt-glib.mo share/locale/lt/LC_MESSAGES/libvirt-glib.mo share/locale/lv/LC_MESSAGES/libvirt-glib.mo share/locale/mai/LC_MESSAGES/libvirt-glib.mo share/locale/mk/LC_MESSAGES/libvirt-glib.mo share/locale/ml/LC_MESSAGES/libvirt-glib.mo share/locale/mn/LC_MESSAGES/libvirt-glib.mo share/locale/mr/LC_MESSAGES/libvirt-glib.mo share/locale/ms/LC_MESSAGES/libvirt-glib.mo share/locale/nb/LC_MESSAGES/libvirt-glib.mo share/locale/nds/LC_MESSAGES/libvirt-glib.mo share/locale/ne/LC_MESSAGES/libvirt-glib.mo share/locale/nl/LC_MESSAGES/libvirt-glib.mo share/locale/nn/LC_MESSAGES/libvirt-glib.mo share/locale/nso/LC_MESSAGES/libvirt-glib.mo share/locale/or/LC_MESSAGES/libvirt-glib.mo share/locale/pa/LC_MESSAGES/libvirt-glib.mo share/locale/pl/LC_MESSAGES/libvirt-glib.mo share/locale/pt/LC_MESSAGES/libvirt-glib.mo share/locale/pt_BR/LC_MESSAGES/libvirt-glib.mo share/locale/ro/LC_MESSAGES/libvirt-glib.mo share/locale/ru/LC_MESSAGES/libvirt-glib.mo share/locale/si/LC_MESSAGES/libvirt-glib.mo share/locale/sk/LC_MESSAGES/libvirt-glib.mo share/locale/sl/LC_MESSAGES/libvirt-glib.mo share/locale/sq/LC_MESSAGES/libvirt-glib.mo share/locale/sr/LC_MESSAGES/libvirt-glib.mo share/locale/sr@latin/LC_MESSAGES/libvirt-glib.mo share/locale/sv/LC_MESSAGES/libvirt-glib.mo share/locale/ta/LC_MESSAGES/libvirt-glib.mo share/locale/te/LC_MESSAGES/libvirt-glib.mo share/locale/tg/LC_MESSAGES/libvirt-glib.mo share/locale/th/LC_MESSAGES/libvirt-glib.mo share/locale/tr/LC_MESSAGES/libvirt-glib.mo share/locale/tw/LC_MESSAGES/libvirt-glib.mo share/locale/uk/LC_MESSAGES/libvirt-glib.mo share/locale/ur/LC_MESSAGES/libvirt-glib.mo share/locale/vi/LC_MESSAGES/libvirt-glib.mo share/locale/wba/LC_MESSAGES/libvirt-glib.mo share/locale/yo/LC_MESSAGES/libvirt-glib.mo share/locale/zh_CN/LC_MESSAGES/libvirt-glib.mo share/locale/zh_HK/LC_MESSAGES/libvirt-glib.mo share/locale/zh_TW/LC_MESSAGES/libvirt-glib.mo share/locale/zu/LC_MESSAGES/libvirt-glib.mo Index: head/devel/py-libvirt/Makefile =================================================================== --- head/devel/py-libvirt/Makefile (revision 393882) +++ head/devel/py-libvirt/Makefile (revision 393883) @@ -1,32 +1,32 @@ # Created by: Jason Helfman # $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/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= jgh@FreeBSD.org COMMENT= Python bindings for Libvirt virtualization API LICENSE= GPLv2 LIB_DEPENDS= libvirt.so:${PORTSDIR}/devel/libvirt USES= pkgconfig python shebangfix SHEBANG_FILES= generator.py sanitytest.py setup.py USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} -e 's|"python"|"${PYTHON_CMD}"|g' \ ${WRKSRC}/setup.py post-install: .for lib in libvirtmod libvirtmod_qemu libvirtmod_lxc @${STRIP_CMD} ${STAGEDIR}${PYTHON_LIBDIR}/site-packages/${lib}.so .endfor .include Index: head/devel/py-libvirt/distinfo =================================================================== --- head/devel/py-libvirt/distinfo (revision 393882) +++ head/devel/py-libvirt/distinfo (revision 393883) @@ -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