diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-08-04 08:50:05 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-08-04 08:50:05 +0000 |
commit | 4d416c8c9a763ed5c7cc7b1717b7f1a230b12a36 (patch) | |
tree | b0c11a7808e6fa30080382c2d3e511ea02170648 /finance | |
parent | 8e0fed1aae0252b3448386456b687cedb46c901e (diff) | |
download | ports-4d416c8c9a763ed5c7cc7b1717b7f1a230b12a36.tar.gz ports-4d416c8c9a763ed5c7cc7b1717b7f1a230b12a36.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 6 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 6 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-plist | 6 |
3 files changed, 10 insertions, 8 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index c2223cfdc402..11d9852de36a 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,6 +17,7 @@ COMMENT= Perl module for fetching historical stock quotes RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww @@ -28,7 +28,7 @@ MAN3= Finance::QuoteHist.3 \ Finance::QuoteHist::MSN.3 \ Finance::QuoteHist::QuoteMedia.3 \ Finance::QuoteHist::Yahoo.3 \ - Finance::QuoteHist::Yahoo_AU.3 \ + Finance::QuoteHist::Yahoo::Australia.3 \ Finance::QuoteHist::Google.3 \ Finance::QuoteHist::BusinessWeek.3 \ diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index 34828b081f70..0b70c9cb18b1 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -1,3 +1,3 @@ -MD5 (Finance-QuoteHist-1.11.tar.gz) = 85178e949c60a77d9dc946ee9853d952 -SHA256 (Finance-QuoteHist-1.11.tar.gz) = 5658b353937f639bb5020cf4a30905f98934a039f9d39e1a5b7ce897f8ed7097 -SIZE (Finance-QuoteHist-1.11.tar.gz) = 33227 +MD5 (Finance-QuoteHist-1.12.tar.gz) = ae609fad5f5c2fae387a5a6c3cb0e639 +SHA256 (Finance-QuoteHist-1.12.tar.gz) = 1ec5f99b7a247626a954469ba396e96fc258a9c796c995d0f7e90989b4115559 +SIZE (Finance-QuoteHist-1.12.tar.gz) = 35799 diff --git a/finance/p5-Finance-QuoteHist/pkg-plist b/finance/p5-Finance-QuoteHist/pkg-plist index 10653cf60005..45aea74e4de0 100644 --- a/finance/p5-Finance-QuoteHist/pkg-plist +++ b/finance/p5-Finance-QuoteHist/pkg-plist @@ -1,12 +1,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist %%SITE_PERL%%/Finance/QuoteHist.pm +%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm +%%SITE_PERL%%/Finance/QuoteHist/Google.pm %%SITE_PERL%%/Finance/QuoteHist/MSN.pm %%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm +%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo_AU.pm -%%SITE_PERL%%/Finance/QuoteHist/Google.pm -%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm +@dirrmtry %%SITE_PERL%%/Finance/QuoteHist/Yahoo @dirrmtry %%SITE_PERL%%/Finance/QuoteHist @dirrmtry %%SITE_PERL%%/Finance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist |