diff options
-rw-r--r-- | mail/evolution/Makefile | 4 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_message-list.c | 16 |
2 files changed, 18 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 502b032fb..6ad924664 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,12 @@ # 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.104 2006/06/13 01:37:00 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.105 2006/06/13 04:30:26 marcus Exp $ # PORTNAME= evolution PORTVERSION= 2.7.3 -PORTREVISION= 1 +PORTREVISION= 2 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/files/patch-mail_message-list.c b/mail/evolution/files/patch-mail_message-list.c new file mode 100644 index 000000000..f4c35aae7 --- /dev/null +++ b/mail/evolution/files/patch-mail_message-list.c @@ -0,0 +1,16 @@ +--- 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" + |