summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-16 01:49:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-08-16 01:49:06 +0800
commitb8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c (patch)
treef45700ab3de461e0e5c198286dc881214c3146d8 /databases/evolution-data-server
parent481034a2fd18ba74981a15d9550be5553e8319ed (diff)
downloadmarcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar.gz
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar.bz2
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar.lz
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar.xz
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.tar.zst
marcuscom-ports-b8fb7b9e2a75a52ce5b0ff9342a3fcc6650a305c.zip
Update to 0.0.98.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2655 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r--databases/evolution-data-server/Makefile5
-rw-r--r--databases/evolution-data-server/distinfo4
-rw-r--r--databases/evolution-data-server/files/patch-addressbook_backends_groupwise_e-book-backend-groupwise.c36
-rw-r--r--databases/evolution-data-server/pkg-plist13
4 files changed, 13 insertions, 45 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 169625b14..46bb14ff9 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= evolution-data-server
-PORTVERSION= 0.0.97
-PORTREVISION= 1
+PORTVERSION= 0.0.98
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0
@@ -16,7 +15,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
-LIB_DEPENDS= soup-2.2.5:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= soup-2.2.6:${PORTSDIR}/devel/libsoup
USE_BZIP2= yes
USE_GMAKE= yes
diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo
index a9a9510fa..9a3fd11f7 100644
--- a/databases/evolution-data-server/distinfo
+++ b/databases/evolution-data-server/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/evolution-data-server-0.0.97.tar.bz2) = bb1a32e033fb449841078f7a8440d2b9
-SIZE (gnome2/evolution-data-server-0.0.97.tar.bz2) = 5079167
+MD5 (gnome2/evolution-data-server-0.0.98.tar.bz2) = acc604979b4b8044f8ac5360b8fa82a4
+SIZE (gnome2/evolution-data-server-0.0.98.tar.bz2) = 5108350
diff --git a/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_e-book-backend-groupwise.c b/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_e-book-backend-groupwise.c
deleted file mode 100644
index 2a93635ee..000000000
--- a/databases/evolution-data-server/files/patch-addressbook_backends_groupwise_e-book-backend-groupwise.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig Mon Apr 19 09:10:40 2004
-+++ addressbook/backends/groupwise/e-book-backend-groupwise.c Tue Apr 20 14:46:07 2004
-@@ -384,10 +384,10 @@
- populate_birth_date (EContact *contact, gpointer data)
- {
- EGwItem *item;
--
-- item = E_GW_ITEM (data);
- char *value ;
- EContactDate *date;
-+
-+ item = E_GW_ITEM (data);
- value = e_gw_item_get_field_value (item, "birthday");
- if (value) {
- date = e_contact_date_from_string (value);
-@@ -468,8 +468,8 @@
- GList *email_list;
- EContact *contact;
- char *email;
-- contact = E_CONTACT (data);
- int i;
-+ contact = E_CONTACT (data);
-
- email_list = NULL;
- for (i =0 ; i < 3; i++) {
-@@ -526,9 +526,9 @@
- populate_full_name (EContact *contact, gpointer data)
- {
- EGwItem *item;
-- item = E_GW_ITEM(data);
- FullName *full_name ;
- char *full_name_string;
-+ item = E_GW_ITEM(data);
-
- full_name = e_gw_item_get_full_name (item);
- if (full_name) {
diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist
index 8cc210d9d..e270430b1 100644
--- a/databases/evolution-data-server/pkg-plist
+++ b/databases/evolution-data-server/pkg-plist
@@ -124,7 +124,7 @@ lib/libedataserver.so
lib/libedataserver.so.5
lib/libegroupwise.a
lib/libegroupwise.so
-lib/libegroupwise.so.3
+lib/libegroupwise.so.4
libdata/bonobo/servers/GNOME_Evolution_DataServer_%%VERSION%%.server
libdata/pkgconfig/evolution-data-server-%%VERSION%%.pc
libdata/pkgconfig/libebook-%%VERSION%%.pc
@@ -152,23 +152,25 @@ share/doc/libebook/libebook-e-book-query.html
share/doc/libebook/libebook-e-book-types.html
share/doc/libebook/libebook.devhelp
share/doc/libebook/right.png
+share/doc/libebook/style.css
share/doc/libebook/up.png
share/doc/libecal/ECal.html
share/doc/libecal/ECalComponent.html
-share/doc/libecal/ECalListener.html
-share/doc/libecal/ECalView.html
-share/doc/libecal/ECalViewListener.html
share/doc/libecal/ch01.html
share/doc/libecal/home.png
share/doc/libecal/index.html
share/doc/libecal/index.sgml
share/doc/libecal/left.png
+share/doc/libecal/libecal-ECalListener.html
+share/doc/libecal/libecal-ECalView.html
+share/doc/libecal/libecal-ECalViewListener.html
share/doc/libecal/libecal-e-cal-recur.html
share/doc/libecal/libecal-e-cal-time-util.html
share/doc/libecal/libecal-e-cal-types.html
share/doc/libecal/libecal-e-cal-util.html
share/doc/libecal/libecal.devhelp
share/doc/libecal/right.png
+share/doc/libecal/style.css
share/doc/libecal/up.png
share/gnome/evolution-data-server-%%VERSION%%/evolutionperson.schema
share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Africa/Abidjan.ics
@@ -557,6 +559,7 @@ share/locale/am/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/az/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/be/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/bg/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
+share/locale/bn/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/ca/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/cs/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/da/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
@@ -572,6 +575,7 @@ share/locale/fi/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/fr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/ga/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/gl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
+share/locale/gu/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/hr/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/hu/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/it/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
@@ -584,6 +588,7 @@ share/locale/ms/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/nl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/nn/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/no/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
+share/locale/pa/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/pl/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/pt/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo
share/locale/pt_BR/LC_MESSAGES/evolution-data-server-%%EVO_VERSION%%.mo