diff options
author | marcus <marcus@FreeBSD.org> | 2009-10-11 02:37:15 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-10-11 02:37:15 +0800 |
commit | ab8010d2bfb641192aa68bfc62431b005fa28547 (patch) | |
tree | 5cac6dba8e81a4e9b71fd8d588ecffd1b3b6ba82 /textproc | |
parent | a448feada44e972315a5dfb1a50a0514a27c12b9 (diff) | |
download | freebsd-ports-gnome-ab8010d2bfb641192aa68bfc62431b005fa28547.tar.gz freebsd-ports-gnome-ab8010d2bfb641192aa68bfc62431b005fa28547.tar.zst freebsd-ports-gnome-ab8010d2bfb641192aa68bfc62431b005fa28547.zip |
Update to 2.7.6.
Diffstat (limited to 'textproc')
-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 |