diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-22 18:25:31 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-22 18:25:31 +0000 |
commit | cc9f13b098eee2ee4d046f245b78355f4248974f (patch) | |
tree | 81648aefc8fe1bc50040ceff47704aa921a78985 /mail/evolution/Makefile | |
parent | 8d89abc43455c1d2b5620827f5be978ce0f3b002 (diff) | |
download | pkgsrc-cc9f13b098eee2ee4d046f245b78355f4248974f.tar.gz |
Update to 2.0.4:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#36137 - Leading %s in addressbook message totally non-obvious (Siva)
#70339 - vcard preview doesn't appear to work (Siva)
#70622 - Crash changing gtkhtml settings (JP)
#70922 - Email address types should show "Other" when importing vcards (Siva)
#70540 - Adding contact from email doesn't let you change "file as" (Hans)
* Calendar
#41624 - only the last exception is deleted on palm device (JP)
#46901 - Only one line gets printed when printing Tasks and Appointments
(Yong Sun)
* Mail
#33933 - Sorting by subject does not result in expected order (Jeff)
#70795 - Next/Previous Message Should Only Display Listed Emails (Michael)
#65329 - regression in default folder name localisation (Michael)
#71312 - Double-clicking vFolder of Draft folder doesn't allow editing
(Michael)
#71310 - Always loses my signature script settings (Michael)
#71310 - Always loses my signature script settings (Michael)
#69850 - Crash: attempting to create a Vfolder based on a message without a
Sender (Michael)
#65178 - newly created folder on local maildir doesn't show until evolution
restart (Michael)
#70858 - selecting newly created folder flakey (Michael)
#60664 - message view does not follow theme change (Michael)
#70768 - 'Mark All as Read' marks all the mails which are not in current
query as read (Michael)
#70563 - crash when 'load images' on MyEclipse newsletter email (Michael)
#66943 - Crash when saving draft (Michael)
#71105 - When trying to rename a folder containing a slash "/" and spaces,
evil stuff happens (Michael)
#72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
#38791 - gpg can make evo hang if keyserver unreachable (Michael)
#36142 - Don't use acronyms as verbs in messages (Michael)
#70303 - pgp signature invalid with very short emails (Michael)
#69757 - Memory leak in imap_parse_list_response (Michael)
#22496 - Evolution does not appear to support ALERT messages (Michael)
#71427 - Evolution does not prompt for new password (Michael)
#71625 - Don't display content of e-mail when first selected (Michael)
#56110 - Messages in digest displayed as source (Michael)
#69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
#47824 - nested, identical multipart boundaries dont parse properly (Michael)
#70919 - Crash during fetching mail (mail has gpg signature) (Michael)
#70556 - Unable load messages info from MS Exchange by IMAP (Michael)
Other bugs
* Mail
-64 bit fixes (Michael)
* Addressbook
- work around 67411 (Hans)
- 64 bit fixes (Michael)
- Turkish locale fixes (S.Çaglar Onur)
* Calendar
- fix potential resize crash (Michael)
* S/MIME
- don't remove the cert from the tree if it wasn't actually deleted
(Michael)
Updated translations:
- nl (Vincent van Adrighem)
- pt (Duarte Loreto)
- hu (Laszlo Dvornik)
- ca (Jordi Mallach)
- fr (Jeremie Knuesel, Sebastien Bacher, Christophe Merlet)
- sv (Christian Rose)
- de (Hendrik Brandt)
- id (Mohammad DAMT)
- es (Francisco Javier F. Serrador)
- da (Martin Willemoes Hansen)
- ko (Changwoo Ryu)
- zh_CN (Funda Wang)
- ms (Hasbullah Bin Pit)
- hu (Laszlo Dvornik)
- cs (Miloslav Trmac)
- ru (Leonid Kanter)
- bg (Vladimir Petkov)
- sq (Laurent Dhima)
- en_GB (David Lodge)
- pl (Artur Flinta)
- sr (Danilo Segan)
- sr@Latn (Danilo Segan)
- en_CA (Adam Weinberger)
- pt_BR (Raphael Higino)
- nn (Åsmund Skjæveland)
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 46488e9c313..dae5bb8b88f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2005/01/25 15:23:46 drochner Exp $ +# $NetBSD: Makefile,v 1.74 2005/02/22 18:25:31 jmmv Exp $ -DISTNAME= evolution-2.0.3 -PKGREVISION= 1 +DISTNAME= evolution-2.0.4 CATEGORIES= mail time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/2.0/} EXTRACT_SUFX= .tar.bz2 @@ -13,7 +12,7 @@ COMMENT= GNOME mailer, calendar, contact manager, and communications tool DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc BUILD_USES_MSGFMT= YES -BUILDLINK_DEPENDS.gal2+= gal2>=2.2.4 +BUILDLINK_DEPENDS.gal2+= gal2>=2.2.5 BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2 BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.4 BUILDLINK_DEPENDS.evolution-data-server+= evolution-data-server>=1.0.3 |