diff options
author | he <he@pkgsrc.org> | 2008-11-18 00:00:11 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-11-18 00:00:11 +0000 |
commit | f3a18f434fc4e9e61d67ab409eec0dce18ffbeab (patch) | |
tree | eafaafccfb4423ce8e28061c05412071cd0224dc /mail/p5-Mail-IMAPClient/Makefile | |
parent | 13a3b1637de807777fdb3696b7d186ea6d6fb303 (diff) | |
download | pkgsrc-f3a18f434fc4e9e61d67ab409eec0dce18ffbeab.tar.gz |
Update from version 3.08nb1 to 3.11.
Pkgsrc changes:
o Canonicalize HOMEPAGE
Upstream changes:
version 3.11: Wed Oct 8 10:57:31 CEST 2008
Fixes:
- some SSL connections process more bytes then needed, which
made the select() timeout. Nice fix by [David Sansome]
rt.cpan.org#39776
Improvements:
- improved example imap_to_mbox by [Ralph Sobek]
version 3.10: Sun Aug 24 21:26:27 CEST 2008
Fixes:
- INET socket scope error, introduced by 3.09
rt.cpan.org#38689 [Matt Moen]
version 3.09: Fri Aug 22 16:38:25 CEST 2008
Fixes:
- return status of append_message reversed.
rt.cpan.org#36726 [Jakob Hirsch]
- no line-breaks in base64 encoded strings when logging-in
rt.cpan.org#36879 [David Jonas]
- fix MD5 authentication.
rt.cpan.org#38654 [Thomas Jarosch]
Improvements:
- extensions and clean-ups in examples/imap_to_mbox.pl by
[Ralph Sobek]
- an absolute path as Server setting will open a local ::UNIX
socket, not an ::INET
rt.cpan.org#38655 [Thomas Jarosch]
Diffstat (limited to 'mail/p5-Mail-IMAPClient/Makefile')
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index e458633fdfd..3020cf1fdf5 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.22 2008/11/18 00:00:11 he Exp $ # -DISTNAME= Mail-IMAPClient-3.08 +DISTNAME= Mail-IMAPClient-3.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5mic CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~markov/Mail-IMAPClient/ +HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/ COMMENT= Perl5 module for talking to RFC-2060 IMAP servers PKG_DESTDIR_SUPPORT= user-destdir |