From owner-freebsd-ports Fri Dec 14 13:22:19 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F368737B42A for ; Fri, 14 Dec 2001 13:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBELK1A59142; Fri, 14 Dec 2001 13:20:01 -0800 (PST) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 4F13B37B416 for ; Fri, 14 Dec 2001 13:16:16 -0800 (PST) Received: from 3wgraphics.com (ppp-9-084.comintern.ru [213.148.9.84]) by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBDA9Is289938 for ; Thu, 13 Dec 2001 13:09:18 +0300 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 16ESkC-000KLR-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 13 Dec 2001 13:05:36 +0300 Message-Id: Date: Thu, 13 Dec 2001 13:05:36 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32836: Update port: p5-XML-LibXML-1.31 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 >Number: 32836 >Category: ports >Synopsis: Update port: p5-XML-LibXML-1.31 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 14 13:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: Update port: p5-XML-LibXML-1.31 >How-To-Repeat: >Fix: diff -ur p5-XML-LibXML-0.97/Makefile p5-XML-LibXML/Makefile --- p5-XML-LibXML-0.97/Makefile Mon Nov 19 17:45:51 2001 +++ p5-XML-LibXML/Makefile Fri Dec 7 17:01:45 2001 @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML -PORTVERSION= 0.97 +PORTVERSION= 1.31 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -14,16 +14,22 @@ MAINTAINER= skv@protey.ru +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 +RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes 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::Dtd.3 XML::LibXML::Namespace.3 \ - XML::LibXML::DocumentFragment.3 XML::LibXML::Attr.3 +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::SAX::Generator.3 XML::LibXML::SAX::Parser.3 \ + XML::LibXML::Text.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff -ur p5-XML-LibXML-0.97/distinfo p5-XML-LibXML/distinfo --- p5-XML-LibXML-0.97/distinfo Mon Nov 19 17:45:51 2001 +++ p5-XML-LibXML/distinfo Fri Dec 7 13:55:18 2001 @@ -1 +1 @@ -MD5 (XML-LibXML-0.97.tar.gz) = 560057a998d2ba3bb8ba415ce0d1d609 +MD5 (XML-LibXML-1.31.tar.gz) = 680089366ccb5cc06372dee14042c5e2 diff -ur p5-XML-LibXML-0.97/pkg-descr p5-XML-LibXML/pkg-descr --- p5-XML-LibXML-0.97/pkg-descr Mon Nov 19 17:45:51 2001 +++ p5-XML-LibXML/pkg-descr Fri Dec 7 13:54:18 2001 @@ -1,3 +1,6 @@ This module is a minimal interface to the Gnome libxml2 library. WWW: http://www.xmlsoft.org/ + +-- Sergey Skvortsov +skv@protey.ru diff -ur p5-XML-LibXML-0.97/pkg-plist p5-XML-LibXML/pkg-plist --- p5-XML-LibXML-0.97/pkg-plist Mon Nov 19 17:45:51 2001 +++ p5-XML-LibXML/pkg-plist Fri Dec 7 17:01:00 2001 @@ -1,17 +1,24 @@ 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/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/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/Literal.pm 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/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 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 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 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true +@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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message