diff options
author | marcus <marcus@FreeBSD.org> | 2006-06-07 19:20:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-06-07 19:20:30 +0000 |
commit | 27a21daa8394377cda55a0d7c99d4a0f48f04a16 (patch) | |
tree | 4a43769067a7654e34a7af4db3040e0ed7449282 /textproc | |
parent | e84fbde5a8a155a36b83f5c876d9a9d868f77922 (diff) | |
download | FreeBSD-ports-27a21daa8394377cda55a0d7c99d4a0f48f04a16.zip FreeBSD-ports-27a21daa8394377cda55a0d7c99d4a0f48f04a16.tar.gz |
Update to 2.6.26.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-configure | 20 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-xmlIO.c | 18 |
4 files changed, 5 insertions, 43 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index c93be4e..459c465 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -12,8 +12,8 @@ # PORTNAME= libxml2 -PORTVERSION= 2.6.24 -PORTREVISION?= 1 +PORTVERSION= 2.6.26 +PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 6787f0d..e77d9e8 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libxml2-2.6.24.tar.bz2) = 258866cdd9204b3ffb75992e00809ebf -SHA256 (gnome2/libxml2-2.6.24.tar.bz2) = 50316e4bae355a228b689733d31e43e3ba82ed2002a9068a9466bdda7dfbc084 -SIZE (gnome2/libxml2-2.6.24.tar.bz2) = 3419708 +MD5 (gnome2/libxml2-2.6.26.tar.bz2) = ce342b4d7b6d83e10cfa4d3f82bf75fd +SHA256 (gnome2/libxml2-2.6.26.tar.bz2) = bd250980525ba7f786320590fff6d1d7da942ffaf2cffdea5ca1e6019c4d4515 +SIZE (gnome2/libxml2-2.6.26.tar.bz2) = 3418273 diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure deleted file mode 100644 index 26c6398..0000000 --- a/textproc/libxml2/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Apr 28 17:02:02 2006 -+++ configure Fri Apr 28 17:02:43 2006 -@@ -26935,7 +26935,7 @@ fi - -d $with_python/lib/python$PYTHON_VERSION/site-packages - then - PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION -- PYTHON_SITE_PACKAGES='$(libdir)/lib/python$(PYTHON_VERSION)/site-packages' -+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages - else - if test -r $prefix/include/python$PYTHON_VERSION/Python.h - then -@@ -26958,7 +26958,7 @@ fi - fi - if test "$with_python" != "" - then -- pythondir=$(PYTHON_SITE_PACKAGES) -+ pythondir='$(PYTHON_SITE_PACKAGES)' - else - pythondir='$(libdir)/python$(PYTHON_VERSION)/site-packages' - fi diff --git a/textproc/libxml2/files/patch-xmlIO.c b/textproc/libxml2/files/patch-xmlIO.c deleted file mode 100644 index b443843..0000000 --- a/textproc/libxml2/files/patch-xmlIO.c +++ /dev/null @@ -1,18 +0,0 @@ ---- xmlIO.c.orig Thu Apr 27 08:13:42 2006 -+++ xmlIO.c Sat Apr 29 01:27:45 2006 -@@ -616,6 +616,7 @@ xmlCheckFilename (const char *path) - } - #else - #ifdef HAVE_STAT -+ { - struct stat stat_buffer; - - if (stat(path, &stat_buffer) == -1) -@@ -625,6 +626,7 @@ xmlCheckFilename (const char *path) - if (S_ISDIR(stat_buffer.st_mode)) - return 2; - #endif /* S_ISDIR */ -+ } - #endif /* HAVE_STAT */ - #endif /* WIN32 */ - |