diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 04:40:30 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-11-16 04:40:30 +0800 |
commit | 9a7c42cfc40f0974e092424e9fe847e738eae896 (patch) | |
tree | dc4bf2c5f72d643eb9e2427691323d45f0938fd4 /mail/evolution | |
parent | f47fd7638ad002eba27eddbacf2faa7317559e3d (diff) | |
download | marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar.gz marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar.bz2 marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar.lz marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar.xz marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.tar.zst marcuscom-ports-9a7c42cfc40f0974e092424e9fe847e738eae896.zip |
Update to 2.32.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14882 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/distinfo | 5 | ||||
-rw-r--r-- | mail/evolution/files/patch-mail_mail-ops.c | 14 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 1 |
4 files changed, 4 insertions, 21 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index ec8a6d2e5..0cecc74dc 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,11 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.230 2010/09/27 17:11:50 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.231 2010/11/14 13:41:04 kwm Exp $ # PORTNAME= evolution -PORTVERSION= 2.32.0 -PORTREVISION= 1 +PORTVERSION= 2.32.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index e48378a14..27311f699 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome2/evolution-2.32.0.tar.bz2) = c74fdd472efed42d9876aa905961b53d -SHA256 (gnome2/evolution-2.32.0.tar.bz2) = 61d0e45a9f23292d41155332d57d325b44b198189133b64f929cd75e1dc98841 -SIZE (gnome2/evolution-2.32.0.tar.bz2) = 31877012 +SHA256 (gnome2/evolution-2.32.1.tar.bz2) = 6f6f904b5a2c6cf51f9c44317fc1990b07593eba54957c3924c2db0a235117a3 +SIZE (gnome2/evolution-2.32.1.tar.bz2) = 31875075 diff --git a/mail/evolution/files/patch-mail_mail-ops.c b/mail/evolution/files/patch-mail_mail-ops.c deleted file mode 100644 index bc8d0a0b9..000000000 --- a/mail/evolution/files/patch-mail_mail-ops.c +++ /dev/null @@ -1,14 +0,0 @@ ---- mail/mail-ops.c.orig 2010-11-14 14:21:13.000000000 +0100 -+++ mail/mail-ops.c 2010-11-14 14:22:02.000000000 +0100 -@@ -605,9 +605,9 @@ mail_send_message (struct _send_queue_ms - sent_folder_uri, 0, &local_error); - if (folder == NULL) { - g_string_append_printf ( -- err, _("Failed to append to %s: %s\n" -+ err, _("Failed to append to %s\n" - "Appending to local 'Sent' folder instead."), -- sent_folder_uri, local_error->message); -+ sent_folder_uri); - g_clear_error (&local_error); - } - } diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 09c487052..64e8edf28 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -409,7 +409,6 @@ include/evolution-%%VERSION%%/table/e-tree-table-adapter.h include/evolution-%%VERSION%%/table/e-tree.h include/evolution-%%VERSION%%/table/gal-a11y-e-cell-popup.h include/evolution-%%VERSION%%/table/gal-a11y-e-cell-registry.h -include/evolution-%%VERSION%%/table/gal-a11y-e-cell-text.h include/evolution-%%VERSION%%/table/gal-a11y-e-cell-toggle.h include/evolution-%%VERSION%%/table/gal-a11y-e-cell-tree.h include/evolution-%%VERSION%%/table/gal-a11y-e-cell-vbox.h |