diff options
author | seb <seb> | 2006-11-30 01:17:32 +0000 |
---|---|---|
committer | seb <seb> | 2006-11-30 01:17:32 +0000 |
commit | 53040f9ffbd2fd4573b036ec267d3c116bb3359c (patch) | |
tree | fbf13fec73565ee2f3b2b6a625d31199d7f150e7 /textproc/p5-XML-LibXSLT/Makefile | |
parent | aa45876e04215c2d3e264e666d915600dcc3d24e (diff) | |
download | pkgsrc-53040f9ffbd2fd4573b036ec267d3c116bb3359c.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/p5-XML-LibXSLT/Makefile')
-rw-r--r-- | textproc/p5-XML-LibXSLT/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |