Date: Tue, 8 Aug 2006 22:36:00 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perl@FreeBSD.org, gslin@gslin.org Subject: ports/101659: [PATCH] textproc/p5-XML-Feed: update to 0.11 Message-ID: <20060808143600.AA04E15E@netnews.NCTU.edu.tw> Resent-Message-ID: <200608081440.k78Ee9m2086057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101659 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-Feed: 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: Tue Aug 08 14:40:09 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Update to 0.11 - List::Util is in Perl 5.8 base. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-Feed-0.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/Makefile /home/staff/gslin/work/p5-XML-Feed/Makefile --- /usr/ports/textproc/p5-XML-Feed/Makefile Tue Jul 18 08:37:35 2006 +++ /home/staff/gslin/work/p5-XML-Feed/Makefile Tue Aug 8 22:33:22 2006 @@ -6,7 +6,7 @@ # PORTNAME= XML-Feed -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,18 +15,17 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 modules for Syndication feed parser and auto-discovery -RUN_DEPENDS= ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ + ${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \ + ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ ${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \ ${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \ - p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \ p5-XML-Atom>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \ - ${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ - ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils + p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS BUILD_DEPENDS= ${RUN_DEPENDS} -BUILD_DEPENDS+= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww PERL_MODBUILD= yes diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/distinfo /home/staff/gslin/work/p5-XML-Feed/distinfo --- /usr/ports/textproc/p5-XML-Feed/distinfo Tue Jul 18 08:37:35 2006 +++ /home/staff/gslin/work/p5-XML-Feed/distinfo Tue Aug 8 22:24:30 2006 @@ -1,3 +1,3 @@ -MD5 (XML-Feed-0.10.tar.gz) = da494380f89ec0f89fbbbf610396d764 -SHA256 (XML-Feed-0.10.tar.gz) = 826eedc0d1c4df2f8ee3d6e1983d72ee5b2f848a12321e54e555edbb7c7fb5c6 -SIZE (XML-Feed-0.10.tar.gz) = 30483 +MD5 (XML-Feed-0.11.tar.gz) = 5714f10af0693881ad66479879a23761 +SHA256 (XML-Feed-0.11.tar.gz) = 260e0de24f7e648781d2606c5bd774b85c3b1404f6f8768d81fd8f4c30ef443c +SIZE (XML-Feed-0.11.tar.gz) = 35049 diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/pkg-plist /home/staff/gslin/work/p5-XML-Feed/pkg-plist --- /usr/ports/textproc/p5-XML-Feed/pkg-plist Sun Jan 22 10:54:48 2006 +++ /home/staff/gslin/work/p5-XML-Feed/pkg-plist Tue Aug 8 22:32:59 2006 @@ -1,7 +1,8 @@ +@comment $FreeBSD$ %%SITE_PERL%%/XML/Feed.pm %%SITE_PERL%%/XML/Feed/Atom.pm %%SITE_PERL%%/XML/Feed/Content.pm %%SITE_PERL%%/XML/Feed/Entry.pm %%SITE_PERL%%/XML/Feed/RSS.pm -@dirrm %%SITE_PERL%%/XML/Feed +@dirrmtry %%SITE_PERL%%/XML/Feed @dirrmtry %%SITE_PERL%%/XML --- p5-XML-Feed-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?20060808143600.AA04E15E>