Index: devel/libvirt/Makefile =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/Makefile,v --- devel/libvirt/Makefile 5 Jun 2011 18:43:04 -0000 1.3 +++ devel/libvirt/Makefile 8 Jun 2011 03:08:52 -0000 @@ -6,8 +6,7 @@ # PORTNAME= libvirt -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.9.2 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ Index: devel/libvirt/distinfo =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/distinfo,v --- devel/libvirt/distinfo 20 May 2011 14:42:14 -0000 1.1 +++ devel/libvirt/distinfo 8 Jun 2011 03:09:31 -0000 @@ -1,2 +1,2 @@ -SHA256 (libvirt-0.9.1.tar.gz) = 02b3423bb188a4a904eac3ee5cb698a55f5172e4d0ac62cbbcb9245a121b7b2b -SIZE (libvirt-0.9.1.tar.gz) = 15216787 +SHA256 (libvirt-0.9.2.tar.gz) = 9a851fba532bafb604de92819752815a9015f529f6d69c9a93d2c90c79419f38 +SIZE (libvirt-0.9.2.tar.gz) = 15793846 Index: devel/libvirt/pkg-plist =================================================================== RCS file: /home/jhelfman/ncvs/ports/devel/libvirt/pkg-plist,v --- devel/libvirt/pkg-plist 28 May 2011 13:18:34 -0000 1.2 +++ devel/libvirt/pkg-plist 8 Jun 2011 17:43:32 -0000 @@ -115,6 +115,7 @@ %%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 @@ -126,6 +127,9 @@ %%DOCSDIR%%%%PORTVERSION%%/html/remote.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 Index: devel/libvirt/files/patch-docs__apibuild.py =================================================================== RCS file: devel/libvirt/files/patch-docs__apibuild.py --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ devel/libvirt/files/patch-docs__apibuild.py 8 Jun 2011 17:13:10 -0000 @@ -0,0 +1,8 @@ +--- ./docs/apibuild.py 2011-06-07 21:31:43.000000000 -0700 ++++ ./docs/apibuild.py 2011-06-07 21:31:55.000000000 -0700 +@@ -1,4 +1,4 @@ +-#!/usr/bin/python -u ++#!/usr/bin/env python + # + # This is the API builder, it parses the C sources and build the + # API formal description in XML. Index: devel/libvirt/files/patch-src__util__command.c =================================================================== RCS file: devel/libvirt/files/patch-src__util__command.c --- devel/libvirt/files/patch-src__util__command.c 20 May 2011 14:42:15 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- ./src/util/command.c.orig 2011-05-13 09:51:42.000000000 -0700 -+++ ./src/util/command.c 2011-05-13 09:52:12.000000000 -0700 -@@ -22,9 +22,11 @@ - #include - - #include -+#include - #include - #include - #include -+#include - #include - - #include "command.h"