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 version 1.62.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67f87473af42
branches:  trunk
changeset: 521995:67f87473af42
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Nov 30 01:17:32 2006 +0000

description:
Update to version 1.62.

Changes since last packaged version (1.61):
1.62pre
- 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]

diffstat:

 textproc/p5-XML-LibXSLT/Makefile         |   4 ++--
 textproc/p5-XML-LibXSLT/distinfo         |   9 ++++-----
 textproc/p5-XML-LibXSLT/patches/patch-aa |  15 ---------------
 3 files changed, 6 insertions(+), 22 deletions(-)

diffs (46 lines):

diff -r 448f0d0862d0 -r 67f87473af42 textproc/p5-XML-LibXSLT/Makefile
--- a/textproc/p5-XML-LibXSLT/Makefile  Thu Nov 30 00:07:03 2006 +0000
+++ b/textproc/p5-XML-LibXSLT/Makefile  Thu Nov 30 01:17:32 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2006/11/05 19:56:36 seb Exp $
+# $NetBSD: Makefile,v 1.13 2006/11/30 01:17:32 seb Exp $
 #
 
-DISTNAME=      XML-LibXSLT-1.61
+DISTNAME=      XML-LibXSLT-1.62
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5xlt
 CATEGORIES=    textproc perl5
diff -r 448f0d0862d0 -r 67f87473af42 textproc/p5-XML-LibXSLT/distinfo
--- a/textproc/p5-XML-LibXSLT/distinfo  Thu Nov 30 00:07:03 2006 +0000
+++ b/textproc/p5-XML-LibXSLT/distinfo  Thu Nov 30 01:17:32 2006 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/11/05 19:56:36 seb Exp $
+$NetBSD: distinfo,v 1.5 2006/11/30 01:17:32 seb Exp $
 
-SHA1 (XML-LibXSLT-1.61.tar.gz) = 4ef347f441f9d6a128fde2bd71754848d7a79bc5
-RMD160 (XML-LibXSLT-1.61.tar.gz) = 5b789c4207258f179314a4950917a690b3414058
-Size (XML-LibXSLT-1.61.tar.gz) = 34977 bytes
-SHA1 (patch-aa) = 7247ad18f40966aa273b8e3b75bc8b60e495a1f5
+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
diff -r 448f0d0862d0 -r 67f87473af42 textproc/p5-XML-LibXSLT/patches/patch-aa
--- a/textproc/p5-XML-LibXSLT/patches/patch-aa  Thu Nov 30 00:07:03 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2006/11/05 19:56:36 seb Exp $
-
---- t/13error.t.orig   2006-09-18 19:47:22.000000000 +0000
-+++ t/13error.t
-@@ -115,7 +115,7 @@ my $results;
- eval { $results = $stylesheet->transform($doc); };
- ok( $@ );
- 
--ok( $@ =~ /unregistered variable foo/ );
-+ok( $@ =~ /Variable 'foo' has not been declared/ );
- ok( $@ =~ /element value-of/ );
- 
--}
-\ No newline at end of file
-+}



Home | Main Index | Thread Index | Old Index