svn commit: r333008 - head/mail/imapsync
William Grzybowski
wg at FreeBSD.org
Wed Nov 6 16:06:07 UTC 2013
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
More information about the svn-ports-head
mailing list