diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:34:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-13 17:34:37 +0000 |
commit | cf4115470b728e25bf8af7084113100ec75102c5 (patch) | |
tree | 1c73490c90d37c9dae6a099fd779ee3d0667d2df | |
parent | b76b9a6b13658cef0e3a0a32d5fd5cac9935769b (diff) | |
download | ports-cf4115470b728e25bf8af7084113100ec75102c5.tar.gz ports-cf4115470b728e25bf8af7084113100ec75102c5.zip |
- Update to 1.24
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Finance-QuoteHist/Changes
Notes
Notes:
svn path=/head/; revision=394117
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 3 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 4 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-plist | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 39ba9d25a2a4..32523e89ac5b 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Finance-QuoteHist -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,6 +21,7 @@ BUILD_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index 2fdd13cf8a32..9c26c11f6d2a 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -1,2 +1,2 @@ -SHA256 (Finance-QuoteHist-1.23.tar.gz) = 8b6bedb7f4b3f4db5fd1ad0a51f29ddec7d2ccb89f47915f99079877827bc149 -SIZE (Finance-QuoteHist-1.23.tar.gz) = 51589 +SHA256 (Finance-QuoteHist-1.24.tar.gz) = 66d3216649b7c5e2405935426d641be5e7b6bf8a8d7a0b05db00bc2a2fa01305 +SIZE (Finance-QuoteHist-1.24.tar.gz) = 50996 diff --git a/finance/p5-Finance-QuoteHist/pkg-plist b/finance/p5-Finance-QuoteHist/pkg-plist index d0a52150e651..16ddf45b8b63 100644 --- a/finance/p5-Finance-QuoteHist/pkg-plist +++ b/finance/p5-Finance-QuoteHist/pkg-plist @@ -4,11 +4,9 @@ %%SITE_PERL%%/Finance/QuoteHist/Google.pm %%SITE_PERL%%/Finance/QuoteHist/StockNod.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm -%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm %%PERL5_MAN3%%/Finance::QuoteHist.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::DailyFinance.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Generic.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Google.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::StockNod.3.gz %%PERL5_MAN3%%/Finance::QuoteHist::Yahoo.3.gz -%%PERL5_MAN3%%/Finance::QuoteHist::Yahoo::Australia.3.gz |