diff options
author | tobez <tobez@FreeBSD.org> | 2009-08-04 16:50:05 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2009-08-04 16:50:05 +0800 |
commit | fea254867b2e8b3eed7e937d21b6bb76b7aa6a74 (patch) | |
tree | 87cc646e8611a7d75788e7174966d95dc7bb3a6f /finance | |
parent | 90ebf4894f050ab70a955355509c17d019ab3373 (diff) | |
download | freebsd-ports-gnome-fea254867b2e8b3eed7e937d21b6bb76b7aa6a74.tar.gz freebsd-ports-gnome-fea254867b2e8b3eed7e937d21b6bb76b7aa6a74.tar.zst freebsd-ports-gnome-fea254867b2e8b3eed7e937d21b6bb76b7aa6a74.zip |
Update to 1.12.
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
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 |