mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update to version 1.11
PR: 25165 Submitted by: MAINTAINER
This commit is contained in:
parent
a02c04e982
commit
eac347db58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38430
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (XML-Stream-1.10.tar.gz) = 8cf628adb1671f7ede54db5da2b64f70
|
||||
MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user