diff options
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/pkg-plist | 3 |
4 files changed, 12 insertions, 6 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index e94028a45180..b4e6bd820194 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-Stream -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -16,9 +16,9 @@ MAINTAINER= leeym@cae.ce.ntu.edu.tw RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -PERL_CONFIGURE= YES +PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= XML::Stream.3 XML::Stream::Namespace.3 +MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 .include <bsd.port.mk> diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo index 9fced9adcbfe..c53afe546e1d 100644 --- a/textproc/p5-XML-Stream/distinfo +++ b/textproc/p5-XML-Stream/distinfo @@ -1 +1 @@ -MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70 +MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a diff --git a/textproc/p5-XML-Stream/pkg-descr b/textproc/p5-XML-Stream/pkg-descr index e8a77726aba1..95b822e36901 100644 --- a/textproc/p5-XML-Stream/pkg-descr +++ b/textproc/p5-XML-Stream/pkg-descr @@ -1,12 +1,15 @@ -XML::Stream v1.10 +XML::Stream v1.11 This module provides you with access to XML Streams. An XML Stream is just that. A stream of XML over a connection between two computers. For more information about XML Streams, and the group that created them, please visit: -http://etherx.jabber.org/streams +WWW: http://sourceforge.net/projects/xmlstream/ Ryan Eatmon Jabber Perl Team Leader reatmon@jabber.org + +-- +Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> diff --git a/textproc/p5-XML-Stream/pkg-plist b/textproc/p5-XML-Stream/pkg-plist index 8f3a516b355a..ca93ec0264d3 100644 --- a/textproc/p5-XML-Stream/pkg-plist +++ b/textproc/p5-XML-Stream/pkg-plist @@ -1,6 +1,9 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.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%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream +@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream @dirrm lib/perl5/site_perl/%%PERL_VER%%/XML |