Date: Wed, 6 Nov 2013 16:06:07 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333008 - head/mail/imapsync Message-ID: <201311061606.rA6G67Vl041893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Wed Nov 6 16:06:07 2013 New Revision: 333008 URL: http://svnweb.freebsd.org/changeset/ports/333008 Log: mail/imapsync: add missing run dependency PR: ports/183719 Submitted by: Lawrence Chen <lkchen mew.cns.ksu.edu>, maintainer Modified: head/mail/imapsync/Makefile Modified: head/mail/imapsync/Makefile ============================================================================== --- head/mail/imapsync/Makefile Wed Nov 6 16:02:19 2013 (r333007) +++ head/mail/imapsync/Makefile Wed Nov 6 16:06:07 2013 (r333008) @@ -3,6 +3,7 @@ PORTNAME= imapsync PORTVERSION= 1.569 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -12,7 +13,8 @@ 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-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL + p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive USES= perl5 NO_BUILD= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061606.rA6G67Vl041893>