Updated to 1.50.

This commit is contained in:
Sergey Skvortsov 2002-05-29 08:55:31 +00:00
parent 27bf13dbfe
commit 3e71556168
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60243
3 changed files with 13 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= XML-LibXML
PORTVERSION= 1.40
PORTVERSION= 1.50
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@ -21,14 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2'
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::LibXML.3 XML::LibXML::Attr.3 XML::LibXML::Boolean.3 \
XML::LibXML::CDATASection.3 XML::LibXML::Comment.3 \
XML::LibXML::Document.3 XML::LibXML::DocumentFragment.3 \
XML::LibXML::Dtd.3 XML::LibXML::Element.3 \
XML::LibXML::Literal.3 XML::LibXML::Namespace.3 \
XML::LibXML::Node.3 XML::LibXML::NodeList.3 \
XML::LibXML::Number.3 XML::LibXML::SAX::Builder.3 \
XML::LibXML::DOM.3 XML::LibXML::Document.3 \
XML::LibXML::DocumentFragment.3 XML::LibXML::Dtd.3 \
XML::LibXML::Element.3 XML::LibXML::Literal.3 \
XML::LibXML::Namespace.3 XML::LibXML::Node.3 \
XML::LibXML::NodeList.3 XML::LibXML::Number.3 \
XML::LibXML::SAX.3 XML::LibXML::SAX::Builder.3 \
XML::LibXML::SAX::Generator.3 XML::LibXML::SAX::Parser.3 \
XML::LibXML::Text.3

View File

@ -1 +1 @@
MD5 (XML-LibXML-1.40.tar.gz) = ce41a4903829068fcfb67f23ac39ad58
MD5 (XML-LibXML-1.50.tar.gz) = 813adafa19ce56e11dcd21eb1efa06b4

View File

@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Attr.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Boolean.pm
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/DOM.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
@ -13,6 +14,8 @@ 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/NodeList.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Number.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX.pod
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Builder.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Generator.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX/Parser.pm
@ -21,5 +24,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/SAX
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true