diff options
author | obache <obache@pkgsrc.org> | 2007-08-30 08:05:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-30 08:05:26 +0000 |
commit | 67906908fb37489acdfc70be3e01c2252d8f4a86 (patch) | |
tree | baf4e225bed32602301e2d4984e6b92e17a5b2ee /mail | |
parent | ebde671e5beb0b95bd09cf2e81eb712a0ac3c69f (diff) | |
download | pkgsrc-67906908fb37489acdfc70be3e01c2252d8f4a86.tar.gz |
Update fetchyahoo to 2.11.0.
v2.11.0 08/28/07
* fix "can't find message" error with new Yahoo internals
* replace html character entities in msg summaries
v2.10.9 07/28/07
* add safe-download option (Thanks Riley)
* add support for .dk Danish Yahoo (thanks Sune Jorgensen)
* better parsing of e-mail addresses in From_ line (thanks Eric Peterson)
* patch for retrieving multiple folders (thanks sniper11)
v2.10.8 06/08/07
* fix "can't find message" bug
v2.10.7 02/24/07
* fix an off-by-one bug in marking messages unread
* fix bug with msgs wrongly marked read (thanks Paul Marcos)
* fix EmptyTrashBefore / EmptyBulk bug (thanks Sridhar Boovaraghavan)
* fix quota parsing,but only when emptytrashbefore or emptybulk is chosen :(
* fix parsing of sender when they are in contact list
* mark messages unread in spool if they are (thanks Martin Fick)
* fix for new de no-messages message (thanks Ulrich Brandle)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchyahoo/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchyahoo/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index bd8aa3358d6..44b916d0ef4 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/30 08:05:26 obache Exp $ # -DISTNAME= fetchyahoo-2.10.6 +DISTNAME= fetchyahoo-2.11.0 CATEGORIES= mail MASTER_SITES= http://fetchyahoo.sourceforge.net/ #MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fetchyahoo/} diff --git a/mail/fetchyahoo/distinfo b/mail/fetchyahoo/distinfo index e578ef1fd3b..8dc59926f46 100644 --- a/mail/fetchyahoo/distinfo +++ b/mail/fetchyahoo/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/01/13 15:38:52 obache Exp $ +$NetBSD: distinfo,v 1.2 2007/08/30 08:05:26 obache Exp $ -SHA1 (fetchyahoo-2.10.6.tar.gz) = 460c4806abb455fbc058fdeff76e2324a7ba983c -RMD160 (fetchyahoo-2.10.6.tar.gz) = 51a11fcff0273870d1eedb4167b9b3480e6dd9f0 -Size (fetchyahoo-2.10.6.tar.gz) = 43670 bytes +SHA1 (fetchyahoo-2.11.0.tar.gz) = 5d6f69ea22697f672db3d596edb1835a9a566c1a +RMD160 (fetchyahoo-2.11.0.tar.gz) = 032405fc54f097ca5daff1f1226633c743ba2ddb +Size (fetchyahoo-2.11.0.tar.gz) = 45524 bytes |