pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imapsync PR 51547 Randolf Richardson: add missing...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42be711c19fc
branches:  trunk
changeset: 353651:42be711c19fc
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Oct 09 20:32:12 2016 +0000

description:
PR 51547 Randolf Richardson: add missing deps p5-IO-Tee and p5-Unicode-String

diffstat:

 mail/imapsync/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 99e191cb26b7 -r 42be711c19fc mail/imapsync/Makefile
--- a/mail/imapsync/Makefile    Sun Oct 09 19:51:59 2016 +0000
+++ b/mail/imapsync/Makefile    Sun Oct 09 20:32:12 2016 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index