ports/103846: [PATCH] textproc/p5-XML-Compile: update to 0.09

Cheng-Lung Sung clsung at FreeBSD.org
Sat Sep 30 08:00:54 UTC 2006


>Number:         103846
>Category:       ports
>Synopsis:       [PATCH] textproc/p5-XML-Compile: update to 0.09
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 30 08:00:45 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD going04.iis.sinica.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #21: Wed Sep 13 17:54:15 CST 2006
>Description:
- Update to 0.09
- from ChangeLog
  - Removed dependency for Regex::Common, added Math::BigInt
  - Upgraded to XML::LibXML 1.60, which changed from Attribute handling.

Port maintainer (tjs at cdpa.nsysu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-XML-Compile-0.09.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	26 Sep 2006 08:59:45 -0000	1.1
+++ Makefile	30 Sep 2006 07:58:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile
-PORTVERSION=	0.05
+PORTVERSION=	0.09
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,8 +15,8 @@
 MAINTAINER=	tjs at cdpa.nsysu.edu.tw
 COMMENT=	Compilation based XML processing
 
-RUN_DEPENDS=	p5-XML-LibXML>=1.58:${PORTSDIR}/textproc/p5-XML-LibXML \
-		p5-Regexp-Common>=2.00:${PORTSDIR}/textproc/p5-Regexp-Common
+RUN_DEPENDS=	p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML \
+    		p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt
 BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
@@ -28,6 +28,8 @@
 	XML::Compile::Schema::Instance.3 \
 	XML::Compile::Schema::NameSpaces.3 \
 	XML::Compile::Schema::Specs.3 \
-	XML::Compile::Schema::Translate.3
+	XML::Compile::Schema::Translate.3 \
+	XML::Compile::Schema::XmlReader.3 \
+	XML::Compile::Schema::XmlWriter.3
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	26 Sep 2006 08:59:45 -0000	1.1
+++ distinfo	30 Sep 2006 07:58:50 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Compile-0.05.tar.gz) = 52fd320f9967ce3236bf5e2fe439a24f
-SHA256 (XML-Compile-0.05.tar.gz) = c9153fdfd398048d9d71180ae0bce9e7b0a0ee9f35677e2bc2c75efca11fa3d4
-SIZE (XML-Compile-0.05.tar.gz) = 49932
+MD5 (XML-Compile-0.09.tar.gz) = cef0c2e7b41c97affb0429c3ebef2d25
+SHA256 (XML-Compile-0.09.tar.gz) = a92970d5b86000539f5b089797e9c77a7421ae435c4b032a23f202483210cdd2
+SIZE (XML-Compile-0.09.tar.gz) = 77707
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/pkg-plist,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-plist
--- pkg-plist	26 Sep 2006 08:59:45 -0000	1.1
+++ pkg-plist	30 Sep 2006 07:58:50 -0000
@@ -1,23 +1,27 @@
 @comment $FreeBSD: ports/textproc/p5-XML-Compile/pkg-plist,v 1.1 2006/09/26 08:59:45 clsung Exp $
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
-%%SITE_PERL%%/XML/Compile/Schema/Translate.pod
-%%SITE_PERL%%/XML/Compile/Schema/Translate.pm
-%%SITE_PERL%%/XML/Compile/Schema/Specs.pod
-%%SITE_PERL%%/XML/Compile/Schema/Specs.pm
-%%SITE_PERL%%/XML/Compile/Schema/NameSpaces.pod
-%%SITE_PERL%%/XML/Compile/Schema/NameSpaces.pm
-%%SITE_PERL%%/XML/Compile/Schema/Instance.pod
-%%SITE_PERL%%/XML/Compile/Schema/Instance.pm
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInTypes.pod
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInTypes.pm
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInStructs.pod
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInStructs.pm
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pod
-%%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm
-%%SITE_PERL%%/XML/Compile/Schema.pod
-%%SITE_PERL%%/XML/Compile/Schema.pm
-%%SITE_PERL%%/XML/Compile.pod
 %%SITE_PERL%%/XML/Compile.pm
+%%SITE_PERL%%/XML/Compile.pod
+%%SITE_PERL%%/XML/Compile/Schema.pm
+%%SITE_PERL%%/XML/Compile/Schema.pod
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pm
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInFacets.pod
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInStructs.pm
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInStructs.pod
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInTypes.pm
+%%SITE_PERL%%/XML/Compile/Schema/BuiltInTypes.pod
+%%SITE_PERL%%/XML/Compile/Schema/Instance.pm
+%%SITE_PERL%%/XML/Compile/Schema/Instance.pod
+%%SITE_PERL%%/XML/Compile/Schema/NameSpaces.pm
+%%SITE_PERL%%/XML/Compile/Schema/NameSpaces.pod
+%%SITE_PERL%%/XML/Compile/Schema/Specs.pm
+%%SITE_PERL%%/XML/Compile/Schema/Specs.pod
+%%SITE_PERL%%/XML/Compile/Schema/Translate.pm
+%%SITE_PERL%%/XML/Compile/Schema/Translate.pod
+%%SITE_PERL%%/XML/Compile/Schema/XmlReader.pm
+%%SITE_PERL%%/XML/Compile/Schema/XmlReader.pod
+%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pm
+%%SITE_PERL%%/XML/Compile/Schema/XmlWriter.pod
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
 @dirrmtry %%SITE_PERL%%/XML/Compile/Schema
--- p5-XML-Compile-0.09.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list