Date: Sun, 17 Jul 2005 01:18:39 +0800 (CST) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: svenasse@polaris.ca Subject: ports/83566: [PATCH] finance/p5-Finance-QuoteHist: update to 1.00 Message-ID: <20050716171839.2424AB29CAA@utopia.leeym.com> Resent-Message-ID: <200507161720.j6GHKD1e062166@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050716171839.2424AB29CAA>