- Update to 1.00
PR: 83566 Submitted by: leeym Approved by: maintainer timeout
This commit is contained in:
parent
92242deafc
commit
151df98f35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140338
3 changed files with 8 additions and 10 deletions
|
@ -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 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
|||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue