From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 16 17:20:27 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4388816A41C for ; Sat, 16 Jul 2005 17:20:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEA8343D73 for ; Sat, 16 Jul 2005 17:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6GHKDpC062167 for ; Sat, 16 Jul 2005 17:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6GHKD1e062166; Sat, 16 Jul 2005 17:20:13 GMT (envelope-from gnats) Resent-Date: Sat, 16 Jul 2005 17:20:13 GMT Resent-Message-Id: <200507161720.j6GHKD1e062166@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BB3C16A41C for ; Sat, 16 Jul 2005 17:18:49 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from msr54.hinet.net (msr54.hinet.net [168.95.4.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF5BC43D49 for ; Sat, 16 Jul 2005 17:18:48 +0000 (GMT) (envelope-from leeym@utopia.leeym.com) Received: from utopia.leeym.com (utopia.leeym.com [211.21.137.52]) by msr54.hinet.net (8.9.3/8.9.3) with ESMTP id BAA11784; Sun, 17 Jul 2005 01:18:45 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by utopia.leeym.com (Postfix) with ESMTP id 562DBB29CB5; Sun, 17 Jul 2005 01:18:44 +0800 (CST) Received: from utopia.leeym.com ([127.0.0.1]) by localhost (utopia.leeym.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 73911-05; Sun, 17 Jul 2005 01:18:39 +0800 (CST) Received: by utopia.leeym.com (Postfix, from userid 1000) id 2424AB29CAA; Sun, 17 Jul 2005 01:18:39 +0800 (CST) Message-Id: <20050716171839.2424AB29CAA@utopia.leeym.com> Date: Sun, 17 Jul 2005 01:18:39 +0800 (CST) From: Yen-Ming Lee To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: svenasse@polaris.ca Subject: ports/83566: [PATCH] finance/p5-Finance-QuoteHist: update to 1.00 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: Sat, 16 Jul 2005 17:20:27 -0000 >Number: 83566 >Category: ports >Synopsis: [PATCH] finance/p5-Finance-QuoteHist: update to 1.00 >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 Jul 16 17:20:12 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD utopia.leeym.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 30 09:32:07 CST 2005 >Description: - Update to 1.00 Port maintainer (svenasse@polaris.ca) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-Finance-QuoteHist-1.00.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-QuoteHist/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 4 Apr 2005 11:55:34 -0000 1.11 +++ Makefile 16 Jul 2005 17:18:27 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 0.32 +PORTVERSION= 1.00 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -22,10 +22,9 @@ PERL_CONFIGURE= yes -MAN3= Finance::QuoteHist::Yahoo.3 \ - Finance::QuoteHist.3 \ - Finance::QuoteHist::WallStreetCity.3 \ - Finance::QuoteHist::SiliconInvestor.3 \ - Finance::QuoteHist::Generic.3 +MAN3= Finance::QuoteHist.3 \ + Finance::QuoteHist::QuoteMedia.3 \ + Finance::QuoteHist::Generic.3 \ + Finance::QuoteHist::Yahoo.3 .include Index: distinfo =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-QuoteHist/distinfo,v retrieving revision 1.6 diff -u -u -r1.6 distinfo --- distinfo 4 Apr 2005 11:55:34 -0000 1.6 +++ distinfo 16 Jul 2005 17:18:27 -0000 @@ -1,2 +1,2 @@ -MD5 (Finance-QuoteHist-0.32.tar.gz) = ae3c8a531188688bfbb6a0cea49c8f94 -SIZE (Finance-QuoteHist-0.32.tar.gz) = 28238 +MD5 (Finance-QuoteHist-1.00.tar.gz) = 5a564b18a77f84f2c459d2431024127d +SIZE (Finance-QuoteHist-1.00.tar.gz) = 21659 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/finance/p5-Finance-QuoteHist/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 24 Oct 2003 12:02:51 -0000 1.3 +++ pkg-plist 16 Jul 2005 17:18:27 -0000 @@ -1,9 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist %%SITE_PERL%%/Finance/QuoteHist.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm -%%SITE_PERL%%/Finance/QuoteHist/SiliconInvestor.pm +%%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm -%%SITE_PERL%%/Finance/QuoteHist/WallStreetCity.pm @unexec rmdir %D/%%SITE_PERL%%/Finance/QuoteHist 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Finance 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist 2>/dev/null || true --- p5-Finance-QuoteHist-1.00.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: