From owner-svn-ports-all@FreeBSD.ORG Fri Jul 11 18:33:04 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E9F352E; Fri, 11 Jul 2014 18:33:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4782924; Fri, 11 Jul 2014 18:33:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6BIX4Hm043505; Fri, 11 Jul 2014 18:33:04 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6BIX48U043504; Fri, 11 Jul 2014 18:33:04 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407111833.s6BIX48U043504@svn.freebsd.org> From: Kurt Jaeger Date: Fri, 11 Jul 2014 18:33:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361579 - head/mail/imapsync X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2014 18:33:04 -0000 Author: pi Date: Fri Jul 11 18:33:04 2014 New Revision: 361579 URL: http://svnweb.freebsd.org/changeset/ports/361579 QAT: https://qat.redports.org/buildarchive/r361579/ Log: mail/imapsync: add missing RUN_DEPENDS devel/p5-IO-Tee PR: 191791 Submitted by: mcdouga9@egr.msu.edu Modified: head/mail/imapsync/Makefile Modified: head/mail/imapsync/Makefile ============================================================================== --- head/mail/imapsync/Makefile Fri Jul 11 18:31:27 2014 (r361578) +++ head/mail/imapsync/Makefile Fri Jul 11 18:33:04 2014 (r361579) @@ -12,6 +12,7 @@ COMMENT= IMAP synchronization, copy or m RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ + p5-IO-Tee>0:${PORTSDIR}/devel/p5-IO-Tee \ p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive