pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXSLT Update to 1.66:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c49d5ab86cf7
branches:  trunk
changeset: 541188:c49d5ab86cf7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 16 13:37:34 2008 +0000

description:
Update to 1.66:

1.66
     - bump requirements to libxslt 1.1.8
     - sync the binary internals to those of XML::LibXML 1.66

1.63
     - fix SIGSEGV regarding freeing nodes created by extension functions
       (reported by Elizabeth Mattijsen)
     - use pkg-config to determine linker flags for libexslt

1.62
     - security callback interface contributed by Shane Corgatelli
     - check libxslt version
     - added XML::LibXML-like API to retrieve libxslt version
     - added output_as_bytes() and output_as_chars()
     - added regression tests for output_as_* to 11utf8.t
     - output_as_string documentation fixed to match reality
     - make 06entities.t to pass with older libxml2/libxslt
     - POD uses items instead of headings
     - fixed media_type and output_encoding for imported stylesheets [rt.cpan.org #23440]

1.61
     - fixed error reporting: die on fatal errors, warn otherwise
       (in particular, warn rather than die on <xsl:message terminate="no">)

diffstat:

 textproc/p5-XML-LibXSLT/Makefile |  7 ++++---
 textproc/p5-XML-LibXSLT/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (37 lines):

diff -r 53b87faae8a6 -r c49d5ab86cf7 textproc/p5-XML-LibXSLT/Makefile
--- a/textproc/p5-XML-LibXSLT/Makefile  Wed Apr 16 13:34:14 2008 +0000
+++ b/textproc/p5-XML-LibXSLT/Makefile  Wed Apr 16 13:37:34 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2006/11/30 01:17:32 seb Exp $
+# $NetBSD: Makefile,v 1.14 2008/04/16 13:37:34 wiz Exp $
 #
 
-DISTNAME=      XML-LibXSLT-1.62
+DISTNAME=      XML-LibXSLT-1.66
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xlt
 CATEGORIES=    textproc perl5
@@ -11,8 +11,9 @@
 HOMEPAGE=      http://search.cpan.org/dist/XML-LibXSLT/
 COMMENT=       Perl interface to the libxslt library
 
-DEPENDS+=      p5-XML-LibXML>=1.60:../../textproc/p5-XML-LibXML
+DEPENDS+=      p5-XML-LibXML>=1.66:../../textproc/p5-XML-LibXML
 
+USE_TOOLS+=    pkg-config
 PERL5_PACKLIST=        auto/XML/LibXSLT/.packlist
 
 .include "../../textproc/libxslt/buildlink3.mk"
diff -r 53b87faae8a6 -r c49d5ab86cf7 textproc/p5-XML-LibXSLT/distinfo
--- a/textproc/p5-XML-LibXSLT/distinfo  Wed Apr 16 13:34:14 2008 +0000
+++ b/textproc/p5-XML-LibXSLT/distinfo  Wed Apr 16 13:37:34 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2006/11/30 01:17:32 seb Exp $
+$NetBSD: distinfo,v 1.6 2008/04/16 13:37:34 wiz Exp $
 
-SHA1 (XML-LibXSLT-1.62.tar.gz) = b23be30b75d2d287f78093712d066b199f9b01fb
-RMD160 (XML-LibXSLT-1.62.tar.gz) = e76a0fec9eebd7cf4c698b75887e09a7436eb1c2
-Size (XML-LibXSLT-1.62.tar.gz) = 39537 bytes
+SHA1 (XML-LibXSLT-1.66.tar.gz) = f88885307da7a06f3404eb35699b4e22444efcfd
+RMD160 (XML-LibXSLT-1.66.tar.gz) = 8c349035f01e6b72e8c11dc72852d01808e5ae46
+Size (XML-LibXSLT-1.66.tar.gz) = 76829 bytes



Home | Main Index | Thread Index | Old Index