From c179f99a55471281eaa3d523a3176d8307d3e62d Mon Sep 17 00:00:00 2001 From: martti Date: Wed, 28 Nov 2001 11:21:06 +0000 Subject: Updated to 1.35 (PR#14750) Changes : - Removed dependency on p5-Parse-Yapp - Separated out XML::UM, XML::Filter::* and XML::Builder::* modules into sperate modules - Added use bytes pragma to XML::DOM to fix unicode problems - The '>' character is now encoded in attribute values - hasFeature now is case-insensitve for name of feature --- textproc/p5-XML-DOM/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'textproc/p5-XML-DOM/Makefile') diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index be6fbecb884..70db0abeea8 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/11/26 06:50:24 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/11/28 11:21:06 martti Exp $ # -DISTNAME= XML-DOM-1.31 +DISTNAME= XML-DOM-1.35 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xdo CATEGORIES= devel perl5 @@ -10,7 +10,6 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= packages@netbsd.org COMMENT= Extend XML::Parser to build DOM Level 1 compliant data structure -DEPENDS+= p5-Parse-Yapp-[0-9]*:../../devel/p5-Parse-Yapp DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-libxml-[0-9]*:../../textproc/p5-libxml DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp -- cgit v1.2.3