From owner-freebsd-ports Mon Jun 11 7:54:36 2001 Delivered-To: freebsd-ports@freebsd.org Received: from cathbad.happygiraffe.net (choke.semantico.com [212.74.15.98]) by hub.freebsd.org (Postfix) with ESMTP id BE16537B401; Mon, 11 Jun 2001 07:54:32 -0700 (PDT) (envelope-from dom@happygiraffe.net) Received: by cathbad.happygiraffe.net (Postfix, from userid 1001) id 6FEFC3FCF; Mon, 11 Jun 2001 15:53:08 +0100 (BST) Date: Mon, 11 Jun 2001 15:53:08 +0100 To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/27918: Update to textproc/p5-XML-LibXML Message-ID: <20010611155308.A6298@cathbad.happygiraffe.net> References: <20010606220344.D457C3FC2@cathbad.happygiraffe.net> <200106062330.f56NU7b30200@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200106062330.f56NU7b30200@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Wed, Jun 06, 2001 at 04:30:07PM -0700 X-Warning: Incoming message from The Big Giant Head! X-OS: FreeBSD 4.3-STABLE i386 X-Uptime: 3:52PM up 2:48, 1 user, load averages: 0.00, 0.02, 0.00 From: dom@happygiraffe.net (Dominic Mitchell) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've updated this port to 0.94. Here's the new diff, directly against the 0.91 currently in the tree. -Dom diff -urN /usr/ports/textproc/p5-XML-LibXML/Makefile p5-XML-LibXML/Makefile --- /usr/ports/textproc/p5-XML-LibXML/Makefile Tue May 29 11:40:48 2001 +++ p5-XML-LibXML/Makefile Mon Jun 11 15:48:50 2001 @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML -PORTVERSION= 0.91 +PORTVERSION= 0.94 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -21,7 +21,8 @@ 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::Attr.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff -urN /usr/ports/textproc/p5-XML-LibXML/distinfo p5-XML-LibXML/distinfo --- /usr/ports/textproc/p5-XML-LibXML/distinfo Tue May 29 11:40:49 2001 +++ p5-XML-LibXML/distinfo Mon Jun 11 15:51:18 2001 @@ -1 +1 @@ -MD5 (XML-LibXML-0.91.tar.gz) = f9f3dc2d8dcac50f5d849597d5fe9c03 +MD5 (XML-LibXML-0.94.tar.gz) = 207182503d475609b119aec995ae90aa diff -urN /usr/ports/textproc/p5-XML-LibXML/pkg-plist p5-XML-LibXML/pkg-plist --- /usr/ports/textproc/p5-XML-LibXML/pkg-plist Tue May 29 11:40:49 2001 +++ p5-XML-LibXML/pkg-plist Mon Jun 11 15:51:00 2001 @@ -6,6 +6,7 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Element.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%%/XML/LibXML/Attr.pod 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message