Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2006 19:26:10 +0100 (CET)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tjs@cdpa.nsysu.edu.tw
Subject:   ports/105677: [UPDATE] textproc/p5-XML-Compile: update to 0.11
Message-ID:  <200611191826.kAJIQAPH098630@miwi.homeunix.org>
Resent-Message-ID: <200611191830.kAJIUGL5024036@freefall.freebsd.org>

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

>Number:         105677
>Category:       ports
>Synopsis:       [UPDATE] textproc/p5-XML-Compile: update to 0.11
>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:   Sun Nov 19 18:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Wilke
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD miwi.homeunix.org 7.0-CURRENT FreeBSD 7.0-CURRENT #193: Tue Nov 14 10:31:54 CET 2006
>Description:
- Update to 0.11
- Tb Checked http://miwibox.org/tb/index.php?action=describe_port&id=1445

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

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

--- p5-XML-Compile-0.11.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	1 Oct 2006 03:16:49 -0000	1.2
+++ Makefile	19 Nov 2006 18:00:19 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Compile
-PORTVERSION=	0.09
+PORTVERSION=	0.11
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -23,13 +23,15 @@
 
 MAN3=	XML::Compile.3 XML::Compile::Schema.3 \
 	XML::Compile::Schema::BuiltInFacets.3 \
-	XML::Compile::Schema::BuiltInStructs.3 \
+	XML::Compile::Schema::BuiltInTypes.3 \
 	XML::Compile::Schema::BuiltInTypes.3 \
 	XML::Compile::Schema::Instance.3 \
 	XML::Compile::Schema::NameSpaces.3 \
 	XML::Compile::Schema::Specs.3 \
 	XML::Compile::Schema::Translate.3 \
+	XML::Compile::Schema::Template.3 \
 	XML::Compile::Schema::XmlReader.3 \
+	XML::Compile::Schema::XmlTemplate.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.2
diff -u -u -r1.2 distinfo
--- distinfo	1 Oct 2006 03:16:49 -0000	1.2
+++ distinfo	19 Nov 2006 17:04:23 -0000
@@ -1,3 +1,3 @@
-MD5 (XML-Compile-0.09.tar.gz) = cef0c2e7b41c97affb0429c3ebef2d25
-SHA256 (XML-Compile-0.09.tar.gz) = a92970d5b86000539f5b089797e9c77a7421ae435c4b032a23f202483210cdd2
-SIZE (XML-Compile-0.09.tar.gz) = 77707
+MD5 (XML-Compile-0.11.tar.gz) = f5c0e60b5640b01910058cec67abe174
+SHA256 (XML-Compile-0.11.tar.gz) = 2eb56ef222e244339c496196c48924521b7f3896ccb919479249f33d95220e5c
+SIZE (XML-Compile-0.11.tar.gz) = 80563
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/textproc/p5-XML-Compile/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	1 Oct 2006 03:16:49 -0000	1.2
+++ pkg-plist	19 Nov 2006 17:59:14 -0000
@@ -1,13 +1,9 @@
-@comment $FreeBSD: ports/textproc/p5-XML-Compile/pkg-plist,v 1.2 2006/10/01 03:16:49 clsung Exp $
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
 %%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
@@ -16,14 +12,21 @@
 %%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/Template.pm
+%%SITE_PERL%%/XML/Compile/Schema/Template.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/XmlTemplate.pm
+%%SITE_PERL%%/XML/Compile/Schema/XmlTemplate.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
-@dirrmtry %%SITE_PERL%%/XML/Compile
-@dirrmtry %%SITE_PERL%%/XML
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%
+@dirrm %%SITE_PERL%%/XML/Compile/Schema
+@dirrm %%SITE_PERL%%/XML/Compile
+@dirrm %%SITE_PERL%%/XML
--- p5-XML-Compile-0.11.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611191826.kAJIQAPH098630>