diff options
author | pat <pat@FreeBSD.org> | 2002-06-18 03:58:22 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-18 03:58:22 +0800 |
commit | 0b5dca4087008e58f82d1b49f5eb0b82d58c9eaf (patch) | |
tree | 6d9fa2069233cd048345ffcce8469928e396e839 /textproc | |
parent | 7a2b419813378c586815d3c3c8dfd76e6422f58e (diff) | |
download | freebsd-ports-gnome-0b5dca4087008e58f82d1b49f5eb0b82d58c9eaf.tar.gz freebsd-ports-gnome-0b5dca4087008e58f82d1b49f5eb0b82d58c9eaf.tar.zst freebsd-ports-gnome-0b5dca4087008e58f82d1b49f5eb0b82d58c9eaf.zip |
Update to 1.15
PR: 39403
Submitted by: maintainer
Diffstat (limited to 'textproc')
-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 |