diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:39:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-04-25 11:39:37 +0800 |
commit | a32f7892de37466bc0f5640f8e4d060ff7071a00 (patch) | |
tree | b68622493d90cb8d5ebea14d16b097db3ecb32df /finance | |
parent | c952afacf7aae7ba2b22573c39f0ac73ca820e12 (diff) | |
download | freebsd-ports-gnome-a32f7892de37466bc0f5640f8e4d060ff7071a00.tar.gz freebsd-ports-gnome-a32f7892de37466bc0f5640f8e4d060ff7071a00.tar.zst freebsd-ports-gnome-a32f7892de37466bc0f5640f8e4d060ff7071a00.zip |
- Update to 0.28
Changes: http://search.cpan.org/dist/Finance-TW-TSEQuote/CHANGES
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/Makefile | 12 | ||||
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/distinfo | 4 | ||||
-rw-r--r-- | finance/p5-Finance-TW-TSEQuote/pkg-plist | 6 |
3 files changed, 12 insertions, 10 deletions
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 |