Date: Mon, 20 Nov 2006 21:21:58 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/105687: [MAINTAINER] textproc/p5-XML-Compile: update to 0.11 Message-ID: <200611201321.kAKDLwrn084023@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200611201330.kAKDUAMX016644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105687 >Category: ports >Synopsis: [MAINTAINER] 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: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 20 13:30:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Nov 12 11:55:04 CST 2006 >Description: - Update to 0.11 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-Compile-0.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Compile/Makefile /hd1/p5-XML-Compile/Makefile --- /usr/ports/textproc/p5-XML-Compile/Makefile Sun Oct 1 11:16:49 2006 +++ /hd1/p5-XML-Compile/Makefile Mon Nov 20 21:15:33 2006 @@ -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 @@ -15,7 +15,7 @@ MAINTAINER= tjs@cdpa.nsysu.edu.tw COMMENT= Compilation based XML processing -RUN_DEPENDS= p5-XML-LibXML>=1.60:${PORTSDIR}/textproc/p5-XML-LibXML \ +RUN_DEPENDS= p5-XML-LibXML>=1.61:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt BUILD_DEPENDS= ${RUN_DEPENDS} @@ -23,13 +23,14 @@ 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::Instance.3 \ XML::Compile::Schema::NameSpaces.3 \ XML::Compile::Schema::Specs.3 \ + XML::Compile::Schema::Template.3 \ XML::Compile::Schema::Translate.3 \ XML::Compile::Schema::XmlReader.3 \ + XML::Compile::Schema::XmlTemplate.3 \ XML::Compile::Schema::XmlWriter.3 .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Compile/distinfo /hd1/p5-XML-Compile/distinfo --- /usr/ports/textproc/p5-XML-Compile/distinfo Sun Oct 1 11:16:49 2006 +++ /hd1/p5-XML-Compile/distinfo Mon Nov 20 21:03:45 2006 @@ -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 diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Compile/pkg-plist /hd1/p5-XML-Compile/pkg-plist --- /usr/ports/textproc/p5-XML-Compile/pkg-plist Sun Oct 1 11:16:49 2006 +++ /hd1/p5-XML-Compile/pkg-plist Mon Nov 20 21:18:12 2006 @@ -6,8 +6,6 @@ %%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,10 +14,14 @@ %%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 --- 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?200611201321.kAKDLwrn084023>