From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 23 04:50:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 639641065675 for ; Thu, 23 Apr 2009 04:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 414008FC13 for ; Thu, 23 Apr 2009 04:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n3N4o5S2043863 for ; Thu, 23 Apr 2009 04:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n3N4o57C043862; Thu, 23 Apr 2009 04:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 23 Apr 2009 04:50:05 GMT Resent-Message-Id: <200904230450.n3N4o57C043862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yen-Ming Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBC88106566B; Thu, 23 Apr 2009 04:49:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237]) by mx1.freebsd.org (Postfix) with ESMTP id 7278B8FC15; Thu, 23 Apr 2009 04:49:16 +0000 (UTC) (envelope-from leeym@cn1.leeym.com) Received: from cn1.leeym.com (localhost [127.0.0.1]) by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id n3N4nFe9074408; Wed, 22 Apr 2009 21:49:15 -0700 (PDT) (envelope-from leeym@cn1.leeym.com) Received: (from leeym@localhost) by cn1.leeym.com (8.14.2/8.14.2/Submit) id n3N4nFMW074407; Wed, 22 Apr 2009 21:49:15 -0700 (PDT) (envelope-from leeym) Message-Id: <200904230449.n3N4nFMW074407@cn1.leeym.com> Date: Wed, 22 Apr 2009 21:49:15 -0700 (PDT) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: clsung@FreeBSD.org Subject: ports/133939: [PATCH] textproc/p5-XML-RSS: update to 1.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 04:50:05 -0000 >Number: 133939 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-RSS: update to 1.44 >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: Thu Apr 23 04:50:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.44 Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-RSS-1.44.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-RSS/Makefile,v retrieving revision 1.31 diff -u -d -b -w -u -r1.31 Makefile --- Makefile 27 Jan 2009 04:49:40 -0000 1.31 +++ Makefile 23 Apr 2009 04:49:12 -0000 @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 1.43 +PORTVERSION= 1.44 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +14,13 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \ - ${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ - ${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \ + p5-DateTime-Format-W3CDTF>=0:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \ + p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-XML-Parser>=2.23:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS+= p5-Test-Manifest>=0.9:${PORTSDIR}/devel/p5-Test-Manifest PERL_CONFIGURE= yes Index: distinfo =================================================================== RCS file: /home/pcvs/ports/textproc/p5-XML-RSS/distinfo,v retrieving revision 1.21 diff -u -d -b -w -u -r1.21 distinfo --- distinfo 27 Jan 2009 04:49:40 -0000 1.21 +++ distinfo 23 Apr 2009 04:49:12 -0000 @@ -1,3 +1,3 @@ -MD5 (XML-RSS-1.43.tar.gz) = dce2dd92ad4cfb34aa8e928a35b73648 -SHA256 (XML-RSS-1.43.tar.gz) = 66842805d4896e29d1a50cbd9ab387c64e37b179a856f9059a7c43b756d6a65c -SIZE (XML-RSS-1.43.tar.gz) = 101245 +MD5 (XML-RSS-1.44.tar.gz) = c70c285142e45f7a9cbd4b0a9ba428cf +SHA256 (XML-RSS-1.44.tar.gz) = 3fe97782ba1eb01aa4a2ffd1ced79a9c6ee7aa1313e84b0c5ca40cc20eff804e +SIZE (XML-RSS-1.44.tar.gz) = 102317 --- p5-XML-RSS-1.44.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: