diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-10 12:27:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-10 12:27:49 +0000 |
commit | 0802ab78d38d28b4df1862bd943c1dd923e073f5 (patch) | |
tree | a8e62c13a55abb3a03e72c360bdeb2f54d356696 /textproc/p5-XML-LibXML | |
parent | 7a2515ab542d79dd5054c72540f6aa91399b154e (diff) | |
download | ports-0802ab78d38d28b4df1862bd943c1dd923e073f5.tar.gz ports-0802ab78d38d28b4df1862bd943c1dd923e073f5.zip |
Notes
Diffstat (limited to 'textproc/p5-XML-LibXML')
-rw-r--r-- | textproc/p5-XML-LibXML/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML/pkg-plist | 4 |
3 files changed, 9 insertions, 3 deletions
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 |