From 1187f5fac67fe7952a3a4acdf509250de4898103 Mon Sep 17 00:00:00 2001 From: pi Date: Tue, 21 Jul 2015 11:00:50 +0000 Subject: 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 --- mail/p5-Mail-IMAPTalk/Makefile | 3 +-- mail/p5-Mail-IMAPTalk/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/p5-Mail-IMAPTalk/Makefile b/mail/p5-Mail-IMAPTalk/Makefile index 3defb829405f..04187376af47 100644 --- a/mail/p5-Mail-IMAPTalk/Makefile +++ b/mail/p5-Mail-IMAPTalk/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPTalk -PORTVERSION= 3.01 -PORTREVISION= 1 +PORTVERSION= 4.01 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/mail/p5-Mail-IMAPTalk/distinfo b/mail/p5-Mail-IMAPTalk/distinfo index 48288df510c7..a5d262304ffa 100644 --- a/mail/p5-Mail-IMAPTalk/distinfo +++ b/mail/p5-Mail-IMAPTalk/distinfo @@ -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 -- cgit