diff options
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 5 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-python_libxml.c | 11 |
3 files changed, 3 insertions, 15 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 786a6f1c59db..95ce6d606515 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -12,7 +12,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.7.7 +PORTVERSION= 2.7.8 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 48c948da1190..41f22cc4ce6d 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/libxml2-2.7.7.tar.gz) = 9abc9959823ca9ff904f1fbcf21df066 -SHA256 (gnome2/libxml2-2.7.7.tar.gz) = af5b781418ba4fff556fa43c50086658ea8a2f31909c2b625c2ce913a1d9eb68 -SIZE (gnome2/libxml2-2.7.7.tar.gz) = 4868502 +SHA256 (gnome2/libxml2-2.7.8.tar.gz) = cda23bc9ebd26474ca8f3d67e7d1c4a1f1e7106364b690d822e009fdc3c417ec +SIZE (gnome2/libxml2-2.7.8.tar.gz) = 4881808 diff --git a/textproc/libxml2/files/patch-python_libxml.c b/textproc/libxml2/files/patch-python_libxml.c deleted file mode 100644 index f45ef6f4ad6d..000000000000 --- a/textproc/libxml2/files/patch-python_libxml.c +++ /dev/null @@ -1,11 +0,0 @@ ---- python/libxml.c.orig 2009-09-24 17:31:59.000000000 +0200 -+++ python/libxml.c 2010-10-03 09:34:16.000000000 +0200 -@@ -30,7 +30,7 @@ - - #if (defined(_MSC_VER) || defined(__MINGW32__)) && !defined(vsnprintf) - #define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a) --#elif defined(WITH_TRIO) -+#elif defined(WITH_TRIO) && !defined(vsnprintf) - #include "trio.h" - #define vsnprintf trio_vsnprintf - #endif |