Upgrade to 0.96

This commit is contained in:
shell 2001-06-23 04:39:56 +00:00
parent 029d1276f2
commit dba982c020
3 changed files with 9 additions and 7 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.3 2001/06/20 11:07:27 shell Exp $
# $OpenBSD: Makefile,v 1.4 2001/06/23 04:39:56 shell Exp $
COMMENT= "perl interface to the libxml2 library"
VERSION= 0.94
VERSION= 0.96
DISTNAME= XML-LibXML-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
NEED_VERSION= 1.409
NEED_VERSION= 1.417
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML

View File

@ -1,3 +1,3 @@
MD5 (XML-LibXML-0.94.tar.gz) = 207182503d475609b119aec995ae90aa
RMD160 (XML-LibXML-0.94.tar.gz) = 8d898bc8a1e07040d192e8deba6128cd1fdfb617
SHA1 (XML-LibXML-0.94.tar.gz) = a051df7d9b2ce74e1e02831b952e192a27ad3b19
MD5 (XML-LibXML-0.96.tar.gz) = 86c09509fe4a526756558c00ba6395b2
RMD160 (XML-LibXML-0.96.tar.gz) = 314890f0f9ddbbce0d2d9c06349a6bbb4b6ddb01
SHA1 (XML-LibXML-0.96.tar.gz) = 2baf646dad6cac2cb67a7fc46d1644eb5922f3d1

View File

@ -1,9 +1,10 @@
@comment $OpenBSD: PLIST,v 1.3 2001/06/20 11:07:28 shell Exp $
@comment $OpenBSD: PLIST,v 1.4 2001/06/23 04:39:58 shell Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Attr.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/CDATASection.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Comment.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Document.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/DocumentFragment.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Element.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Node.pod
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/XML/LibXML/Text.pod
@ -14,6 +15,7 @@ man/man3/XML::LibXML::Attr.3p
man/man3/XML::LibXML::CDATASection.3p
man/man3/XML::LibXML::Comment.3p
man/man3/XML::LibXML::Document.3p
man/man3/XML::LibXML::DocumentFragment.3p
man/man3/XML::LibXML::Element.3p
man/man3/XML::LibXML::Node.3p
man/man3/XML::LibXML::Text.3p