Tue Nov 18 00:00:11 2008 UTC ()
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]


(he)
diff -r1.21 -r1.22 pkgsrc/mail/p5-Mail-IMAPClient/Makefile
diff -r1.6 -r1.7 pkgsrc/mail/p5-Mail-IMAPClient/distinfo

cvs diff -r1.21 -r1.22 pkgsrc/mail/p5-Mail-IMAPClient/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-IMAPClient/Makefile 2008/10/19 19:18:12 1.21
+++ pkgsrc/mail/p5-Mail-IMAPClient/Makefile 2008/11/18 00:00:11 1.22
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:12 he Exp $ 1# $NetBSD: Makefile,v 1.22 2008/11/18 00:00:11 he Exp $
2# 2#
3 3
4DISTNAME= Mail-IMAPClient-3.08 4DISTNAME= Mail-IMAPClient-3.11
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7SVR4_PKGNAME= p5mic 6SVR4_PKGNAME= p5mic
8CATEGORIES= mail perl5 7CATEGORIES= mail perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/~markov/Mail-IMAPClient/ 11HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/
13COMMENT= Perl5 module for talking to RFC-2060 IMAP servers 12COMMENT= Perl5 module for talking to RFC-2060 IMAP servers
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC 16DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
18DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp 17DEPENDS+= p5-File-Temp>=0.18:../../devel/p5-File-Temp
19DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent 18DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
20DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 19DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
21 20
22PERL5_PACKLIST= auto/Mail/IMAPClient/.packlist 21PERL5_PACKLIST= auto/Mail/IMAPClient/.packlist
23 22
24pre-configure: 23pre-configure:
25 @cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt 24 @cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt

cvs diff -r1.6 -r1.7 pkgsrc/mail/p5-Mail-IMAPClient/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-IMAPClient/distinfo 2008/07/18 13:07:51 1.6
+++ pkgsrc/mail/p5-Mail-IMAPClient/distinfo 2008/11/18 00:00:11 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2008/07/18 13:07:51 rhaen Exp $ 1$NetBSD: distinfo,v 1.7 2008/11/18 00:00:11 he Exp $
2 2
3SHA1 (Mail-IMAPClient-3.08.tar.gz) = 2e6905583b7698fa1c78a4681a93f5ae0230066f 3SHA1 (Mail-IMAPClient-3.11.tar.gz) = c8d39e784eddaaacc2f6683793cba8f567fb3702
4RMD160 (Mail-IMAPClient-3.08.tar.gz) = 0cbc68e1198c679172d502da9d3a5167faabc22c 4RMD160 (Mail-IMAPClient-3.11.tar.gz) = 44c1a03902ec73f057619c50e97576eb94fea5fe
5Size (Mail-IMAPClient-3.08.tar.gz) = 167505 bytes 5Size (Mail-IMAPClient-3.11.tar.gz) = 169015 bytes