From clsung@going04.iis.sinica.edu.tw Mon Jul 17 01:31:30 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9833116A4DA for ; Mon, 17 Jul 2006 01:31:30 +0000 (UTC) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: from going04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E62F43D46 for ; Mon, 17 Jul 2006 01:31:30 +0000 (GMT) (envelope-from clsung@going04.iis.sinica.edu.tw) Received: by going04.iis.sinica.edu.tw (Postfix, from userid 1002) id BAA5428466; Mon, 17 Jul 2006 09:34:53 +0800 (CST) Message-Id: <20060717013453.BAA5428466@going04.iis.sinica.edu.tw> Date: Mon, 17 Jul 2006 09:34:53 +0800 (CST) From: Cheng-Lung Sung To: FreeBSD-gnats-submit@freebsd.org Cc: gslin@gslin.org Subject: [PATCH] textproc/p5-XML-Liberal: update to 0.13 X-Send-Pr-Version: 3.113 X-GNATS-Notify: gslin@gslin.org >Number: 100414 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Liberal: update to 0.13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: clsung >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Jul 17 01:40:16 GMT 2006 >Closed-Date: Mon Jul 17 01:59:07 GMT 2006 >Last-Modified: Mon Jul 17 02:55:18 GMT 2006 >Originator: Cheng-Lung Sung >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #20: Tue Jun 6 10:27:46 CST >Description: - Update to 0.13 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-Liberal-0.13.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-Liberal/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 11 Jul 2006 05:15:55 -0000 1.1 +++ Makefile 17 Jul 2006 01:31:21 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-Liberal -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-Liberal/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 11 Jul 2006 05:15:55 -0000 1.1 +++ distinfo 17 Jul 2006 01:31:21 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-Liberal-0.12.tar.gz) = b7580d0a9afef6d7cb9e86840685cb5a -SHA256 (XML-Liberal-0.12.tar.gz) = 1e06c6991734759d0909cc89200f5f63c8b42aa98738520c3b18a7b8f5b80848 -SIZE (XML-Liberal-0.12.tar.gz) = 44853 +MD5 (XML-Liberal-0.13.tar.gz) = 6a97a2de54be86b4f286a378ad52187a +SHA256 (XML-Liberal-0.13.tar.gz) = 026700edb08b890f695a51eb957e9078167b0ecfb293440e6dcba4d4ad559aa5 +SIZE (XML-Liberal-0.13.tar.gz) = 45304 --- p5-XML-Liberal-0.13.patch ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jul 17 01:40:24 UTC 2006 Responsible-Changed-Why: Submitter has GNATS access http://www.freebsd.org/cgi/query-pr.cgi?pr=100414 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jul 17 01:40:31 UTC 2006 State-Changed-Why: Awaiting maintainers feedback http://www.freebsd.org/cgi/query-pr.cgi?pr=100414 State-Changed-From-To: feedback->closed State-Changed-By: clsung State-Changed-When: Mon Jul 17 01:59:05 UTC 2006 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=100414 Adding to audit trail from misfiled PR ports/100416: Date: Mon, 17 Jul 2006 09:48:06 +0800 From: Gea-Suan Lin Plase use this patch: ===> Generating patch ===> Viewing diff with less diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Liberal/Makefile /home/staff/gslin/work/p5-XML-Liberal/Makefile --- /usr/ports/textproc/p5-XML-Liberal/Makefile Tue Jul 11 13:15:55 2006 +++ /home/staff/gslin/work/p5-XML-Liberal/Makefile Mon Jul 17 09:44:40 2006 @@ -6,7 +6,7 @@ # PORTNAME= XML-Liberal -PORTVERSION= 0.12 +PORTVERSION= 0.13 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,15 +15,15 @@ MAINTAINER= gslin@gslin.org COMMENT= Super liberal XML parser that parses broken XML -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \ ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ ${SITE_PERL}/HTML/Entities/Numbered.pm:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \ ${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes -MAN3= XML::Liberal.3 +MAN3= XML::Liberal.3 .include diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Liberal/distinfo /home/staff/gslin/work/p5-XML-Liberal/distinfo --- /usr/ports/textproc/p5-XML-Liberal/distinfo Tue Jul 11 13:15:55 2006 +++ /home/staff/gslin/work/p5-XML-Liberal/distinfo Mon Jul 17 09:45:03 2006 @@ -1,3 +1,3 @@ -MD5 (XML-Liberal-0.12.tar.gz) = b7580d0a9afef6d7cb9e86840685cb5a -SHA256 (XML-Liberal-0.12.tar.gz) = 1e06c6991734759d0909cc89200f5f63c8b42aa98738520c3b18a7b8f5b80848 -SIZE (XML-Liberal-0.12.tar.gz) = 44853 +MD5 (XML-Liberal-0.13.tar.gz) = 6a97a2de54be86b4f286a378ad52187a +SHA256 (XML-Liberal-0.13.tar.gz) = 026700edb08b890f695a51eb957e9078167b0ecfb293440e6dcba4d4ad559aa5 +SIZE (XML-Liberal-0.13.tar.gz) = 45304 diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Liberal/pkg-descr /home/staff/gslin/work/p5-XML-Liberal/pkg-descr --- /usr/ports/textproc/p5-XML-Liberal/pkg-descr Tue Jul 11 13:15:55 2006 +++ /home/staff/gslin/work/p5-XML-Liberal/pkg-descr Mon Jul 17 09:45:08 2006 @@ -1,5 +1,4 @@ XML::Liberal is a super liberal XML parser that can fix broken XML stream and create a DOM node out of it. -Author: Tatsuhiko Miyagawa WWW: http://search.cpan.org/dist/XML-Liberal/ ===> Done On Mon, Jul 17, 2006 at 09:34:53AM +0800, Cheng-Lung Sung wrote: > > >Submitter-Id: current-users > >Originator: Cheng-Lung Sung > >Organization: FreeBSD @ Taiwan > >Confidential: no > >Synopsis: [PATCH] textproc/p5-XML-Liberal: update to 0.13 > >Severity: non-critical > >Priority: low > >Category: ports > >Class: update > >Release: FreeBSD 6.1-STABLE i386 > >Environment: > System: FreeBSD going04.iis.sinica.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #20: Tue Jun 6 10:27:46 CST > >Description: > - Update to 0.13 > > Port maintainer (gslin@gslin.org) is cc'd. > > Generated with FreeBSD Port Tools 0.77 > >How-To-Repeat: > >Fix: > > --- p5-XML-Liberal-0.13.patch begins here --- > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/textproc/p5-XML-Liberal/Makefile,v > retrieving revision 1.1 > diff -u -u -r1.1 Makefile > --- Makefile 11 Jul 2006 05:15:55 -0000 1.1 > +++ Makefile 17 Jul 2006 01:31:21 -0000 > @@ -6,7 +6,7 @@ > # > > PORTNAME= XML-Liberal > -PORTVERSION= 0.12 > +PORTVERSION= 0.13 > CATEGORIES= textproc perl5 > MASTER_SITES= ${MASTER_SITE_PERL_CPAN} > MASTER_SITE_SUBDIR= XML > Index: distinfo > =================================================================== > RCS file: /home/pcvs/ports/textproc/p5-XML-Liberal/distinfo,v > retrieving revision 1.1 > diff -u -u -r1.1 distinfo > --- distinfo 11 Jul 2006 05:15:55 -0000 1.1 > +++ distinfo 17 Jul 2006 01:31:21 -0000 > @@ -1,3 +1,3 @@ > -MD5 (XML-Liberal-0.12.tar.gz) = b7580d0a9afef6d7cb9e86840685cb5a > -SHA256 (XML-Liberal-0.12.tar.gz) = 1e06c6991734759d0909cc89200f5f63c8b42aa98738520c3b18a7b8f5b80848 > -SIZE (XML-Liberal-0.12.tar.gz) = 44853 > +MD5 (XML-Liberal-0.13.tar.gz) = 6a97a2de54be86b4f286a378ad52187a > +SHA256 (XML-Liberal-0.13.tar.gz) = 026700edb08b890f695a51eb957e9078167b0ecfb293440e6dcba4d4ad559aa5 > +SIZE (XML-Liberal-0.13.tar.gz) = 45304 > --- p5-XML-Liberal-0.13.patch ends here --- -- * Gea-Suan Lin (public key: Using https://keyserver.pgp.com/ to search) * If you cannot convince them, confuse them. -- Harry S Truman >Unformatted: