Date: Tue, 21 Jul 2015 11:00:51 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392620 - head/mail/p5-Mail-IMAPTalk Message-ID: <201507211100.t6LB0pqt004352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Tue Jul 21 11:00:50 2015 New Revision: 392620 URL: https://svnweb.freebsd.org/changeset/ports/392620 Log: mail/p5-Mail-IMAPTalk: 3.01 -> 4.01 - Remove long command timer - Misc parser and fixes - Avoid / in generated message-id - More improvements to find_message function - Add cyrus IMAP extension commands - Support extended-list options to list command - Avoid undef warning on missing foldermode response - Handle unexpected capability response - Add ability to enable tracing when you "use" the module - Replace multigetannotation with multigetmetadata - Add IMAP myrights command - Add IMAP id command - Use release_socket to close connection - Update root folder and Inbox vs INBOX handling - Choose socket library to use, add SSL socket support - Better formatting of email strings from envelope structure Modified: head/mail/p5-Mail-IMAPTalk/Makefile head/mail/p5-Mail-IMAPTalk/distinfo Modified: head/mail/p5-Mail-IMAPTalk/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPTalk/Makefile Tue Jul 21 10:07:22 2015 (r392619) +++ head/mail/p5-Mail-IMAPTalk/Makefile Tue Jul 21 11:00:50 2015 (r392620) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPTalk -PORTVERSION= 3.01 -PORTREVISION= 1 +PORTVERSION= 4.01 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/mail/p5-Mail-IMAPTalk/distinfo ============================================================================== --- head/mail/p5-Mail-IMAPTalk/distinfo Tue Jul 21 10:07:22 2015 (r392619) +++ head/mail/p5-Mail-IMAPTalk/distinfo Tue Jul 21 11:00:50 2015 (r392620) @@ -1,2 +1,2 @@ -SHA256 (Mail-IMAPTalk-3.01.tar.gz) = 269a16bf2e699c69310eb0640222af580ff554109714006c21d688058eb1984e -SIZE (Mail-IMAPTalk-3.01.tar.gz) = 41066 +SHA256 (Mail-IMAPTalk-4.01.tar.gz) = 7f33dafec8fbb75cb767863b8f7972d9f0361e5f94ab3c27c0f2435353a4bb6d +SIZE (Mail-IMAPTalk-4.01.tar.gz) = 44516
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507211100.t6LB0pqt004352>