From a32f7892de37466bc0f5640f8e4d060ff7071a00 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 25 Apr 2012 03:39:37 +0000 Subject: - Update to 0.28 Changes: http://search.cpan.org/dist/Finance-TW-TSEQuote/CHANGES --- finance/p5-Finance-TW-TSEQuote/Makefile | 12 ++++++------ finance/p5-Finance-TW-TSEQuote/distinfo | 4 ++-- finance/p5-Finance-TW-TSEQuote/pkg-plist | 6 ++++-- 3 files changed, 12 insertions(+), 10 deletions(-) (limited to 'finance') diff --git a/finance/p5-Finance-TW-TSEQuote/Makefile b/finance/p5-Finance-TW-TSEQuote/Makefile index cbc2d4d186e8..6e911c94e08f 100644 --- a/finance/p5-Finance-TW-TSEQuote/Makefile +++ b/finance/p5-Finance-TW-TSEQuote/Makefile @@ -7,8 +7,7 @@ # PORTNAME= Finance-TW-TSEQuote -PORTVERSION= 0.2.7 -PORTREVISION= 1 +PORTVERSION= 0.2.8 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,11 +16,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Check stock quotes from Taiwan Security Exchange -BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ - p5-URI>=0:${PORTSDIR}/net/p5-URI -RUN_DEPENDS:= ${BUILD_DEPENDS} \ +BUILD_DEPENDS= p5-App-Cache>=0:${PORTSDIR}/devel/p5-App-Cache \ + p5-HTML-TableExtract>=0:${PORTSDIR}/www/p5-HTML-TableExtract \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ - p5-Finance-TW-EmergingQuote>=0:${PORTSDIR}/finance/p5-Finance-TW-EmergingQuote + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/finance/p5-Finance-TW-TSEQuote/distinfo b/finance/p5-Finance-TW-TSEQuote/distinfo index d62c58c22856..5490f96899eb 100644 --- a/finance/p5-Finance-TW-TSEQuote/distinfo +++ b/finance/p5-Finance-TW-TSEQuote/distinfo @@ -1,2 +1,2 @@ -SHA256 (Finance-TW-TSEQuote-0.27.tar.gz) = b0bae74bb49ab5bc5b7ce8b069d3c89e07c3412d3daf656baa4f784fe76a2234 -SIZE (Finance-TW-TSEQuote-0.27.tar.gz) = 2919 +SHA256 (Finance-TW-TSEQuote-0.28.tar.gz) = 37565443e38ff0223b4251be2e0921175638c85e97872d88d89cb9341a200254 +SIZE (Finance-TW-TSEQuote-0.28.tar.gz) = 23502 diff --git a/finance/p5-Finance-TW-TSEQuote/pkg-plist b/finance/p5-Finance-TW-TSEQuote/pkg-plist index 99f56fc02c6f..9f875a83b812 100644 --- a/finance/p5-Finance-TW-TSEQuote/pkg-plist +++ b/finance/p5-Finance-TW-TSEQuote/pkg-plist @@ -1,8 +1,10 @@ bin/pfq +bin/twse-eod-dump +bin/twse-eod-update %%SITE_PERL%%/Finance/TW/TSEQuote.pm -@dirrmtry %%SITE_PERL%%/Finance/TW -@dirrmtry %%SITE_PERL%%/Finance %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW/TSEQuote @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance/TW @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance +@dirrmtry %%SITE_PERL%%/Finance/TW +@dirrmtry %%SITE_PERL%%/Finance -- cgit