diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-03 00:30:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-04-03 00:30:31 +0000 |
commit | 83351444ee1b8b9214e31f192971d8cb2fa9c231 (patch) | |
tree | c6dd8bc5c0be6935c4b8078649d91291ee927f7c /finance | |
parent | 79aafbf23008ff8a378b61836aafd2a397378870 (diff) | |
download | ports-83351444ee1b8b9214e31f192971d8cb2fa9c231.tar.gz ports-83351444ee1b8b9214e31f192971d8cb2fa9c231.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 16 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 6 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/pkg-plist | 1 |
3 files changed, 9 insertions, 14 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index a996c9afc99d..8c7c59d4dd45 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.04 +PORTVERSION= 1.07 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -18,7 +18,7 @@ COMMENT= Perl module for fetching historical stock quotes RUN_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ ${SITE_PERL}/HTTP/Request.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ - ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract + p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract BUILD_DEPENDS= ${RUN_DEPENDS} BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools @@ -26,15 +26,9 @@ BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ PERL_CONFIGURE= yes MAN3= Finance::QuoteHist.3 \ - Finance::QuoteHist::QuoteMedia.3 \ Finance::QuoteHist::Generic.3 \ + Finance::QuoteHist::MSN.3 \ + Finance::QuoteHist::QuoteMedia.3 \ Finance::QuoteHist::Yahoo.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -post-configure: - ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index d009f118248b..b0817cb586fe 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -1,3 +1,3 @@ -MD5 (Finance-QuoteHist-1.04.tar.gz) = c32d5ea47ac962b45b51399f64617808 -SHA256 (Finance-QuoteHist-1.04.tar.gz) = 02275d1f9b3c3e26cdbce1a3e87da04914904c1c0d45f8b5db441d76c9c13084 -SIZE (Finance-QuoteHist-1.04.tar.gz) = 25472 +MD5 (Finance-QuoteHist-1.07.tar.gz) = cecb96659880006d62efeec04dc30590 +SHA256 (Finance-QuoteHist-1.07.tar.gz) = 3149b1746a7dff7f81c3f37aa968116a45cdf5069504f791dee2ba6b9919794e +SIZE (Finance-QuoteHist-1.07.tar.gz) = 28397 diff --git a/finance/p5-Finance-QuoteHist/pkg-plist b/finance/p5-Finance-QuoteHist/pkg-plist index 7e4e6b67ea09..b7ff37b92f70 100644 --- a/finance/p5-Finance-QuoteHist/pkg-plist +++ b/finance/p5-Finance-QuoteHist/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist %%SITE_PERL%%/Finance/QuoteHist.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm +%%SITE_PERL%%/Finance/QuoteHist/MSN.pm %%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm @dirrmtry %%SITE_PERL%%/Finance/QuoteHist |