Date: Sat, 23 Feb 2008 20:17:25 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/121029: [UPDATE] textproc/p5-XML-Compile Message-ID: <200802232017.m1NKHPou007975@www.freebsd.org> Resent-Message-ID: <200802232030.m1NKU1jw039799@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 121029 >Category: ports >Synopsis: [UPDATE] textproc/p5-XML-Compile >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 Feb 23 20:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 0.69 - Use CPAN macro - Better adjustment of dependences - Update pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Compile/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- Makefile 25 Jan 2008 08:27:53 -0000 1.15 +++ Makefile 21 Feb 2008 14:09:18 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-Compile -PORTVERSION= 0.65 +PORTVERSION= 0.69 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,17 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Compilation based XML processing -RUN_DEPENDS= p5-XML-LibXML>=1.63:${PORTSDIR}/textproc/p5-XML-LibXML \ - p5-Data-Dump-Streamer>=2.03:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ - p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \ - p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report +RUN_DEPENDS= p5-IO>=1.22:${PORTSDIR}/devel/p5-IO \ + p5-Log-Report>=0.09:${PORTSDIR}/devel/p5-Log-Report \ + p5-Math-BigInt>=1.77:${PORTSDIR}/math/p5-Math-BigInt \ + p5-Test-Deep>=0.095:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Pod>=1.00:${PORTSDIR}/devel/p5-Test-Pod \ + p5-XML-LibXML>=1.65:${PORTSDIR}/textproc/p5-XML-LibXML BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= 5.8.0+ +MAN1= xml2yaml.1 MAN3= XML::Compile.3 \ XML::Compile::Schema.3 \ XML::Compile::Iterator.3 XML::Compile::Util.3 \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Compile/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 25 Jan 2008 08:27:53 -0000 1.14 +++ distinfo 21 Feb 2008 14:09:18 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-Compile-0.65.tar.gz) = 2c202788a8415a3dc5fc60a59b1410e8 -SHA256 (XML-Compile-0.65.tar.gz) = cf36a1e581894c726bae1f4fc8bba7af8e04d73716011ecd2c2cf97ae4618f29 -SIZE (XML-Compile-0.65.tar.gz) = 121561 +MD5 (XML-Compile-0.69.tar.gz) = 763f90c0334caf92fce1124d7587cc68 +SHA256 (XML-Compile-0.69.tar.gz) = dd840f47f17daeb2134ecf996af31310cefd7033bb591ca4ad12878e033c8fd0 +SIZE (XML-Compile-0.69.tar.gz) = 127218 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/textproc/p5-XML-Compile/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- pkg-plist 7 Jan 2008 11:20:03 -0000 1.9 +++ pkg-plist 21 Feb 2008 14:09:18 -0000 @@ -1,4 +1,5 @@ @comment $FreeBSD: ports/textproc/p5-XML-Compile/pkg-plist,v 1.9 2008/01/07 11:20:03 clsung Exp $ +bin/xml2yaml %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Compile/.packlist %%SITE_PERL%%/XML/Compile.pm %%SITE_PERL%%/XML/Compile.pod >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802232017.m1NKHPou007975>