pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Writer - updated package to 0.603



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbef46850f79
branches:  trunk
changeset: 538440:fbef46850f79
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Fri Feb 08 12:51:59 2008 +0000

description:
- updated package to 0.603
- added DESTDIR support
- changed maintainer to rhaen%NetBSD.org@localhost
ChangeLog:
0.603 Mon Jun 25 22:31:40 BST 2007    <joe%kafsemo.org@localhost>
        - Escape all necessary white space in attributes (#25499).

0.602 Sat Nov 11 16:54:22 GMT 2006    <joe%kafsemo.org@localhost>
        - 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:

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

diffs (40 lines):

diff -r aca88ba97c24 -r fbef46850f79 textproc/p5-XML-Writer/Makefile
--- a/textproc/p5-XML-Writer/Makefile   Fri Feb 08 12:45:46 2008 +0000
+++ b/textproc/p5-XML-Writer/Makefile   Fri Feb 08 12:51:59 2008 +0000
@@ -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@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 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 -r aca88ba97c24 -r fbef46850f79 textproc/p5-XML-Writer/distinfo
--- a/textproc/p5-XML-Writer/distinfo   Fri Feb 08 12:45:46 2008 +0000
+++ b/textproc/p5-XML-Writer/distinfo   Fri Feb 08 12:51:59 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index