diff options
author | dholland <dholland@pkgsrc.org> | 2016-10-09 20:32:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2016-10-09 20:32:12 +0000 |
commit | ccad8cd52d40ff957683f61e85878908c2a0dbc0 (patch) | |
tree | 6cbf2b79b3bb709b33494200065d13819900563b /mail | |
parent | bdc3775b396ff307b54b55a519aef92fb7f6d9ea (diff) | |
download | pkgsrc-ccad8cd52d40ff957683f61e85878908c2a0dbc0.tar.gz |
PR 51547 Randolf Richardson: add missing deps p5-IO-Tee and p5-Unicode-String
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imapsync/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 21dc94a8e81..8532c80138e 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2016/07/09 06:38:29 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2016/10/09 20:32:12 dholland Exp $ DISTNAME= imapsync-1.607 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= mail MASTER_SITES= https://fedorahosted.org/released/imapsync/ EXTRACT_SUFX= .tgz @@ -15,8 +15,10 @@ DEPENDS+= p5-Data-Uniqid>=0:../../devel/p5-Data-Uniqid DEPENDS+= p5-Date-Manip>=0:../../devel/p5-Date-Manip DEPENDS+= p5-Digest-HMAC>=0:../../security/p5-Digest-HMAC DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL +DEPENDS+= p5-IO-Tee-[0-9]*:../../devel/p5-IO-Tee DEPENDS+= p5-Mail-IMAPClient>=3.1.9:../../mail/p5-Mail-IMAPClient DEPENDS+= p5-Term-ReadKey>=0:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String DEPENDS+= p5-File-Copy-Recursive>=0:../../sysutils/p5-File-Copy-Recursive NO_BUILD= YES |