diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-20 14:45:08 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-20 14:45:08 +0000 |
commit | b557c5320ee4226e301cc5265a7796360c545c4d (patch) | |
tree | e0e81fc2ea550f8226d2c00024f8a834976a2778 /finance | |
parent | 742176ef5b0f5653da98e37f527acf0afbb37e8f (diff) | |
download | FreeBSD-ports-b557c5320ee4226e301cc5265a7796360c545c4d.zip FreeBSD-ports-b557c5320ee4226e301cc5265a7796360c545c4d.tar.gz |
Update misc/p5-Finance-Quote to 1.06.
PR: 29901
Submitted by: maintainer
Diffstat (limited to 'finance')
-rw-r--r-- | finance/p5-Finance-Quote/Makefile | 8 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/distinfo | 2 | ||||
-rw-r--r-- | finance/p5-Finance-Quote/pkg-plist | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/finance/p5-Finance-Quote/Makefile b/finance/p5-Finance-Quote/Makefile index 63bcb29..7eb04f7 100644 --- a/finance/p5-Finance-Quote/Makefile +++ b/finance/p5-Finance-Quote/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Finance-Quote -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Finance @@ -32,6 +32,10 @@ MAN3= Finance::Quote.3 \ Finance::Quote::Yahoo::Australia.3 \ Finance::Quote::Yahoo::Base.3 \ Finance::Quote::Yahoo::Europe.3\ - Finance::Quote::Yahoo::USA.3 + Finance::Quote::Yahoo::USA.3 \ + Finance::Quote::AEX.3 \ + Finance::Quote::Cdnfundlibrary.3 \ + Finance::Quote::Fool.3 \ + Finance::Quote::Tdwaterhouse.3 .include <bsd.port.mk> diff --git a/finance/p5-Finance-Quote/distinfo b/finance/p5-Finance-Quote/distinfo index bae5b0da..4b85c2c 100644 --- a/finance/p5-Finance-Quote/distinfo +++ b/finance/p5-Finance-Quote/distinfo @@ -1 +1 @@ -MD5 (Finance-Quote-1.05.tar.gz) = 5d1145854664d0f9a3c0e22feee64734 +MD5 (Finance-Quote-1.06.tar.gz) = 492fef37cf6124c2f4652c7764bed257 diff --git a/finance/p5-Finance-Quote/pkg-plist b/finance/p5-Finance-Quote/pkg-plist index 17717c7..4a8bcb8 100644 --- a/finance/p5-Finance-Quote/pkg-plist +++ b/finance/p5-Finance-Quote/pkg-plist @@ -12,6 +12,10 @@ lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Australia.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Base.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Europe.pm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/USA.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/AEX.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Cdnfundlibrary.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Fool.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Tdwaterhouse.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo @dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Quote |