From 04e349593148d329874b32ea7bec7c84827ee18a Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 10 Jul 2001 12:27:49 +0000 Subject: upgrade to 0.9.7 PR: 28870 Submitted by: skv@protey.ru --- textproc/p5-XML-LibXML/Makefile | 6 ++++-- textproc/p5-XML-LibXML/distinfo | 2 +- textproc/p5-XML-LibXML/pkg-plist | 4 ++++ 3 files changed, 9 insertions(+), 3 deletions(-) (limited to 'textproc/p5-XML-LibXML') diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile index b4dc3525f62f..47b146da2104 100644 --- a/textproc/p5-XML-LibXML/Makefile +++ b/textproc/p5-XML-LibXML/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML -PORTVERSION= 0.92 +PORTVERSION= 0.97 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -21,7 +21,9 @@ CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' MAN3= XML::LibXML::Element.3 XML::LibXML::CDATASection.3 \ XML::LibXML::Comment.3 XML::LibXML::Text.3 XML::LibXML.3 \ - XML::LibXML::Node.3 XML::LibXML::Document.3 + XML::LibXML::Node.3 XML::LibXML::Document.3 \ + XML::LibXML::Dtd.3 XML::LibXML::Namespace.3 \ + XML::LibXML::DocumentFragment.3 XML::LibXML::Attr.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/textproc/p5-XML-LibXML/distinfo b/textproc/p5-XML-LibXML/distinfo index 1d796bcd076c..32d47798738d 100644 --- a/textproc/p5-XML-LibXML/distinfo +++ b/textproc/p5-XML-LibXML/distinfo @@ -1 +1 @@ -MD5 (XML-LibXML-0.92.tar.gz) = b8d50c60d21651800d48c8954b68b833 +MD5 (XML-LibXML-0.97.tar.gz) = 560057a998d2ba3bb8ba415ce0d1d609 diff --git a/textproc/p5-XML-LibXML/pkg-plist b/textproc/p5-XML-LibXML/pkg-plist index 982d83fb1774..157cda2781d9 100644 --- a/textproc/p5-XML-LibXML/pkg-plist +++ b/textproc/p5-XML-LibXML/pkg-plist @@ -1,9 +1,13 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Attr.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/CDATASection.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Comment.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Document.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/DocumentFragment.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Dtd.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Element.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Namespace.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Node.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Text.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.bs -- cgit