diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 03:35:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-17 03:35:56 +0800 |
commit | 5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb (patch) | |
tree | 6d8fc02f12a4a977d69032fb5c1cdf86774e63ee /databases | |
parent | 866004568f68d4c1f2055bd0ac656c0f8fd719a7 (diff) | |
download | marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar.gz marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar.bz2 marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar.lz marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar.xz marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.tar.zst marcuscom-ports-5d92cc1c4a465ab740e4d3a33b5374d3b04eaecb.zip |
Update to 2.23.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11055 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
4 files changed, 5 insertions, 30 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index f5b99ead8..729b3846e 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.147 2008/06/05 12:33:55 kwm Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.148 2008/06/06 21:38:46 marcus Exp $ # PORTNAME= evolution-data-server -PORTVERSION= 2.23.3 -PORTREVISION= 1 +PORTVERSION= 2.23.4 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 10b9d0ff4..1b911e8d0 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/evolution-data-server-2.23.3.tar.bz2) = 4c7f894f9e0bf82f691f420dad99ddb0 -SHA256 (gnome2/evolution-data-server-2.23.3.tar.bz2) = 47f2442748f1baac75c074bb2ff38455b0e2d280d6284c1c83e1b3547f54e470 -SIZE (gnome2/evolution-data-server-2.23.3.tar.bz2) = 7627819 +MD5 (gnome2/evolution-data-server-2.23.4.tar.bz2) = 2b86e018c8483e5cc2077303ca8e57a7 +SHA256 (gnome2/evolution-data-server-2.23.4.tar.bz2) = 8f9084a5d2cd9998bea251f843ed13c8d48ff7494fae17ec8f65356c4973bbca +SIZE (gnome2/evolution-data-server-2.23.4.tar.bz2) = 7650255 diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c b/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c deleted file mode 100644 index b7266a514..000000000 --- a/databases/evolution-data-server/files/patch-addressbook_backends_ldap_e-book-backend-ldap.c +++ /dev/null @@ -1,13 +0,0 @@ ---- addressbook/backends/ldap/e-book-backend-ldap.c.orig 2007-12-14 15:23:50.000000000 +0100 -+++ addressbook/backends/ldap/e-book-backend-ldap.c 2007-12-21 11:29:01.000000000 +0100 -@@ -358,8 +358,8 @@ - - /* misc fields */ - STRING_PROP (E_CONTACT_HOMEPAGE_URL, "labeledURI"), -- /* map nickname to displayName */ -- STRING_PROP (E_CONTACT_NICKNAME, "displayName"), -+ /* map nickname to nickname */ -+ STRING_PROP (E_CONTACT_NICKNAME, "nickname"), - E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"), - E_STRING_PROP (E_CONTACT_NOTE, "note"), - E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare), diff --git a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c b/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c deleted file mode 100644 index 62532da02..000000000 --- a/databases/evolution-data-server/files/patch-libedataserverui_e-source-option-menu.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libedataserverui/e-source-option-menu.c.orig Tue Nov 23 13:50:14 2004 -+++ libedataserverui/e-source-option-menu.c Tue Nov 23 13:50:33 2004 -@@ -24,6 +24,8 @@ - #include <config.h> - #endif - -+#include <sys/types.h> -+ - #include <gtk/gtkmenu.h> - #include <gtk/gtkmenuitem.h> - |