diff options
author | mezz <mezz@FreeBSD.org> | 2007-01-26 02:10:46 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-01-26 02:10:46 +0800 |
commit | c1d38848c7d77c59f5dd30d3a32369862b3e442e (patch) | |
tree | 1c3b35f8acc6a3474359ee04ef01aa9a96d37c59 /textproc | |
parent | 0ca3c07279c33fce20cfe5f01dd2a2534d533129 (diff) | |
download | freebsd-ports-gnome-c1d38848c7d77c59f5dd30d3a32369862b3e442e.tar.gz freebsd-ports-gnome-c1d38848c7d77c59f5dd30d3a32369862b3e442e.tar.zst freebsd-ports-gnome-c1d38848c7d77c59f5dd30d3a32369862b3e442e.zip |
Update to 1.1.20.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxslt/distinfo | 6 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-configure | 9 | ||||
-rw-r--r-- | textproc/libxslt/files/patch-libexslt_crypto.c | 10 |
4 files changed, 4 insertions, 23 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index 510b43dcfc9a..726c3e6e1ca0 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libxslt -PORTVERSION= 1.1.19 +PORTVERSION= 1.1.20 PORTREVISION?= 0 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxslt/ \ diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo index 13ce7d62061e..5c36065e76c2 100644 --- a/textproc/libxslt/distinfo +++ b/textproc/libxslt/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/libxslt-1.1.19.tar.gz) = 622e5843167593c8ea39bf86c66b8fcf -SHA256 (gnome2/libxslt-1.1.19.tar.gz) = 9d57e9da2e8b90f24b8bd44f72607ca7f4f6f79ecb6599067de4098b528c8643 -SIZE (gnome2/libxslt-1.1.19.tar.gz) = 2799906 +MD5 (gnome2/libxslt-1.1.20.tar.gz) = 4ea2dc22a23bf2aa570f868aa86357f8 +SHA256 (gnome2/libxslt-1.1.20.tar.gz) = ce92f00031c885e04cb65ea76c4675b07aa98af9607572fb0d68180c34bf5346 +SIZE (gnome2/libxslt-1.1.20.tar.gz) = 3689759 diff --git a/textproc/libxslt/files/patch-configure b/textproc/libxslt/files/patch-configure index 1124e750d316..58a1e205ab9a 100644 --- a/textproc/libxslt/files/patch-configure +++ b/textproc/libxslt/files/patch-configure @@ -9,12 +9,3 @@ else if test -r $prefix/include/python$PYTHON_VERSION/Python.h then -@@ -22019,7 +22019,7 @@ - - - --if test "$WITH_MODULES" == "1"; then -+if test "$WITH_MODULES" = "1"; then - WITH_MODULES_TRUE= - WITH_MODULES_FALSE='#' - else diff --git a/textproc/libxslt/files/patch-libexslt_crypto.c b/textproc/libxslt/files/patch-libexslt_crypto.c deleted file mode 100644 index 527464e50093..000000000000 --- a/textproc/libxslt/files/patch-libexslt_crypto.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libexslt/crypto.c.orig Wed May 3 20:42:12 2006 -+++ libexslt/crypto.c Wed May 3 20:42:41 2006 -@@ -318,6 +318,7 @@ exsltCryptoCryptoApiRc4Decrypt (xmlXPath - #define PLATFORM_SHA1 GCRY_MD_SHA1 - - #ifdef HAVE_SYS_SELECT_H -+#include <sys/types.h> - #include <sys/select.h> /* needed by gcrypt.h 4 Jul 04 */ - #endif - #include <gcrypt.h> |