Index: head/finance/p5-Finance-QuoteHist/Makefile =================================================================== --- head/finance/p5-Finance-QuoteHist/Makefile (revision 238869) +++ head/finance/p5-Finance-QuoteHist/Makefile (revision 238870) @@ -1,35 +1,35 @@ # New ports collection makefile for: Finance::QuoteHist # Date created: 25 Jan 2002 # Whom: Seamus Venasse # # $FreeBSD$ # PORTNAME= Finance-QuoteHist -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= finance perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for fetching historical stock quotes RUN_DEPENDS= p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ p5-HTML-TableExtract>=2.07:${PORTSDIR}/www/p5-HTML-TableExtract \ p5-Text-CSV_XS>=0:${PORTSDIR}/textproc/p5-Text-CSV_XS \ + p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes MAN3= Finance::QuoteHist.3 \ Finance::QuoteHist::Generic.3 \ Finance::QuoteHist::MSN.3 \ Finance::QuoteHist::QuoteMedia.3 \ Finance::QuoteHist::Yahoo.3 \ - Finance::QuoteHist::Yahoo_AU.3 \ + Finance::QuoteHist::Yahoo::Australia.3 \ Finance::QuoteHist::Google.3 \ Finance::QuoteHist::BusinessWeek.3 \ .include Property changes on: head/finance/p5-Finance-QuoteHist/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.25 \ No newline at end of property +1.26 \ No newline at end of property Index: head/finance/p5-Finance-QuoteHist/distinfo =================================================================== --- head/finance/p5-Finance-QuoteHist/distinfo (revision 238869) +++ head/finance/p5-Finance-QuoteHist/distinfo (revision 238870) @@ -1,3 +1,3 @@ -MD5 (Finance-QuoteHist-1.11.tar.gz) = 85178e949c60a77d9dc946ee9853d952 -SHA256 (Finance-QuoteHist-1.11.tar.gz) = 5658b353937f639bb5020cf4a30905f98934a039f9d39e1a5b7ce897f8ed7097 -SIZE (Finance-QuoteHist-1.11.tar.gz) = 33227 +MD5 (Finance-QuoteHist-1.12.tar.gz) = ae609fad5f5c2fae387a5a6c3cb0e639 +SHA256 (Finance-QuoteHist-1.12.tar.gz) = 1ec5f99b7a247626a954469ba396e96fc258a9c796c995d0f7e90989b4115559 +SIZE (Finance-QuoteHist-1.12.tar.gz) = 35799 Property changes on: head/finance/p5-Finance-QuoteHist/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/finance/p5-Finance-QuoteHist/pkg-plist =================================================================== --- head/finance/p5-Finance-QuoteHist/pkg-plist (revision 238869) +++ head/finance/p5-Finance-QuoteHist/pkg-plist (revision 238870) @@ -1,12 +1,14 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist/.packlist %%SITE_PERL%%/Finance/QuoteHist.pm +%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm %%SITE_PERL%%/Finance/QuoteHist/Generic.pm +%%SITE_PERL%%/Finance/QuoteHist/Google.pm %%SITE_PERL%%/Finance/QuoteHist/MSN.pm %%SITE_PERL%%/Finance/QuoteHist/QuoteMedia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo.pm +%%SITE_PERL%%/Finance/QuoteHist/Yahoo/Australia.pm %%SITE_PERL%%/Finance/QuoteHist/Yahoo_AU.pm -%%SITE_PERL%%/Finance/QuoteHist/Google.pm -%%SITE_PERL%%/Finance/QuoteHist/BusinessWeek.pm +@dirrmtry %%SITE_PERL%%/Finance/QuoteHist/Yahoo @dirrmtry %%SITE_PERL%%/Finance/QuoteHist @dirrmtry %%SITE_PERL%%/Finance @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Finance-QuoteHist Property changes on: head/finance/p5-Finance-QuoteHist/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property