summaryrefslogtreecommitdiff
path: root/mail/evolution
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-03-15update to 2.32.2drochner2-7/+6
changes: -bugfixes -translation updates
2011-03-05regen patch so that line numbers are not 1000 lines off.wiz2-5/+5
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-3/+4
2010-11-26update to 2.32.1drochner4-834/+1261
This switches to the gnome-2.32 release branch.
2010-11-19Add some missing files to PKGCONFIG_OVERRIDE.obache1-2/+4
2010-11-18Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name ↵obache2-4/+4
changed.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-10-12Don't depend on libtool internals.joerg3-1/+40
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-01update to 2.30.3drochner3-19/+7
changes: -bugfixes -UI improvements -translation updates
2010-07-28Don't specify --with-krb5 if the krb5 option isn't selected, otherwisedsainty2-7/+5
the build, understandably, may fail. If the krb5 option is selected, apply the paths as found in the previous revision of the Makefile. Fixes the build under Linux.
2010-07-28Remove a remanent of the krb4 optiondsainty1-2/+2
2010-07-18Remove the krb4 option and related attempts to talk to configure. Thesedsainty2-10/+3
options no longer exist in the current version of evolution. It still doesn't build for me under Linux, but the spurious warnings about unrecognised krb4 configure options are gone.
2010-07-14propagate some more dependencies, needed by pluginsdrochner1-1/+3
2010-07-14Add buildlink with libunique (evolution-{plugin,shell}.pc require it).obache1-1/+2
2010-07-13update to 2.30.2drochner36-1344/+929
This switches to the gnome-2.30 release branch. (It crashes more often than the old version for me. Any help welcome.)
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-03Bump PKGREVISION for db4 update.obache1-2/+2
2010-02-19Add $NetBSD$roy28-28/+82
2010-02-19Ensure that all plugins have e_lib_plugin_enable defined so thatroy29-3/+492
Evolution starts in a few seconds instead of a few minutes on NetBSD.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-4/+4
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-12-16update to 2.28.2drochner2-7/+6
changes: -bugfixes -Add support for Googlemail and hotmail/live/msn.com accounts -translation updates
2009-10-29PKGREVISION bump pkgs which are affected by the libgnome changedrochner1-1/+2
to leave out esound
2009-10-26update for dependency changes in 2.28drochner1-1/+2
2009-10-24update to 2.28.1drochner8-1180/+901
This switches to the gnome-2.28 release branch.
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-09update to 2.26.3drochner2-6/+6
changes: -bugfixes -translation updates
2009-06-14Remove @dirrm related logic.joerg1-10/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-177/+1
2009-05-28Update to 2.26.2:wiz2-6/+7
Evolution 2.26.2 2009-05-18 --------------------------- Bug fixes: #471083 (bnc) - Do not allow deletion of system folders. (Chenthill) #561312 - Fix recurrence issues (Chenthill) #467659 - Fix description for send mail (Chenthill) #578685 - Copy string. Avoids SIGSEGV (Sebastien Bacher) #569507 - Don't translate gconf/key values (khaledh) #574842 - Fix Catalan translation issue (Gil Forcada Codinachs) #571272 - Possible leak (Milan Crha) #573704 - Don't close dialog after error (Milan Crha) #579306 - Fix crash on delete folder (Milan Crha) #491755 - Sanitize values from GConf before using them (Milan Crha) #579635 - Hide last junked message too from the non-junk folder (Milan Crha) #579550 - Do not mark newly recognized Junk messages Read (Milan Crha) #578355 - Store username in a source URL in CalDAV (Milan Crha) #575242 – New composer window not autosaved until modification (Michel Dänzer) #581032 – Some links can't be opened (Matthew Barnes) #573170 - Add back support for vfolder of vfolders (Srinivasa Ragavan) #580163 - Resize alarm notifier correctly (Ritesh Khadgaray) #578478 – Composer shows not all "From" information (Matthew Barnes) #582744 – CC field autofill doesn't work for replies (Matthew Barnes) #578176 – "Send message to contact" does not honor "always BCC" (Matthew Barnes) Updated translatios: Ihar Hrachyshka (be) Christian Kirbach (de) Jorge Gonzalez (es) Other fixes: Fix win32 filename/uri issues (Fridrich Strba)
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-27/+1
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-19update to 2.26.0drochner4-1139/+919
This switches to the gnome-2.26 release branch
2009-03-07BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=2.24.3apb1-2/+2
Not bumping PKGREVISION because eveolution's build failed at configure time when evolution-data-server was too old.
2009-02-27fix a format string problem (use of the Linux-only "%Id" specifierdrochner2-1/+45
which made the small calendar display only nonsense, ride on recent update And again: Please test the pkgs at least a little bit before committing an update.
2009-02-27Update to 2.24.5:wiz2-6/+6
Evolution 2.24.5 2009-02-25 --------------------------- Updated Translations: Wouter Bolsterlee (nl) Bug Fixes: #333716 : Do not store incomplete or broken files in a cache. (Milan Crha) #529037 : Disconnect signals on ESource-s too, not only on ECal-s. (Milan Crha) #559027 : Do not set date for 'None' value. (Milan Crha) #559719 : Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet. (Milan Crha) #559719 : Use it's own/unique name for the property on the 'epl' and free the widget only if it wasn't freed yet. (Milan Crha) #561465 : Expand 'Attendee' column instead of the last. (Milan Crha) #564229 : Do not use uninitialized variable. (Milan Crha) #564229 : Initialize the EPluginUI registry during class initialization, so that it's sure to be there when we need it. (Matthew Barnes) #567089 : Do not crash when no From set yet. (Milan Crha) #569700 : Stop reading from a network when operation was canceled. (Milan Crha) #569986 : bar rendering. (Srinivasa Ragavan) #572399 : Do not read from invalid iterator after call of row changed. (Milan Crha) #572543 : Always look for alternative apps for application/octet-stream. (Milan Crha) #572975 : Destroy file chooser dialog early enough to not have hidden any other windows below it. (Milan Crha)
2009-02-18update to 2.24.4drochner2-7/+6
changes: -bugfixes -translation updates
2009-01-25in callbacks getting time_t arguments, use int64 rather than longdrochner7-2/+93
(there is nothing better in the glib2 signal/slot/marshaller framework), now the calendar doesn't crash on startup (i386/current) bump PKGREVISION
2009-01-13Update to 2.24.3:wiz3-7/+9
Evolution 2.24.3 2009-01-12 --------------------------- Bug Fixes: #332729: Invalid write with outspring from e-config.c (Milan Crha) #337082: Unnamed imap folder (Milan Crha) #435452: (Novell Bugzilla) Adding People to Meeting Loses Attendee if Add or Busy Search Selected (Srinivasa Ragavan) #435694: (Novell Bugzilla) Retract of Email from Sent Items Does not Work (Bharath Acharya) #439733: (Novell Bugzilla) Checking for junk before training (Srinivasa Ragavan) #446285: (Novell Bugzilla) Meeting Entry Does Not Allow Multiple Names (Bharath Acharya) #458968: (Novell Bugzilla) Don't warn the user about changes being lost if he is trying to delegate the meeting (Suman Manjunath) #546637: Mail opened from the "Unread mails" displays empty (Srinivasa Ragavan) #551599: Do not fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment (Paul Bolle) #552583: Passwords don't get stored when using other authentication type than "Password" (Milan Crha) #552583: Free the right url (Srinivasa Ragavan) #552583: Account checking logic a bit more consistent (Milan Crha) #552583: Fix bugs in the account checking logic (Sankar P) #552583: Compare the protocol, user, host and port and disregard the rest (Matthew Barnes) #555663: Evolution crashed with SIGSEGV in gconf-bridge (Milan Crha) #556303: Evolution crashed with SIGSEGV in camel_mime_part_get_filename (Milan Crha) #557176: Crash while trying to click on 'Contacts' (Milan Crha) #558337: Evolution crashes while managing IMAP folder subscriptions (Norman Wang) #559153: Unable to convert mailboxes from Hardy to Intrepid versions (Sankar P) #560420: Failed spamassassin pipe on Evolution (hp@syntomax.com) #562091: New share memo window doesn't come up (Matthew Barnes) #562155: Evolution stopped to start (e_shell_set_crash_recovery) (Matthew Barnes) #562450: Edit as New Message doesn't copy the content of a GPG signed message (Matthew Barnes) #562886: Evolution mailto CLI cannot handle attachments with "#" in filename (Matthew Barnes) #563077: Evolution crashes if gnome-settings-daemon is not started on Solaris (Jeff Cai) #563250: Save and restore custom composer accelerators (Matthew Barnes) #563369: "Templates" folder not translated (Milan Crha) #564007: Messages do not show inline decrypted message by default (Milan Crha) #564860: Evolution crashes in e_util_labels_parse if the labels don't have the correct format (Matthew Barnes) #565553: Right click on an attachment in calendar event and chose application does not work (Ashish Shrivastava) #566653: Local folder's DnD aren't saved well to DB (Srinivasa Ragavan) Updated Translations: Jorge Gonzalez (es) Gil Forcada (ca) Claude Paroz (fr) Leonardo Ferreira Fontenelle (pt_BR) Daniel Nylander (sv) Andre Klapper (de,cs) Changwoo Ryu (ko)
2008-11-24Update to 2.24.2:wiz2-6/+6
Evolution 2.24.2 2008-11-24 --------------------------- Bug Fixes: #434320: When the popup is clicked close the status icon (Srinivasa Ragavan) #446286: Remove the header check as we do a e_gw_connection_get_item for tracking the status (Bharath Acharya) #555276: Don't load vfolder as subfolder. (Srinivasa Ragavan) #559810: Do not localize empty label names, also localize them only first time (Milan Crha) #560329: Fix the signature of the "children-changed" signal emission (Li Yuan) #560882: Left-align header labels instead of centering them, and adjust the header padding so they look purdy (Matthew Barnes) Updated Translations: Nickolay V. Shmyrev (ru)
2008-11-07Update to 2.24.1.1:wiz3-7/+8
Evolution 2.24.1.1 2008-11-07 ---------------------------- Releasing Evolution under 'GNU LGPL V2 or (at your option) V3'. Refer COPYING file for more details Bug Fixes: #437226: (Novell Bugzilla) Proper message is missing in mail sent by delegatee (Bharath Acharya) #440007: (Novell Bugzilla) Print Preview of Calendar Event Shows Blank Page Before Data (Bharath Acharya) #541121: Updated Meetings Need to Notify the Organizer Just as Brand New Meetings Do (Patrick Ohly) #554450: drag and drop to attachment bar doesn't work (Matthew Barnes) #557246: Unsubscribe other user's folder throws an error (Bharath Acharya) #557613: evolution crashed with SIGSEGV in e_flag_set() (Matthew Barnes) #557726: New address book creation dialog doesn't get refreshed (Bharath Acharya) #558726: format string bugs causing potential crashes (Matthew Barnes) #559028: Evolution: Reserve tab order in mail composer window is not the same as the forward tab order in reverse. (Matthew Barnes) #559041: Please add translator comment (Matthew Barnes) #559371: Evolution: spell-checker underlines even the words correctly spelled whilst language is ticked. (Matthew Barnes) Updated Translations: Maxim Dziumanenko (uk) Leonardo Ferreira Fontenelle (pt_BR) Gabor Kelemen (hu) Kenneth Nielsen (da) Luca Ferretti (it) iharh (be) Jorge Gonzalez (es) Priit Laes (et) Daniel Nylander (sv) Gil Forcada (ast)
2008-10-28Remove unnecessary depends-pattern-line for outdated dependency.wiz1-2/+1
2008-10-26Update to 2.24.1:wiz5-811/+897
Evolution 2.24.1 2008-10-20 --------------------------- Many Bug Fixes and Updated Translations Evolution 2.24.0 2008-09-22 --------------------------- New in 2.24.0: * Message Templates * WebDAV Contacts Plugin * Google Contacts Plugin * Custom header support while sending mails * Single Model view for Calendar * Sqlite Based message summary * New Bonobo-less composer for Evolution * Quota support to IMAP/POP accounts * Gtk+ Recent manager integration in Composer Many Bug Fixes and Updated Translations. Evolution 2.23.92 2008-09-08 ---------------------------- New in 2.23.92: Evolution source code license changed to LGPLv2 & LGPLV3 (Sankar P) One Bug Fix, A Few Updated Translations. Evolution 2.23.91 2008-09-01 ---------------------------- Many Bug Fixes and Updated Translations. Evolution 2.23.90 2008-08-18 ---------------------------- Many Bug Fixes. Other fixes: Lots of disk summary related stability fixes (Srinivasa Ragavan) Many Updated Translations. Evolution 2.23.6 2008-08-04 --------------------------- New in 2.23.6: WebDAV contacts plugin (Matthias Braun) Many Bug Fixes and Updated Translations. Evolution 2.23.5 2008-07-21 --------------------------- New in 2.23.5 Camel DB Summary support. (Srinivasa Ragavan & Sankar P) New EPlugin for message templates. (Bharath Acharya & Diego Escalante Urrelo) Google Contacts support (Jörgen Scheibengruber) Many Bug Fixes Other Contributors: Sort the uids so that moving/copying messages preserves mailbox ordering rather than jumbled randomness. (Jeffrey Stedfast) Add dolt revision 5e9eef10 to the autotools build system. Speeds up the build, otherwise falls back to libtool (Alp Toker) Configure email-custom-header plugin within the plugin-manager. (Ashish Shrivastava) Many Updated Translations Evolution 2.23.4 2008-06-16 --------------------------- New in 2.23.4 Python support for EPlugins. (Johnny Jacob) A Few Bug Fixes Other Contributors: Fix for security vulnerabilities CVE-2008-1108 and CVE-2008-1109 (Matthew Barnes) A Few Updated Translations Evolution 2.23.3 2008-06-02 --------------------------- New in 2.23.3 New plugin for setting headers while sending email (Ashish) Many Bug Fixes and Updated Translations Evolution 2.23.2 2008-05-12 --------------------------- Many Bug Fixes Other Contributors: Fix up the Debug Logs window a bit (Matthew Barnes) Fix include path for e-dbhash.h, now in libebackend (Johan Euphrosine) A Few Updated Translations Evolution 2.23.1 2008-04-21 --------------------------- New in 2.23.1: Quota support to IMAP/POP accounts (Milan Crha) Configurable Proxy settings for Evolution (Veerapuram Varadhan) Gtk+ Recent manager integration in Composer (Suman) New bonobo-less message composer (Matthew Barnes) Many Bug Fixes. Other Contributors: Add icons for Edit->Select All, Folder->New, Folder->Delete and Folder->Refresh (Matthew Barnes) Many Updated Translations.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz2-3/+4
name change).
2008-07-15update to 2.22.3.1drochner4-382/+6
changes: -bugfixes -Fixes for CVE-2008-1108 and CVE-2008-1109 were integrated -build fix -translation updates
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-06-05fix two buffer overflows in iCalendar code (CVE-2008-1108, CVE-2008-1109),drochner4-2/+378
patches from upstream CVS, bump PKGREVISION