diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 18:37:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-10-10 18:37:15 +0000 |
commit | ff529b35ac76ee8ce9b1b813bd9da0fbc0525453 (patch) | |
tree | 48ee2a6657cb37a6cfd3911d7e8b85d20eb16d93 /textproc/libxml2 | |
parent | fcd78c18034e53f5a6dfc186559b1e4f0b54c83e (diff) | |
download | ports-ff529b35ac76ee8ce9b1b813bd9da0fbc0525453.tar.gz ports-ff529b35ac76ee8ce9b1b813bd9da0fbc0525453.zip |
Notes
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 6 | ||||
-rw-r--r-- | textproc/libxml2/files/patch-configure | 15 |
3 files changed, 16 insertions, 7 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 0dd79ff054bc..af79c667b3c4 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -12,7 +12,7 @@ # PORTNAME= libxml2 -PORTVERSION= 2.7.5 +PORTVERSION= 2.7.6 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index e332906c7b26..3d95c9b7a3df 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libxml2-2.7.5.tar.gz) = 2e29ca610579438714ebb1e4010a0ece -SHA256 (gnome2/libxml2-2.7.5.tar.gz) = af5a9a6d9ffb09756f0792fb402720ca2505762b7f6dd99ba277d5fbfffcec6d -SIZE (gnome2/libxml2-2.7.5.tar.gz) = 4854121 +MD5 (gnome2/libxml2-2.7.6.tar.gz) = 7740a8ec23878a2f50120e1faa2730f2 +SHA256 (gnome2/libxml2-2.7.6.tar.gz) = 238c4f0203c012e5776522640c0fb3ac532c4064981c1ce3e74c00b75501d761 +SIZE (gnome2/libxml2-2.7.6.tar.gz) = 4854591 diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure index 82e883f0f11b..f31e3fcda1d6 100644 --- a/textproc/libxml2/files/patch-configure +++ b/textproc/libxml2/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig 2008-05-24 00:14:51.000000000 -0500 -+++ configure 2008-05-24 00:17:51.000000000 -0500 -@@ -27275,11 +27275,12 @@ +--- configure.orig 2009-10-10 14:33:03.000000000 -0400 ++++ configure 2009-10-10 14:33:44.000000000 -0400 +@@ -12149,7 +12149,7 @@ CC="$lt_save_CC" + VERSION_SCRIPT_FLAGS= + $(/usr/bin/ld --help 2>&1 | grep -- --version-script >/dev/null) && \ + VERSION_SCRIPT_FLAGS=-Wl,--version-script= +-test "`uname`" == "SunOS" && \ ++test "`uname`" = "SunOS" && \ + VERSION_SCRIPT_FLAGS="-Wl,-M -Wl," + + if test -n "$VERSION_SCRIPT_FLAGS"; then +@@ -19856,11 +19856,12 @@ fi fi if test "$PYTHON_VERSION" != "" then |