diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-01-15 09:02:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-01-15 09:02:32 +0000 |
commit | a8f1a51ee676178ea11334e32014c551e0ced0a5 (patch) | |
tree | fba87d1a446a627452730637c00167e2de821b11 /textproc | |
parent | 3ba11e4d38034d99fa5857ef7274bc07e6ae1106 (diff) | |
download | pkgsrc-a8f1a51ee676178ea11334e32014c551e0ced0a5.tar.gz |
Update to 0.13
Changes:
o make parse return 1 (Steven Allen)
o sub setModel: Generation of regexp goes wrong if an element has more than
62 members and any of these has cardinality other than 1:
Parentheses are required around each re token, because the tokens are
encoded as character pairs if there's 62 or more of them. (B Mills)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Checker/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Checker/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/p5-XML-Checker/Makefile b/textproc/p5-XML-Checker/Makefile index 2a23811eb3c..e754c307f40 100644 --- a/textproc/p5-XML-Checker/Makefile +++ b/textproc/p5-XML-Checker/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:39 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/15 09:02:32 xtraeme Exp $ -DISTNAME= XML-Checker-0.12 +DISTNAME= XML-Checker-0.13 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} diff --git a/textproc/p5-XML-Checker/distinfo b/textproc/p5-XML-Checker/distinfo index eb3b7b2a0af..ad032cba36c 100644 --- a/textproc/p5-XML-Checker/distinfo +++ b/textproc/p5-XML-Checker/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/04/27 19:17:03 shell Exp $ +$NetBSD: distinfo,v 1.4 2004/01/15 09:02:32 xtraeme Exp $ -SHA1 (XML-Checker-0.12.tar.gz) = 592e433076a3444bc57c95a191d460f45adb41ad -Size (XML-Checker-0.12.tar.gz) = 33800 bytes +SHA1 (XML-Checker-0.13.tar.gz) = 55d87de52f44c6091df66757a888675feea2e61c +Size (XML-Checker-0.13.tar.gz) = 34012 bytes |