Index: textproc/libxml2/Portfile
===================================================================
--- textproc/libxml2/Portfile	(revision 27985)
+++ textproc/libxml2/Portfile	(working copy)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name                  libxml2
-version               2.6.28
+version               2.6.29
 revision	      1
 categories            textproc
 description           gnome xml library
@@ -13,9 +13,9 @@
 master_sites          http://xmlsoft.org/sources/ \
                       ftp://xmlsoft.org/libxml2/ \
                       http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/
-checksums             md5 ddf3c369964980a238fad0b6ad40532c \
-                      sha1 7642a52799efde2e0163d322b2aee8cd9f583268 \
-                      rmd160 65d0c2cef5ce40751bd72bb54462d9122558fa17
+checksums             md5 8b99b6e8b08e838438d9e6b639d79ebd \
+                      sha1 2355f2455aa6408244b7e2c444befeb0e93e37d5 \
+                      rmd160 489b394fc7dd9c23618a88ba3ddcecf71caf3874
 depends_lib           port:libiconv port:zlib
 post-extract {
     reinplace "s|/etc|${prefix}/etc|g" \
@@ -34,6 +34,11 @@
 test.run              yes
 test.target           check
 
+variant debug {
+        configure.cflags-append -O0 -g -Wno-uninitialized
+	configure.args-append --with-run-debug
+}
+
 long_description \
 Libxml is the XML C library developed for the Gnome project.  \
 XML itself is a metalanguage to design markup languages. \

