Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 13:05:36 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32836: Update port: p5-XML-LibXML-1.31
Message-ID:  <E16ESkC-000KLR-00@3wgraphics.com>

next in thread | raw e-mail | index | archive | help

>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:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: p5-XML-LibXML-1.31

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16ESkC-000KLR-00>