svn commit: r375776 - head/mail/imapsync
Kurt Jaeger
pi at FreeBSD.org
Mon Dec 29 08:41:59 UTC 2014
Author: pi
Date: Mon Dec 29 08:41:57 2014
New Revision: 375776
URL: https://svnweb.freebsd.org/changeset/ports/375776
QAT: https://qat.redports.org/buildarchive/r375776/
Log:
mail/imapsync: 1.592 -> 1.607
Changes:
- Folders showed also in utf8.
- Caveat to upgrade on Unix!: New Unicode::String Perl module
dependency, for utf8 output. See the INSTALL file.
- Enhancement: Added --skipemptyfolders to skip syncing empty host1
folders. They are not created on host2.
- Usability: Remove /x from regexes applied with --include and --exclude.
Blanks no longer have to be explicit with \ or [ ].
- Usability: Added utf8 output for folder names, protocol native utf7imap
special characters are not user friendly readable
- Usability: Moved foldersizes output after folders lists output.
- Usability: Added total size transferred after each message copied.
- Usability: After ETA, added number of total to be synced, as a
denominator dddd after each message copied, like nnn/dddd where nnn
is the number of messages copied. Before there was only nnn without
/dddd.
- Bug fix: Added several checks if IsUnconnected. Goal avoid imap
commands while disconnected. Reconnexion would be better anyway.
PR: 196341
Submitted by: mp39590 at gmail.com
Modified:
head/mail/imapsync/Makefile
head/mail/imapsync/distinfo
Modified: head/mail/imapsync/Makefile
==============================================================================
--- head/mail/imapsync/Makefile Mon Dec 29 08:39:33 2014 (r375775)
+++ head/mail/imapsync/Makefile Mon Dec 29 08:41:57 2014 (r375776)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= imapsync
-PORTVERSION= 1.592
+PORTVERSION= 1.607
CATEGORIES= mail perl5
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
@@ -13,6 +13,7 @@ RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORT
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-Unicode-String>0:${PORTSDIR}/converters/p5-Unicode-String \
p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive
USES= perl5 tar:tgz
Modified: head/mail/imapsync/distinfo
==============================================================================
--- head/mail/imapsync/distinfo Mon Dec 29 08:39:33 2014 (r375775)
+++ head/mail/imapsync/distinfo Mon Dec 29 08:41:57 2014 (r375776)
@@ -1,2 +1,2 @@
-SHA256 (imapsync-1.592.tgz) = dd359a5b871dd278fbb39ba0c087576e97af1d746c49a104bc00a533b463ab64
-SIZE (imapsync-1.592.tgz) = 906578
+SHA256 (imapsync-1.607.tgz) = 784331cfa6cc391751dcdc5290eba5d50bf3ddbe9b213f072b413941a3fe4f2a
+SIZE (imapsync-1.607.tgz) = 973467
More information about the svn-ports-all
mailing list