Bug 102979 - New p5-Finance-Quote depends on p5-Crypt-SSLeay
Summary: New p5-Finance-Quote depends on p5-Crypt-SSLeay
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-07 15:00 UTC by Warren Block
Modified: 2006-09-08 08:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Warren Block 2006-09-07 15:00:38 UTC
The new version of p5-Finance-Quote now wants p5-Crypt-SSLeay:

speedy% ./quote.pl
Can't locate Crypt/SSLeay.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/
BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/
5.8.8 /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl/5.8.6
/usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl /usr/local/l
ib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/lib/perl5/site_p
erl/5.8.8/Finance/Quote/DWS.pm line 36.

Line 9 of quote.pl is simply

      my $q = Finance::Quote->new;

http://search.cpan.org/src/HAMPTON/Finance-Quote-1.12/ChangeLog mentions the new dependency on Crypt-SSLeay.

Fix: 

Temporary fix: manually install p5-Crypt-SSLeay.  For a permanent fix, p5-Finance-Quote's Makefile should include p5-Crypt-SSLeay as a dependency.
How-To-Repeat:  	Run a Perl program that creates a new Finance::Quote object.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-07 23:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer
Comment 2 skv freebsd_committer freebsd_triage 2006-09-08 08:09:33 UTC
State Changed
From-To: open->closed

Fixed, thank you for reporting.