Sun May 10 03:17:38 2015 UTC ()
Update 0.623 to 0.625
---------------------
0.625 Thu 05 Jun 2014 23:55:42 +1000    <joe@kafsemo.org>
        - Allow xml-model processing instructions (#94078).
        - Don't warn when undef is passed to setOutput (#94369).

0.624 Wed Feb 12 23:28:39 2014 +1100    <joe@kafsemo.org>
        - Allow an empty system ID in a doctype declaration.


(mef)
diff -r1.30 -r1.31 pkgsrc/textproc/p5-XML-Writer/Makefile
diff -r1.11 -r1.12 pkgsrc/textproc/p5-XML-Writer/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/textproc/p5-XML-Writer/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Writer/Makefile 2014/10/09 14:07:06 1.30
+++ pkgsrc/textproc/p5-XML-Writer/Makefile 2015/05/10 03:17:38 1.31
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.30 2014/10/09 14:07:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2015/05/10 03:17:38 mef Exp $
2# 2#
3 3
4DISTNAME= XML-Writer-0.623 4DISTNAME= XML-Writer-0.625
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
9 8
10MAINTAINER= rhaen@NetBSD.org 9MAINTAINER= rhaen@NetBSD.org
11HOMEPAGE= http://xml-writer-perl.berlios.de/ 10HOMEPAGE= http://xml-writer-perl.berlios.de/
12COMMENT= Perl module for writing XML documents 11COMMENT= Perl module for writing XML documents
13#LICENSE= ? 12#LICENSE= ?
14# Redistribution and use in source and compiled forms, with or without 13# Redistribution and use in source and compiled forms, with or without
15# modification, are permitted under any circumstances. No warranty. 14# modification, are permitted under any circumstances. No warranty.
16 15
17PERL5_PACKLIST= auto/XML/Writer/.packlist 16PERL5_PACKLIST= auto/XML/Writer/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"

cvs diff -r1.11 -r1.12 pkgsrc/textproc/p5-XML-Writer/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-XML-Writer/distinfo 2013/10/13 04:28:03 1.11
+++ pkgsrc/textproc/p5-XML-Writer/distinfo 2015/05/10 03:17:38 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2013/10/13 04:28:03 wen Exp $ 1$NetBSD: distinfo,v 1.12 2015/05/10 03:17:38 mef Exp $
2 2
3SHA1 (XML-Writer-0.623.tar.gz) = 9485f6e01def327c6bc00ee988eacdaedf6ae3aa 3SHA1 (XML-Writer-0.625.tar.gz) = c87edc8255e98d4e7b3843f3947d8a9df4e94862
4RMD160 (XML-Writer-0.623.tar.gz) = 595023fd5d87c86b807de4987d94c9dd194407d2 4RMD160 (XML-Writer-0.625.tar.gz) = e9c7cca7d1c30173b100c747123bd98cfe42c70a
5Size (XML-Writer-0.623.tar.gz) = 28683 bytes 5Size (XML-Writer-0.625.tar.gz) = 28930 bytes