From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 22 06:50:03 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 D7701106564A for ; Fri, 22 May 2009 06:50:03 +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 B38DD8FC21 for ; Fri, 22 May 2009 06:50:03 +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 n4M6o3Iw097775 for ; Fri, 22 May 2009 06:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n4M6o34x097774; Fri, 22 May 2009 06:50:03 GMT (envelope-from gnats) Resent-Date: Fri, 22 May 2009 06:50:03 GMT Resent-Message-Id: <200905220650.n4M6o34x097774@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A15106564A; Fri, 22 May 2009 06:40:36 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (static-76-161-175-34.dsl.cavtel.net [76.161.175.34]) by mx1.freebsd.org (Postfix) with ESMTP id 5C6F18FC1F; Fri, 22 May 2009 06:40:36 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id n4M6cgWM037431; Fri, 22 May 2009 02:38:42 -0400 (EDT) (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id n4M6cgli037430; Fri, 22 May 2009 02:38:42 -0400 (EDT) (envelope-from pgollucci) Message-Id: <200905220638.n4M6cgli037430@frieza.p6m7g8.net> Date: Fri, 22 May 2009 02:38:42 -0400 (EDT) From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: skv@FreeBSD.org Subject: ports/134828: [PATCH] finance/p5-Finance-Quote: update to 1.16 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: Fri, 22 May 2009 06:50:04 -0000 >Number: 134828 >Category: ports >Synopsis: [PATCH] finance/p5-Finance-Quote: update to 1.16 >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: Fri May 22 06:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 8.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu May 14 21:52:43 EDT 2009 >Description: - Update to 1.16 Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Finance-Quote-1.16.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/Makefile,v retrieving revision 1.20 diff -u -u -r1.20 Makefile --- Makefile 6 Nov 2008 16:50:30 -0000 1.20 +++ Makefile 22 May 2009 06:40:32 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Finance-Quote -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -26,12 +26,15 @@ Finance::Quote::AIAHK.3 Finance::Quote::ASEGR.3 \ Finance::Quote::ASX.3 Finance::Quote::BMONesbittBurns.3 \ Finance::Quote::Bourso.3 Finance::Quote::Cdnfundlibrary.3 \ + Finance::Quote::Currencies.3 \ Finance::Quote::Cominvest.3 Finance::Quote::DWS.3 \ Finance::Quote::Deka.3 Finance::Quote::FTPortfolios.3 \ Finance::Quote::Fidelity.3 Finance::Quote::FinanceCanada.3 \ Finance::Quote::Finanzpartner.3 Finance::Quote::Fool.3 \ + Finance::Quote::GoldMoney.3 \ Finance::Quote::HEX.3 Finance::Quote::IndiaMutual.3 \ Finance::Quote::LeRevenu.3 Finance::Quote::ManInvestments.3 \ + Finance::Quote::Morningstar.3 \ Finance::Quote::NZX.3 Finance::Quote::Platinum.3 \ Finance::Quote::SEB.3 Finance::Quote::TSP.3 \ Finance::Quote::TSX.3 Finance::Quote::Tdefunds.3 \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/distinfo,v retrieving revision 1.12 diff -u -u -r1.12 distinfo --- distinfo 6 Nov 2008 16:50:30 -0000 1.12 +++ distinfo 22 May 2009 06:40:32 -0000 @@ -1,3 +1,3 @@ -MD5 (Finance-Quote-1.15.tar.gz) = 8d99f7dc5a574477d07aeb219c3f3982 -SHA256 (Finance-Quote-1.15.tar.gz) = 770cd33462f156c5fa5ca07776e87b95e33837b64d8d0f313df623efb7e46be0 -SIZE (Finance-Quote-1.15.tar.gz) = 115574 +MD5 (Finance-Quote-1.16.tar.gz) = 079f20db2a100f63fa03e29beb1e9939 +SHA256 (Finance-Quote-1.16.tar.gz) = 9adacd7aaebeb7d03c28c67c06dbf9927d9adef65164fc6c4cbd0e4a92d39403 +SIZE (Finance-Quote-1.16.tar.gz) = 125760 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-Quote/pkg-plist,v retrieving revision 1.11 diff -u -u -r1.11 pkg-plist --- pkg-plist 16 Oct 2008 14:53:21 -0000 1.11 +++ pkg-plist 22 May 2009 06:40:32 -0000 @@ -7,6 +7,7 @@ %%SITE_PERL%%/Finance/Quote/BMONesbittBurns.pm %%SITE_PERL%%/Finance/Quote/Bourso.pm %%SITE_PERL%%/Finance/Quote/Cdnfundlibrary.pm +%%SITE_PERL%%/Finance/Quote/Currencies.pm %%SITE_PERL%%/Finance/Quote/Cominvest.pm %%SITE_PERL%%/Finance/Quote/DWS.pm %%SITE_PERL%%/Finance/Quote/Deka.pm @@ -15,10 +16,12 @@ %%SITE_PERL%%/Finance/Quote/FinanceCanada.pm %%SITE_PERL%%/Finance/Quote/Finanzpartner.pm %%SITE_PERL%%/Finance/Quote/Fool.pm +%%SITE_PERL%%/Finance/Quote/GoldMoney.pm %%SITE_PERL%%/Finance/Quote/HEX.pm %%SITE_PERL%%/Finance/Quote/IndiaMutual.pm %%SITE_PERL%%/Finance/Quote/LeRevenu.pm %%SITE_PERL%%/Finance/Quote/ManInvestments.pm +%%SITE_PERL%%/Finance/Quote/Morningstar.pm %%SITE_PERL%%/Finance/Quote/NZX.pm %%SITE_PERL%%/Finance/Quote/Platinum.pm %%SITE_PERL%%/Finance/Quote/SEB.pm --- p5-Finance-Quote-1.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: