diff options
author | mjl <mjl@pkgsrc.org> | 2003-03-03 11:30:58 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-03-03 11:30:58 +0000 |
commit | ead3f7d7499dca5888d1a9e284303c4232a838a1 (patch) | |
tree | dff8296d54fd9500691c7b4a2c639ddfb049c00d /textproc/p5-XML-SAX/Makefile | |
parent | d7af96e03b542e06c06df7f116482642b56483a3 (diff) | |
download | pkgsrc-ead3f7d7499dca5888d1a9e284303c4232a838a1.tar.gz |
Update p5-XML-SAX to 0.12
- Made sure SAX.ini works as documented
- Fixed when you specify Module (version)
- Base: Merged in XML::SAX::Base 1.04 (including memory leak fixes)
- ParserFactory: Made it do what the docs say when you specify
a module version number.
- SAX: Fixed XML::SAX::Intro typo.
- ParserFactory: Fixed (and test) broken version in parser pkg
- PurePerl: Fixed PubidChar missing '-'
- ParserFactory: Allow version in parser package
Diffstat (limited to 'textproc/p5-XML-SAX/Makefile')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index f12c9a43130..a5ff206de7c 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2002/09/26 10:12:16 seb Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/03 11:30:58 mjl Exp $ -DISTNAME= XML-SAX-0.09 +DISTNAME= XML-SAX-0.12 PKGNAME= p5-${DISTNAME} #SVR4_PKGNAME= CATEGORIES= textproc perl5 @@ -9,7 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= packages@netbsd.org COMMENT= Perl interface to the SAX2 XML Parser -DEPENDS+= p5-XML-NamespaceSupport-[0-9]*:../../textproc/p5-XML-NamespaceSupport +DEPENDS+= p5-XML-NamespaceSupport>=0.03:../../textproc/p5-XML-NamespaceSupport +DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/SAX/.packlist |