Bug 160057 - www/p5-Google-Search is missing a dependency on lang/p5-Try-Tiny
Summary: www/p5-Google-Search is missing a dependency on lang/p5-Try-Tiny
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: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-24 14:00 UTC by Dean Matzkov
Modified: 2011-08-25 09:40 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 Dean Matzkov 2011-08-24 14:00:19 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-08-24 14:00:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-25 09:34:16 UTC
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"
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2011-08-25 09:34:35 UTC
State Changed
From-To: open->closed

Committed, thanks!