Update to 1.1.20.

This commit is contained in:
Jeremy Messenger 2007-01-25 18:10:46 +00:00
parent c45cba0b5d
commit d24b261cb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183279
4 changed files with 4 additions and 23 deletions

View file

@ -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/ \

View file

@ -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

View file

@ -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

View file

@ -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>