diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 03:59:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-26 03:59:04 +0800 |
commit | 8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785 (patch) | |
tree | fa1bdb625ac120d676e293fd0e03a71142e6c109 /mail | |
parent | 16607f29905a7332554e1c4e567b8ea779c11056 (diff) | |
download | marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar.gz marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar.bz2 marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar.lz marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar.xz marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.tar.zst marcuscom-ports-8d23e8d15aaf0cbcfd1e187e53aab8db38ae6785.zip |
Update to 2.7.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6808 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/distinfo | 6 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_em-format-html-display.c | 10 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_message-list.c | 16 | ||||
-rw-r--r-- | mail/evolution/files/patch-widgets_misc_e-icon-entry.c | 13 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 3 |
6 files changed, 8 insertions, 45 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 40075172f..55f6c33d3 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD: ports/mail/evolution/Makefile,v 1.123 2006/04/30 00:46:56 marcus Exp $ -# $MCom: ports/mail/evolution/Makefile,v 1.110 2006/07/21 20:46:57 mezz Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.111 2006/07/22 16:05:21 marcus Exp $ # PORTNAME= evolution -PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTVERSION= 2.7.90 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index a46dfd66e..d32aa6d80 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-2.7.4.tar.bz2) = 5d9770b3d86953e8edcd36ec9f9b8852 -SHA256 (gnome2/evolution-2.7.4.tar.bz2) = 189f6414902c02b93f6e4bdd0a9c4f41d7ade5464a33e043e1c4148577398a1a -SIZE (gnome2/evolution-2.7.4.tar.bz2) = 12382387 +MD5 (gnome2/evolution-2.7.90.tar.bz2) = aae1aac8c521aef1aa9dbb1aed9a9f6e +SHA256 (gnome2/evolution-2.7.90.tar.bz2) = c0eb5c009b065120a39e5243e67281b20eb4bdf83f603354476d20c993fc0897 +SIZE (gnome2/evolution-2.7.90.tar.bz2) = 12446518 diff --git a/mail/evolution/files/patch-mail_em-format-html-display.c b/mail/evolution/files/patch-mail_em-format-html-display.c deleted file mode 100644 index eb84ecb8a..000000000 --- a/mail/evolution/files/patch-mail_em-format-html-display.c +++ /dev/null @@ -1,10 +0,0 @@ ---- mail/em-format-html-display.c.orig Sun Jul 16 19:46:30 2006 -+++ mail/em-format-html-display.c Sun Jul 16 20:09:53 2006 -@@ -60,6 +60,7 @@ - #include <gtk/gtkdnd.h> - #include <gtk/gtktoolbutton.h> - #include <gtk/gtkframe.h> -+#include <gtk/gtkcheckbutton.h> - - #include <glade/glade.h> - diff --git a/mail/evolution/files/patch-mail_message-list.c b/mail/evolution/files/patch-mail_message-list.c deleted file mode 100644 index f4c35aae7..000000000 --- a/mail/evolution/files/patch-mail_message-list.c +++ /dev/null @@ -1,16 +0,0 @@ ---- mail/message-list.c.orig Tue Jun 13 12:19:43 2006 -+++ mail/message-list.c Tue Jun 13 12:20:11 2006 -@@ -56,11 +56,13 @@ - #include "misc/e-gui-utils.h" - - #include "table/e-cell-checkbox.h" -+#include "table/e-cell-hbox.h" - #include "table/e-cell-date.h" - #include "table/e-cell-size.h" - #include "table/e-cell-text.h" - #include "table/e-cell-toggle.h" - #include "table/e-cell-tree.h" -+#include "table/e-cell-vbox.h" - #include "table/e-tree-memory-callbacks.h" - #include "table/e-tree-memory.h" - diff --git a/mail/evolution/files/patch-widgets_misc_e-icon-entry.c b/mail/evolution/files/patch-widgets_misc_e-icon-entry.c deleted file mode 100644 index beb58bb37..000000000 --- a/mail/evolution/files/patch-widgets_misc_e-icon-entry.c +++ /dev/null @@ -1,13 +0,0 @@ ---- widgets/misc/e-icon-entry.c.orig Fri Jun 30 17:03:34 2006 -+++ widgets/misc/e-icon-entry.c Sun Jul 16 19:06:58 2006 -@@ -37,8 +37,10 @@ - #include "e-icon-entry.h" - - #include <gtk/gtkentry.h> -+#include <gtk/gtkeventbox.h> - #include <gtk/gtkbox.h> - #include <gtk/gtkhbox.h> -+#include <gtk/gtkimage.h> - - #define E_ICON_ENTRY_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), E_TYPE_ICON_ENTRY, EIconEntryPrivate)) - diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index d800a7bb5..efbacc8d4 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -431,6 +431,7 @@ share/gnome/evolution/%%VERSION%%/errors/mail.error share/gnome/evolution/%%VERSION%%/errors/org-gnome-default-mailer.error share/gnome/evolution/%%VERSION%%/errors/org-gnome-exchange-operations.error share/gnome/evolution/%%VERSION%%/errors/org-gnome-itip-formatter.error +share/gnome/evolution/%%VERSION%%/errors/org-gnome-mail-retract-errors.xml share/gnome/evolution/%%VERSION%%/errors/org-gnome-mailing-list-actions.error share/gnome/evolution/%%VERSION%%/errors/org-gnome-proxy-errors.xml share/gnome/evolution/%%VERSION%%/errors/org-gnome-proxy-login-errors.xml @@ -496,6 +497,7 @@ share/gnome/evolution/%%VERSION%%/glade/smime-ui.glade share/gnome/evolution/%%VERSION%%/glade/task-details-page.glade share/gnome/evolution/%%VERSION%%/glade/task-page.glade share/gnome/evolution/%%VERSION%%/help/quickref/C/quickref.pdf +share/gnome/evolution/%%VERSION%%/help/quickref/de/quickref.pdf share/gnome/evolution/%%VERSION%%/images/about-box.png share/gnome/evolution/%%VERSION%%/images/bcg.png share/gnome/evolution/%%VERSION%%/images/evolution-contacts-mini.png @@ -709,6 +711,7 @@ share/locale/zh_TW/LC_MESSAGES/evolution-%%VERSION%%.mo @dirrm share/gnome/evolution/%%VERSION%%/views @dirrm share/gnome/evolution/%%VERSION%%/ui @dirrm share/gnome/evolution/%%VERSION%%/images +@dirrm share/gnome/evolution/%%VERSION%%/help/quickref/de @dirrm share/gnome/evolution/%%VERSION%%/help/quickref/C @dirrm share/gnome/evolution/%%VERSION%%/help/quickref @dirrm share/gnome/evolution/%%VERSION%%/help |