diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-17 19:58:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-17 19:58:22 +0000 |
commit | 41c75d8d4f567901ff0ef701c4a8f743bebceca5 (patch) | |
tree | 0ff11d49ce9e746efd0819651da20bc73c55e36d | |
parent | add portfwd 0.24 (diff) |
Update to 1.15
PR: 39403
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61444
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-plist | 1 |
3 files changed, 4 insertions, 3 deletions
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 <bsd.port.mk> 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 |