please give these minor updates a try.

Index: libxml/Makefile
===================================================================
RCS file: /cvs/ports/textproc/libxml/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- libxml/Makefile     3 May 2007 06:37:19 -0000       1.105
+++ libxml/Makefile     2 Jul 2007 13:27:08 -0000
@@ -3,11 +3,11 @@
 COMMENT-main=          "XML parsing library"
 COMMENT-python=                "Python bindings for libxml"
 
-VERSION=               2.6.28
+VERSION=               2.6.29
 DISTNAME=              libxml2-${VERSION}
 PKGNAME-main=          libxml-${VERSION}
 PKGNAME-python=                py-libxml-${VERSION}
-SHARED_LIBS=           xml2    9.5
+SHARED_LIBS=           xml2    9.6
 CATEGORIES=            textproc
 MASTER_SITES=          ftp://xmlsoft.org/libxml/ \
                        ${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
Index: libxml/distinfo
===================================================================
RCS file: /cvs/ports/textproc/libxml/distinfo,v
retrieving revision 1.40
diff -u -r1.40 distinfo
--- libxml/distinfo     3 May 2007 06:37:19 -0000       1.40
+++ libxml/distinfo     2 Jul 2007 13:27:08 -0000
@@ -1,5 +1,5 @@
-MD5 (libxml2-2.6.28.tar.gz) = 3fPDaZZJgKI4+tC2rUBTLA==
-RMD160 (libxml2-2.6.28.tar.gz) = ZdDCzvXOQHUb1yu1RGLZEiVY+hc=
-SHA1 (libxml2-2.6.28.tar.gz) = dkKlJ5nv3i4BY9Misq7ozZ9YMmg=
-SHA256 (libxml2-2.6.28.tar.gz) = OE2xQ9jM3xkEQ5FQ71CB941/nwWsFTBvaFwQwr0+HLI=
-SIZE (libxml2-2.6.28.tar.gz) = 4716025
+MD5 (libxml2-2.6.29.tar.gz) = i5m26LCOg4Q42ea2OdeevQ==
+RMD160 (libxml2-2.6.29.tar.gz) = SJs5T8fdnCNhioi6Pdzs9xyvOHQ=
+SHA1 (libxml2-2.6.29.tar.gz) = I1XyRVqmQIJEt+LERL7+sOk+N9U=
+SHA256 (libxml2-2.6.29.tar.gz) = 40oZ4LnXrAOHSs/9Yk8YHIWpj7l23IRBHWzRvdqWWZI=
+SIZE (libxml2-2.6.29.tar.gz) = 4719760
Index: libxml/patches/patch-Makefile.in
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-Makefile.in,v
retrieving revision 1.16
diff -u -r1.16 patch-Makefile.in
--- libxml/patches/patch-Makefile.in    11 Jun 2006 18:24:11 -0000      1.16
+++ libxml/patches/patch-Makefile.in    2 Jul 2007 13:27:08 -0000
@@ -1,6 +1,6 @@
---- Makefile.in.orig   Fri Apr 28 18:32:52 2006
-+++ Makefile.in        Sun May 21 10:21:45 2006
-@@ -522,7 +522,7 @@ testModule_DEPENDENCIES = $(DEPS)
+--- Makefile.in.orig   Tue Jun 12 18:20:23 2007
++++ Makefile.in        Mon Jul  2 12:50:32 2007
+@@ -525,7 +525,7 @@ testModule_DEPENDENCIES = $(DEPS)
  testModule_LDADD = $(LDADDS)
  noinst_LTLIBRARIES = testdso.la
  testdso_la_SOURCES = testdso.c
@@ -9,7 +9,7 @@
  testapi_SOURCES = testapi.c
  testapi_LDFLAGS = 
  testapi_DEPENDENCIES = $(DEPS)
-@@ -551,7 +551,7 @@ pkgconfig_DATA = libxml-2.0.pc
+@@ -554,7 +554,7 @@ pkgconfig_DATA = libxml-2.0.pc
  # Install the tests program sources as examples 
  #
  BASE_DIR = $(datadir)/doc
@@ -18,7 +18,7 @@
  EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
  all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
-@@ -1919,6 +1919,7 @@ SVGtests : xmllint$(EXEEXT)
+@@ -1922,6 +1922,7 @@ SVGtests : xmllint$(EXEEXT)
              grep "MORY ALLO" .memdump  | grep -v "MEMORY ALLOCATED : 0";\
          else \
              echo Testing $$name ; \
Index: libxml/patches/patch-catalog_c
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-catalog_c,v
retrieving revision 1.3
diff -u -r1.3 patch-catalog_c
--- libxml/patches/patch-catalog_c      20 Mar 2006 13:36:54 -0000      1.3
+++ libxml/patches/patch-catalog_c      2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-catalog_c,v 1.3 2006/03/20 13:36:54 steven Exp $
---- catalog.c.orig     Fri Apr  1 15:15:01 2005
-+++ catalog.c  Sun Mar  5 11:28:46 2006
-@@ -62,10 +62,10 @@
+--- catalog.c.orig     Tue Jun 12 11:09:38 2007
++++ catalog.c  Mon Jul  2 12:50:32 2007
+@@ -68,10 +68,10 @@
  #define XML_URN_PUBID "urn:publicid:"
  #define XML_CATAL_BREAK ((xmlChar *) -1)
  #ifndef XML_XML_DEFAULT_CATALOG
Index: libxml/patches/patch-configure
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-configure,v
retrieving revision 1.16
diff -u -r1.16 patch-configure
--- libxml/patches/patch-configure      18 Jun 2006 13:48:19 -0000      1.16
+++ libxml/patches/patch-configure      2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.16 2006/06/18 13:48:19 steven Exp $
---- configure.orig     Tue Jun  6 17:46:49 2006
-+++ configure  Thu Jun 15 19:10:40 2006
-@@ -26958,7 +26958,7 @@ fi
+--- configure.orig     Tue Jun 12 18:10:36 2007
++++ configure  Mon Jul  2 12:50:32 2007
+@@ -27029,7 +27029,7 @@ fi
      fi
      if test "$with_python" != ""
      then
Index: libxml/patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-doc_Makefile_in,v
retrieving revision 1.14
diff -u -r1.14 patch-doc_Makefile_in
--- libxml/patches/patch-doc_Makefile_in        11 Jun 2006 18:24:11 -0000      
1.14
+++ libxml/patches/patch-doc_Makefile_in        2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.14 2006/06/11 18:24:11 steven Exp $
---- doc/Makefile.in.orig       Sun May 21 10:40:09 2006
-+++ doc/Makefile.in    Sun May 21 10:40:16 2006
-@@ -271,7 +271,7 @@ sbindir = @sbindir@
+--- doc/Makefile.in.orig       Tue Jun 12 18:20:21 2007
++++ doc/Makefile.in    Mon Jul  2 12:50:32 2007
+@@ -274,7 +274,7 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
Index: libxml/patches/patch-python_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-python_Makefile_in,v
retrieving revision 1.7
diff -u -r1.7 patch-python_Makefile_in
--- libxml/patches/patch-python_Makefile_in     30 Oct 2006 11:20:08 -0000      
1.7
+++ libxml/patches/patch-python_Makefile_in     2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-python_Makefile_in,v 1.7 2006/10/30 11:20:08 bernd Exp $
---- python/Makefile.in.orig    Thu Oct 19 01:26:49 2006
-+++ python/Makefile.in Thu Oct 19 01:27:05 2006
-@@ -732,9 +732,6 @@ uninstall-info: uninstall-info-recursive
+--- python/Makefile.in.orig    Tue Jun 12 18:20:22 2007
++++ python/Makefile.in Mon Jul  2 12:50:32 2007
+@@ -735,9 +735,6 @@ uninstall-info: uninstall-info-recursive
  @WITH_PYTHON_TRUE@    $(mkinstalldirs) $(DESTDIR)$(pythondir)
  @WITH_PYTHON_TRUE@    @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
  @WITH_PYTHON_TRUE@    @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py 
$(DESTDIR)$(pythondir)
Index: libxml/patches/patch-python_tests_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-python_tests_Makefile_in,v
retrieving revision 1.6
diff -u -r1.6 patch-python_tests_Makefile_in
--- libxml/patches/patch-python_tests_Makefile_in       13 Jun 2006 17:31:29 
-0000      1.6
+++ libxml/patches/patch-python_tests_Makefile_in       2 Jul 2007 13:27:08 
-0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-python_tests_Makefile_in,v 1.6 2006/06/13 17:31:29 alek Exp $
---- python/tests/Makefile.in.orig      Sun Apr  9 16:36:22 2006
-+++ python/tests/Makefile.in   Sun Apr  9 16:36:29 2006
-@@ -294,7 +294,6 @@ PYTESTS = \
+--- python/tests/Makefile.in.orig      Tue Jun 12 18:20:23 2007
++++ python/tests/Makefile.in   Mon Jul  2 12:50:32 2007
+@@ -297,7 +297,6 @@ PYTESTS = \
      readererr.py\
      relaxng.py        \
      schema.py \
Index: libxml/patches/patch-xmllint_c
===================================================================
RCS file: /cvs/ports/textproc/libxml/patches/patch-xmllint_c,v
retrieving revision 1.3
diff -u -r1.3 patch-xmllint_c
--- libxml/patches/patch-xmllint_c      20 Mar 2006 13:36:54 -0000      1.3
+++ libxml/patches/patch-xmllint_c      2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-xmllint_c,v 1.3 2006/03/20 13:36:54 steven Exp $
---- xmllint.c.orig     Mon Sep 12 11:15:48 2005
-+++ xmllint.c  Sun Mar  5 11:28:46 2006
-@@ -100,7 +100,7 @@
+--- xmllint.c.orig     Tue Apr 17 14:28:16 2007
++++ xmllint.c  Mon Jul  2 12:50:32 2007
+@@ -103,7 +103,7 @@
  #endif
  
  #ifndef XML_XML_DEFAULT_CATALOG
Index: libxml/patches/patch-xstc_Makefile_in
===================================================================
RCS file: libxml/patches/patch-xstc_Makefile_in
diff -N libxml/patches/patch-xstc_Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ libxml/patches/patch-xstc_Makefile_in       2 Jul 2007 13:27:08 -0000
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- xstc/Makefile.in.orig      Mon Jul  2 13:45:51 2007
++++ xstc/Makefile.in   Mon Jul  2 13:46:06 2007
+@@ -461,7 +461,7 @@ $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Meta
+          else echo "Dont' know how to fetch $(TARBALLURL_2)" ; fi ; fi ; fi)
+       -@(if [ -f $(TARBALL_2) ] ; then \
+          echo -n "extracting test data (NIST)..." ; \
+-         $(TAR) -xzf $(TARBALL_2) --wildcards '*/Datatypes' 
'*/Metadata/$(NISTTESTDEF_2)' ; \
++         $(TAR) -xzf $(TARBALL_2) '*/Datatypes' '*/Metadata/$(NISTTESTDEF_2)' 
; \
+          echo "done" ; \
+          fi)
+       -@(if [ ! -f $(TARBALL) ] ; then \
+@@ -473,7 +473,7 @@ $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Meta
+          else echo "Dont' know how to fetch $(TARBALLURL)" ; fi ; fi ; fi)
+       -@(if [ -f $(TARBALL) ] ; then \
+          echo -n "extracting test data (Sun, Microsoft)..." ; \
+-         $(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' 
'*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \
++         $(TAR) -C Tests -xzf $(TARBALL) '*/suntest' '*/msxsdtest' 
'*/$(MSTESTDEF)' '*/$(SUNTESTDEF)' ; \
+          if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ; \
+          if [ -d Tests/msxsdtest ] ; then rm -r Tests/msxsdtest ; fi ; \
+          mv Tests/xmlschema2002-01-16/* Tests ; \
Index: libxml/pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/textproc/libxml/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- libxml/pkg/PLIST-main       23 Apr 2007 15:34:04 -0000      1.2
+++ libxml/pkg/PLIST-main       2 Jul 2007 13:27:08 -0000
@@ -81,6 +81,7 @@
 share/doc/libxml2/html/html/
 share/doc/libxml2/html/html/book1.html
 share/doc/libxml2/html/html/home.png
+share/doc/libxml2/html/html/index.html
 share/doc/libxml2/html/html/left.png
 share/doc/libxml2/html/html/libxml-DOCBparser.html
 share/doc/libxml2/html/html/libxml-HTMLparser.html
Index: libxslt/Makefile
===================================================================
RCS file: /cvs/ports/textproc/libxslt/Makefile,v
retrieving revision 1.52
diff -u -r1.52 Makefile
--- libxslt/Makefile    23 Apr 2007 15:38:04 -0000      1.52
+++ libxslt/Makefile    2 Jul 2007 13:27:08 -0000
@@ -2,9 +2,9 @@
 
 COMMENT=               "XSLT C Library for GNOME"
 
-DISTNAME=              libxslt-1.1.20
-SHARED_LIBS=           exslt   9.3 \
-                       xslt    3.3
+DISTNAME=              libxslt-1.1.21
+SHARED_LIBS=           exslt   9.4 \
+                       xslt    3.4
 
 CATEGORIES=            textproc
 
Index: libxslt/distinfo
===================================================================
RCS file: /cvs/ports/textproc/libxslt/distinfo,v
retrieving revision 1.24
diff -u -r1.24 distinfo
--- libxslt/distinfo    23 Apr 2007 15:38:04 -0000      1.24
+++ libxslt/distinfo    2 Jul 2007 13:27:08 -0000
@@ -1,5 +1,5 @@
-MD5 (libxslt-1.1.20.tar.gz) = TqLcIqI78qpXD4aKqGNX+A==
-RMD160 (libxslt-1.1.20.tar.gz) = 8ogv9HMS3jtjFxNu91HUtCqxWlM=
-SHA1 (libxslt-1.1.20.tar.gz) = HKYhwEK089mn5zDFOWG4m8zixkU=
-SHA256 (libxslt-1.1.20.tar.gz) = zpLwADHIheBMtl6nbEZ1sHqpivlgdXL7DWgYDDS/U0Y=
-SIZE (libxslt-1.1.20.tar.gz) = 3689759
+MD5 (libxslt-1.1.21.tar.gz) = Wf406FaS9x3yo4wu4pGzyg==
+RMD160 (libxslt-1.1.21.tar.gz) = XFXST9y1wU8ASCnpvysCMg7dY6A=
+SHA1 (libxslt-1.1.21.tar.gz) = gjdpi3xBcfAh4LgK3u/ERO6VFNQ=
+SHA256 (libxslt-1.1.21.tar.gz) = zO/UzrKbtyncqpqdSoZlSpE0rf0pvdcr4anTcm77VOA=
+SIZE (libxslt-1.1.21.tar.gz) = 2780016
Index: libxslt/patches/patch-doc_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxslt/patches/patch-doc_Makefile_in,v
retrieving revision 1.6
diff -u -r1.6 patch-doc_Makefile_in
--- libxslt/patches/patch-doc_Makefile_in       22 May 2006 11:33:49 -0000      
1.6
+++ libxslt/patches/patch-doc_Makefile_in       2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-doc_Makefile_in,v 1.6 2006/05/22 11:33:49 steven Exp $
---- doc/Makefile.in.orig       Mon May  1 23:33:05 2006
-+++ doc/Makefile.in    Fri May 12 18:03:33 2006
-@@ -210,7 +210,7 @@ sysconfdir = @sysconfdir@
+--- doc/Makefile.in.orig       Tue Jun 12 18:53:58 2007
++++ doc/Makefile.in    Mon Jul  2 15:23:38 2007
+@@ -211,7 +211,7 @@ sysconfdir = @sysconfdir@
  target_alias = @target_alias@
  
  # The name of the module.
Index: libxslt/patches/patch-libxslt_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxslt/patches/patch-libxslt_Makefile_in,v
retrieving revision 1.1
diff -u -r1.1 patch-libxslt_Makefile_in
--- libxslt/patches/patch-libxslt_Makefile_in   22 May 2006 11:33:49 -0000      
1.1
+++ libxslt/patches/patch-libxslt_Makefile_in   2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-libxslt_Makefile_in,v 1.1 2006/05/22 11:33:49 steven Exp $
---- libxslt/Makefile.in.orig   Sat May 13 09:51:35 2006
-+++ libxslt/Makefile.in        Sat May 13 09:51:48 2006
-@@ -612,7 +612,7 @@ install-data-am: install-man install-xsl
+--- libxslt/Makefile.in.orig   Tue Jun 12 18:53:58 2007
++++ libxslt/Makefile.in        Mon Jul  2 15:23:38 2007
+@@ -613,7 +613,7 @@ install-data-am: install-man install-xsltincHEADERS
  
  install-exec-am: install-libLTLIBRARIES
        @$(NORMAL_INSTALL)
Index: libxslt/patches/patch-libxslt_extra_c
===================================================================
RCS file: /cvs/ports/textproc/libxslt/patches/patch-libxslt_extra_c,v
retrieving revision 1.2
diff -u -r1.2 patch-libxslt_extra_c
--- libxslt/patches/patch-libxslt_extra_c       11 Aug 2003 23:49:45 -0000      
1.2
+++ libxslt/patches/patch-libxslt_extra_c       2 Jul 2007 13:27:08 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-libxslt_extra_c,v 1.2 2003/08/11 23:49:45 marcm Exp $
---- libxslt/extra.c.orig       Wed Feb  5 03:29:50 2003
-+++ libxslt/extra.c    Mon Jul  7 21:49:03 2003
-@@ -241,10 +241,9 @@ xsltFunctionLocalTime(xmlXPathParserCont
+--- libxslt/extra.c.orig       Wed Jan  3 16:11:57 2007
++++ libxslt/extra.c    Mon Jul  2 15:23:38 2007
+@@ -241,10 +241,9 @@ xsltFunctionLocalTime(xmlXPathParserContextPtr ctxt, i
      local_tm = localtime(&gmt);
  
      /*
Index: libxslt/patches/patch-tests_docs_Makefile_in
===================================================================
RCS file: /cvs/ports/textproc/libxslt/patches/patch-tests_docs_Makefile_in,v
retrieving revision 1.6
diff -u -r1.6 patch-tests_docs_Makefile_in
--- libxslt/patches/patch-tests_docs_Makefile_in        22 May 2006 11:33:49 
-0000      1.6
+++ libxslt/patches/patch-tests_docs_Makefile_in        2 Jul 2007 13:27:08 
-0000
@@ -1,6 +1,6 @@
---- tests/docs/Makefile.in.orig        Mon May  1 23:33:07 2006
-+++ tests/docs/Makefile.in     Sat May 13 13:14:49 2006
-@@ -447,7 +447,7 @@ distdir: $(DISTFILES)
+--- tests/docs/Makefile.in.orig        Tue Jun 12 18:54:00 2007
++++ tests/docs/Makefile.in     Mon Jul  2 15:23:38 2007
+@@ -449,7 +449,7 @@ distdir: $(DISTFILES)
          fi; \
        done
  check-am: all-am

Reply via email to