diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-02-08 12:51:59 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-02-08 12:51:59 +0000 |
commit | a3400de4cd524d86fe243662d8d5e5b44cd43d26 (patch) | |
tree | d13bf4b229164032f7c8a1c042c8ceff572b73ef /textproc/p5-XML-Writer | |
parent | 50290426a23f692d23afd7b4e9221b975752bc6a (diff) | |
download | pkgsrc-a3400de4cd524d86fe243662d8d5e5b44cd43d26.tar.gz |
- updated package to 0.603
- added DESTDIR support
- changed maintainer to rhaen@NetBSD.org
ChangeLog:
0.603 Mon Jun 25 22:31:40 BST 2007 <joe@kafsemo.org>
- Escape all necessary white space in attributes (#25499).
0.602 Sat Nov 11 16:54:22 GMT 2006 <joe@kafsemo.org>
- Fix bugs in test case to avoid breaking with new Perls.
- Make test case work with older Perls, tested against 5.004 (#17288).
- Include pod syntax and coverage tests.
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Writer/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index e0d162b1af2..f3cd9317a86 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.15 2006/11/07 13:49:18 obache Exp $ +# $NetBSD: Makefile,v 1.16 2008/02/08 12:51:59 rhaen Exp $ # -DISTNAME= XML-Writer-0.601 +DISTNAME= XML-Writer-0.603 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xwr CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://xml-writer-perl.berlios.de/ COMMENT= Perl module for writing XML documents PKG_INSTALLATION_TYPES= overwrite pkgviews PERL5_PACKLIST= auto/XML/Writer/.packlist +PKG_DESTDIR_SUPPORT= user-destdir .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Writer/distinfo b/textproc/p5-XML-Writer/distinfo index 2fc4d90e02d..07d69c84606 100644 --- a/textproc/p5-XML-Writer/distinfo +++ b/textproc/p5-XML-Writer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/11/07 13:49:18 obache Exp $ +$NetBSD: distinfo,v 1.6 2008/02/08 12:51:59 rhaen Exp $ -SHA1 (XML-Writer-0.601.tar.gz) = 4b8f6b255f8d61097d86be98bad5e16e1fd46b38 -RMD160 (XML-Writer-0.601.tar.gz) = 5ea425758781a0adba4c19cb85be040bca5faf88 -Size (XML-Writer-0.601.tar.gz) = 22456 bytes +SHA1 (XML-Writer-0.603.tar.gz) = 19d08cfa04a033bb0a1a6fbc551e7cfe131e1572 +RMD160 (XML-Writer-0.603.tar.gz) = 8bc6250309a1dc612b8f395e22c619260f450df8 +Size (XML-Writer-0.603.tar.gz) = 23022 bytes |