From 0b5dca4087008e58f82d1b49f5eb0b82d58c9eaf Mon Sep 17 00:00:00 2001 From: pat Date: Mon, 17 Jun 2002 19:58:22 +0000 Subject: Update to 1.15 PR: 39403 Submitted by: maintainer --- textproc/p5-XML-Stream/Makefile | 4 ++-- textproc/p5-XML-Stream/distinfo | 2 +- textproc/p5-XML-Stream/pkg-plist | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'textproc') diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 2697fb146ed6..3f92e34a7e49 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -23,6 +23,6 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \ XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \ - XML::Stream::Tree.3 + XML::Stream::Tree.3 XML::Stream::Node.3 .include diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo index 35fd6199aec5..396cf1f60b66 100644 --- a/textproc/p5-XML-Stream/distinfo +++ b/textproc/p5-XML-Stream/distinfo @@ -1 +1 @@ -MD5 (XML-Stream-1.14.tar.gz) = bb2372afeec10edca743de3328fa43c4 +MD5 (XML-Stream-1.15.tar.gz) = 29e7cae628b3677aa7abcbc763ac14de diff --git a/textproc/p5-XML-Stream/pkg-plist b/textproc/p5-XML-Stream/pkg-plist index 2d97bc81c980..b88351f9609b 100644 --- a/textproc/p5-XML-Stream/pkg-plist +++ b/textproc/p5-XML-Stream/pkg-plist @@ -2,6 +2,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Hash.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Node.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser/DTD.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Tree.pm -- cgit