www/p5-Google-Search is missing a dependency on lang/p5-Try-Tiny. Here's what I got after attempting to use it: ---SNIP--- Can't locate Try/Tiny.pm in @INC (@INC contains: /usr/local/lib/perl5/5.14.0/BSDPAN /usr/local/lib/perl5/site_perl/5.14.0/mach /usr/local/lib/perl5/site_perl/5.14.0 /usr/local/lib/perl5/5.14.0/mach /usr/local/lib/ perl5/5.14.0 .) at /usr/local/lib/perl5/site_perl/5.14.0/Google/Search/Response.pm line 8. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.0/Google/Search/Response.pm line 8. Compilation failed in require at /usr/local/lib/perl5/site_perl/5.14.0/Google/Search.pm line 15. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.14.0/Google/Search.pm line 15. ---SNIP--- Fix: Trivial. How-To-Repeat: Make sure lang/p5-Try-Tiny is NOT installed first, and then install www/p5-Google-Search. Try::Tiny is not pulled in as a dependency.
Responsible Changed From-To: freebsd-ports-bugs->ehaupt Over to maintainer (via the GNATS Auto Assign Tool)
ehaupt 2011-08-25 08:34:07 UTC FreeBSD ports repository Modified files: www/p5-Google-Search Makefile Log: Register lang/p5-Try-Tiny as run dependency. It disappeared at some point during updateing of one of the modules in the dependency chain. PR: 160057 (based on) Submitted by: Dean Maztkov <bapabooiee@gmail.com> Revision Changes Path 1.2 +3 -1 ports/www/p5-Google-Search/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!