Bug 191791

Summary: mail/imapsync missing dep on devel/p5-IO-Tee
Product: Ports & Packages Reporter: Adam McDougall <ebay>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Adam McDougall 2014-07-10 20:20:09 UTC
A recent update to mail/imapsync is missing a dep on devel/p5-IO-Tee.  Installing devel/p5-IO-Tee manually fixes imapsync.  Please add it to the port.  Thanks.

% imapsync
Can't locate IO/Tee.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at /usr/local/bin/imapsync line 591.
BEGIN failed--compilation aborted at /usr/local/bin/imapsync line 591.
# Looks like your test exited with 2 before it could output anything.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-11 18:33:21 UTC
A commit references this bug:

Author: pi
Date: Fri Jul 11 18:33:04 UTC 2014
New revision: 361579
URL: http://svnweb.freebsd.org/changeset/ports/361579

Log:
  mail/imapsync: add missing RUN_DEPENDS devel/p5-IO-Tee

  PR:		191791
  Submitted by:	mcdouga9@egr.msu.edu

Changes:
  head/mail/imapsync/Makefile
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-07-11 18:34:36 UTC
Committed, thanks for the hint!