diff options
author | leeym <leeym@FreeBSD.org> | 2006-01-09 00:46:19 +0000 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-01-09 00:46:19 +0000 |
commit | e21cc09526f470922e85e3c0797a974b3d616a3b (patch) | |
tree | 215ce1b016620ff7d2159a5737ede7f33bc3acdb /finance/p5-Finance-QuoteHist | |
parent | 0260d471fa29c0cc2b3a1ddedeee66ff4a81dd44 (diff) | |
download | FreeBSD-ports-e21cc09526f470922e85e3c0797a974b3d616a3b.zip FreeBSD-ports-e21cc09526f470922e85e3c0797a974b3d616a3b.tar.gz |
- update to 1.04
Diffstat (limited to 'finance/p5-Finance-QuoteHist')
-rw-r--r-- | finance/p5-Finance-QuoteHist/Makefile | 11 | ||||
-rw-r--r-- | finance/p5-Finance-QuoteHist/distinfo | 6 |
2 files changed, 10 insertions, 7 deletions
diff --git a/finance/p5-Finance-QuoteHist/Makefile b/finance/p5-Finance-QuoteHist/Makefile index 84d0a73..a996c9a 100644 --- a/finance/p5-Finance-QuoteHist/Makefile +++ b/finance/p5-Finance-QuoteHist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= finance perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -15,11 +15,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fetching historical stock quotes -BUILD_DEPENDS= ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ +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 -RUN_DEPENDS= ${BUILD_DEPENDS} +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 PERL_CONFIGURE= yes @@ -31,7 +33,8 @@ MAN3= Finance::QuoteHist.3 \ .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +post-configure: + ${PERL} -pi -e 's/-I\S+PERL\S+ //g if m{PERL_DL_NONLAZY}' ${WRKSRC}/Makefile .endif .include <bsd.port.post.mk> diff --git a/finance/p5-Finance-QuoteHist/distinfo b/finance/p5-Finance-QuoteHist/distinfo index df48e75..d009f11 100644 --- a/finance/p5-Finance-QuoteHist/distinfo +++ b/finance/p5-Finance-QuoteHist/distinfo @@ -1,3 +1,3 @@ -MD5 (Finance-QuoteHist-1.03.tar.gz) = 4358caadc5dce31717e5828006449400 -SHA256 (Finance-QuoteHist-1.03.tar.gz) = 20f4607fc93d3e7e21deef4562eca0fb1c8ff1a74dfd512fcbffa8ff674fa317 -SIZE (Finance-QuoteHist-1.03.tar.gz) = 25012 +MD5 (Finance-QuoteHist-1.04.tar.gz) = c32d5ea47ac962b45b51399f64617808 +SHA256 (Finance-QuoteHist-1.04.tar.gz) = 02275d1f9b3c3e26cdbce1a3e87da04914904c1c0d45f8b5db441d76c9c13084 +SIZE (Finance-QuoteHist-1.04.tar.gz) = 25472 |