diff options
author | pi <pi@FreeBSD.org> | 2014-12-29 16:41:57 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-12-29 16:41:57 +0800 |
commit | d3383eee0aa2b3a76d3d46fe1f8e81ad37e81595 (patch) | |
tree | 9c2686354a84059fe3c0a55592a7cae79a3cee79 /mail/imapsync | |
parent | f08c824f3958eb960745542ae7cbd37ed3e9b15e (diff) | |
download | freebsd-ports-gnome-d3383eee0aa2b3a76d3d46fe1f8e81ad37e81595.tar.gz freebsd-ports-gnome-d3383eee0aa2b3a76d3d46fe1f8e81ad37e81595.tar.zst freebsd-ports-gnome-d3383eee0aa2b3a76d3d46fe1f8e81ad37e81595.zip |
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@gmail.com
Diffstat (limited to 'mail/imapsync')
-rw-r--r-- | mail/imapsync/Makefile | 3 | ||||
-rw-r--r-- | mail/imapsync/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index fee8a9ec6661..80b85a63fa57 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -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:${PORTSDIR}/mail/p5-Mail-IMAPClient \ 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 diff --git a/mail/imapsync/distinfo b/mail/imapsync/distinfo index 7f9a5b3c8d8f..f65d17dc329e 100644 --- a/mail/imapsync/distinfo +++ b/mail/imapsync/distinfo @@ -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 |