summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/evolution/Makefile4
-rw-r--r--mail/evolution/distinfo4
-rw-r--r--mail/evolution/files/patch-addressbook_gui_contact-editor_e-contact-editor.c17
-rw-r--r--mail/evolution/files/patch-calendar_gui_dialogs_comp-editor.c20
-rw-r--r--mail/evolution/pkg-plist12
5 files changed, 52 insertions, 5 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 026f42041..4844a2383 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -3,11 +3,11 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/mail/evolution/Makefile,v 1.71 2005/07/29 23:09:38 marcus Exp $
+# $MCom: ports/mail/evolution/Makefile,v 1.72 2005/08/09 01:53:01 marcus Exp $
#
PORTNAME= evolution
-PORTVERSION= 2.3.7
+PORTVERSION= 2.3.8
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo
index c0b7c4197..e47255d3f 100644
--- a/mail/evolution/distinfo
+++ b/mail/evolution/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/evolution-2.3.7.tar.bz2) = 12d29f28f8ecf302547c63ad137e0b4b
-SIZE (gnome2/evolution-2.3.7.tar.bz2) = 11311740
+MD5 (gnome2/evolution-2.3.8.tar.bz2) = d5972fbb96b36cd3420bf1390d63c551
+SIZE (gnome2/evolution-2.3.8.tar.bz2) = 11434516
diff --git a/mail/evolution/files/patch-addressbook_gui_contact-editor_e-contact-editor.c b/mail/evolution/files/patch-addressbook_gui_contact-editor_e-contact-editor.c
new file mode 100644
index 000000000..aef49ffb1
--- /dev/null
+++ b/mail/evolution/files/patch-addressbook_gui_contact-editor_e-contact-editor.c
@@ -0,0 +1,17 @@
+--- gui/contract/editor/e-contact-editor.c.orig Tue Aug 23 14:46:51 2005
++++ gui/contract/editor/e-contact-editor.c Tue Aug 23 14:47:29 2005
+@@ -581,10 +581,12 @@ sensitize_ok (EContactEditor *ce)
+ gboolean allow_save;
+ GtkWidget *entry_fullname;
+ GtkWidget *entry_file_as;
++ const char *name_entry_string;
++ const char *file_as_entry_string;
+ entry_fullname = glade_xml_get_widget (ce->gui, "entry-fullname" );
+ entry_file_as = glade_xml_get_widget (ce->gui, "entry-file-as");
+- const char *name_entry_string = gtk_entry_get_text (GTK_ENTRY (entry_fullname));
+- const char *file_as_entry_string = gtk_entry_get_text (GTK_ENTRY (entry_file_as));
++ name_entry_string = gtk_entry_get_text (GTK_ENTRY (entry_fullname));
++ file_as_entry_string = gtk_entry_get_text (GTK_ENTRY (entry_file_as));
+
+ allow_save = ce->target_editable && ce->changed ? TRUE : FALSE;
+
diff --git a/mail/evolution/files/patch-calendar_gui_dialogs_comp-editor.c b/mail/evolution/files/patch-calendar_gui_dialogs_comp-editor.c
new file mode 100644
index 000000000..d27506b24
--- /dev/null
+++ b/mail/evolution/files/patch-calendar_gui_dialogs_comp-editor.c
@@ -0,0 +1,20 @@
+--- calendar/gui/dialogs/comp-editor.c.orig Tue Aug 23 16:06:26 2005
++++ calendar/gui/dialogs/comp-editor.c Tue Aug 23 16:06:46 2005
+@@ -2027,7 +2027,7 @@ set_attachment_list (CompEditor *editor,
+ CamelDataWrapper *wrapper;
+ CamelStream *stream;
+ struct stat statbuf;
+- char *mime_type, *file_name;
++ char *mime_type, *file_name, *ptr;
+
+ attach_filename = (char *) p->data;
+ /* should we assert if g_str_has_prefix (attach_filename, "file://"))
+@@ -2079,7 +2079,7 @@ set_attachment_list (CompEditor *editor,
+
+ camel_mime_part_set_disposition (part, "attachment");
+
+- char *ptr = strstr (attach_filename, comp_uid);
++ ptr = strstr (attach_filename, comp_uid);
+ if (ptr) {
+ ptr += strlen(comp_uid);
+ if (*ptr++ == '-')
diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist
index 50a411430..9834c009f 100644
--- a/mail/evolution/pkg-plist
+++ b/mail/evolution/pkg-plist
@@ -21,6 +21,9 @@ include/evolution-%%VERSION%%/a11y/e-text/gal-a11y-e-text-factory.h
include/evolution-%%VERSION%%/a11y/e-text/gal-a11y-e-text.h
include/evolution-%%VERSION%%/a11y/gal-a11y-factory.h
include/evolution-%%VERSION%%/a11y/gal-a11y-util.h
+include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-config.h
+include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-menu.h
+include/evolution-%%VERSION%%/addressbook/gui/widgets/eab-popup.h
include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h
include/evolution-%%VERSION%%/e-conduit/e-pilot-map.h
include/evolution-%%VERSION%%/e-conduit/e-pilot-util.h
@@ -69,6 +72,7 @@ include/evolution-%%VERSION%%/e-util/e-util-marshal.h
include/evolution-%%VERSION%%/e-util/e-util.h
include/evolution-%%VERSION%%/e-util/e-xml-utils.h
include/evolution-%%VERSION%%/e-util/md5-utils.h
+include/evolution-%%VERSION%%/mail/Evolution-Mail.h
include/evolution-%%VERSION%%/mail/em-composer-utils.h
include/evolution-%%VERSION%%/mail/em-config.h
include/evolution-%%VERSION%%/mail/em-event.h
@@ -160,8 +164,11 @@ include/evolution-%%VERSION%%/misc/gal-combo-text.h
include/evolution-%%VERSION%%/shell/Evolution.h
include/evolution-%%VERSION%%/shell/e-shell-utils.h
include/evolution-%%VERSION%%/shell/e-user-creatable-items-handler.h
+include/evolution-%%VERSION%%/shell/es-event.h
+include/evolution-%%VERSION%%/shell/es-menu.h
include/evolution-%%VERSION%%/shell/evolution-component.h
include/evolution-%%VERSION%%/shell/evolution-config-control.h
+include/evolution-%%VERSION%%/shell/evolution-listener.h
include/evolution-%%VERSION%%/shell/evolution-shell-component-utils.h
include/evolution-%%VERSION%%/table/e-cell-checkbox.h
include/evolution-%%VERSION%%/table/e-cell-combo.h
@@ -551,7 +558,6 @@ share/gnome/idl/evolution-%%VERSION%%/Evolution-Component.idl
share/gnome/idl/evolution-%%VERSION%%/Evolution-Composer.idl
share/gnome/idl/evolution-%%VERSION%%/Evolution-ConfigControl.idl
share/gnome/idl/evolution-%%VERSION%%/Evolution-Mail.idl
-share/gnome/idl/evolution-%%VERSION%%/Evolution-Offline.idl
share/gnome/idl/evolution-%%VERSION%%/Evolution-Shell.idl
share/gnome/idl/evolution-%%VERSION%%/Evolution.idl
share/gnome/idl/evolution-%%VERSION%%/evolution-calendar.idl
@@ -614,6 +620,7 @@ share/locale/sr/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/sr@Latn/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/sv/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/te/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/th/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/tr/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/uk/LC_MESSAGES/evolution-%%VERSION%%.mo
share/locale/vi/LC_MESSAGES/evolution-%%VERSION%%.mo
@@ -679,6 +686,9 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo
@dirrm include/evolution-%%VERSION%%/e-conduit
@dirrm include/evolution-%%VERSION%%/calendar/gui
@dirrm include/evolution-%%VERSION%%/calendar
+@dirrm include/evolution-%%VERSION%%/addressbook/gui/widgets
+@dirrm include/evolution-%%VERSION%%/addressbook/gui
+@dirrm include/evolution-%%VERSION%%/addressbook
@dirrm include/evolution-%%VERSION%%/a11y/e-text
@dirrm include/evolution-%%VERSION%%/a11y/e-table
@dirrm include/evolution-%%VERSION%%/a11y