summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-06-07 19:20:30 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-06-07 19:20:30 +0000
commit56fad08a3a7414c0dca98f923f9242d58c612af9 (patch)
tree0e947175e1915b1583b9b54f5cb73ac2e31bbfef /textproc/libxml2
parentPongix is a free game based on classical pong game with support for net game. (diff)
Update to 2.6.26.
Notes
Notes: svn path=/head/; revision=164744
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile4
-rw-r--r--textproc/libxml2/distinfo6
-rw-r--r--textproc/libxml2/files/patch-configure20
-rw-r--r--textproc/libxml2/files/patch-xmlIO.c18
4 files changed, 5 insertions, 43 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index c93be4ee06eb..459c465dbb9f 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 6787f0d9df85..e77d9e80dba1 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 26c63986a624..000000000000
--- 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 b443843974d1..000000000000
--- 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 */
-