diff options
author | wiz <wiz@pkgsrc.org> | 2002-08-20 14:57:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-08-20 14:57:45 +0000 |
commit | 963ca16a099e9e62520989279d7482cf3c28a587 (patch) | |
tree | 92e10030d99aeee690fbebd60009247fbba29d09 /textproc/p5-XML-Parser/Makefile | |
parent | 6e52d22a1d06eeab1a0226bd14aa3397e6923b18 (diff) | |
download | pkgsrc-963ca16a099e9e62520989279d7482cf3c28a587.tar.gz |
Update to 2.31:
- Ilya Zakharevich <ilya@math.ohio-state.edu> and
Dave Mitchell <davem@fdgroup.com> both provided patches to
fix problems module had with 5.8.0
- Dave Mitchell also made some UTF-8 related fixes to the test suite.
Diffstat (limited to 'textproc/p5-XML-Parser/Makefile')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 4c1ce6bfcee..057e304dd1f 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2002/08/20 14:53:38 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/08/20 14:57:45 wiz Exp $ # -DISTNAME= XML-Parser.2.30 -PKGNAME= p5-${DISTNAME:S/./-/1} +DISTNAME= XML-Parser-2.31 +PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xpa -WRKSRC= ${WRKDIR}/${DISTNAME:S/./-/1} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} |