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.
Responsible Changed From-To: freebsd-ports-bugs->skv Over to maintainer
State Changed From-To: open->closed Fixed, thank you for reporting.