diff options
author | seb <seb@pkgsrc.org> | 2006-11-30 01:17:32 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-11-30 01:17:32 +0000 |
commit | 136a68bf060df4a101149a63b467e4d09aae00aa (patch) | |
tree | fbf13fec73565ee2f3b2b6a625d31199d7f150e7 /textproc | |
parent | 380e35c2374ecf6f652c1c728cf836f4ac5a0602 (diff) | |
download | pkgsrc-136a68bf060df4a101149a63b467e4d09aae00aa.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/distinfo | 9 | ||||
-rw-r--r-- | textproc/p5-XML-LibXSLT/patches/patch-aa | 15 |
3 files changed, 6 insertions, 22 deletions
diff --git a/textproc/p5-XML-LibXSLT/Makefile b/textproc/p5-XML-LibXSLT/Makefile index cda4403f198..a2271114858 100644 --- a/textproc/p5-XML-LibXSLT/Makefile +++ b/textproc/p5-XML-LibXSLT/Makefile @@ -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 --git a/textproc/p5-XML-LibXSLT/distinfo b/textproc/p5-XML-LibXSLT/distinfo index 0151fef0609..2b78745f1cf 100644 --- a/textproc/p5-XML-LibXSLT/distinfo +++ b/textproc/p5-XML-LibXSLT/distinfo @@ -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 --git a/textproc/p5-XML-LibXSLT/patches/patch-aa b/textproc/p5-XML-LibXSLT/patches/patch-aa deleted file mode 100644 index 992e5e5377f..00000000000 --- a/textproc/p5-XML-LibXSLT/patches/patch-aa +++ /dev/null @@ -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 -+} |