- Update to 1.11
This commit is contained in:
parent
4bb96ac95f
commit
b2d91be39b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194494
3 changed files with 11 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Finance-QuoteHist
|
||||
PORTVERSION= 1.10
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= finance perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Finance
|
||||
|
@ -29,6 +29,9 @@ MAN3= Finance::QuoteHist.3 \
|
|||
Finance::QuoteHist::Generic.3 \
|
||||
Finance::QuoteHist::MSN.3 \
|
||||
Finance::QuoteHist::QuoteMedia.3 \
|
||||
Finance::QuoteHist::Yahoo.3
|
||||
Finance::QuoteHist::Yahoo.3 \
|
||||
Finance::QuoteHist::Yahoo_AU.3 \
|
||||
Finance::QuoteHist::Google.3 \
|
||||
Finance::QuoteHist::BusinessWeek.3 \
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Finance-QuoteHist-1.10.tar.gz) = 620e71e24e286bcedb2327972467c462
|
||||
SHA256 (Finance-QuoteHist-1.10.tar.gz) = 9a17227443191c39c5c7323a0f3e3734d4d0856a3041953d9cf7293c486bd1f6
|
||||
SIZE (Finance-QuoteHist-1.10.tar.gz) = 29692
|
||||
MD5 (Finance-QuoteHist-1.11.tar.gz) = 85178e949c60a77d9dc946ee9853d952
|
||||
SHA256 (Finance-QuoteHist-1.11.tar.gz) = 5658b353937f639bb5020cf4a30905f98934a039f9d39e1a5b7ce897f8ed7097
|
||||
SIZE (Finance-QuoteHist-1.11.tar.gz) = 33227
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
%%SITE_PERL%%/Finance/QuoteHist/MSN.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm
|
||||
%%SITE_PERL%%/Finance/QuoteHist/Yahoo.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
|
||||
@dirrmtry %%SITE_PERL%%/Finance
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist
|
||||
|
|
Loading…
Reference in a new issue