pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server Update to 1.0.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/77ff0fad9cb0
branches: trunk
changeset: 489518:77ff0fad9cb0
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Tue Feb 22 18:24:37 2005 +0000
description:
Update to 1.0.4:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Address Book
#64298 - G/W failure to authenticate (Siva)
#67541 - LDAP password not to be remembered (Siva)
#66854 - Some strings are missed to translation (Rodney)
#71116 - wrong gettext initialization breaks translation (Rodney)
#70918 - Importing kontact vcard causes inifinite loop (Siva)
* Calendar
#64682 - Moving an appointment from one calendar to another sends update
(Chen)
#67031 - GroupWise tasks are not getting updated in any way (Chen)
* All
#69186 - cannot remove GAL from Autocomplete in settings (Siva)
#64298 - G/W failure to authenticate (Siva)
Other bugs
* Calendar
- warning fixes (Michael)
- fix groupwise ssl usage (Harish)
* Address Book
- fix vcard note migration issues if containing non-ascii chars (Siva)
- fix groupwise ssl usage (Harish)
* All
- 64 bit fixes (Michael)
Updated Translations:
-et (Priit Laes)
-ru (Leonid Kanter)
diffstat:
mail/evolution-data-server/Makefile | 6 +++---
mail/evolution-data-server/distinfo | 6 +++---
mail/evolution-data-server/patches/patch-aa | 25 -------------------------
3 files changed, 6 insertions(+), 31 deletions(-)
diffs (65 lines):
diff -r ff69a6d4b9f3 -r 77ff0fad9cb0 mail/evolution-data-server/Makefile
--- a/mail/evolution-data-server/Makefile Tue Feb 22 18:23:18 2005 +0000
+++ b/mail/evolution-data-server/Makefile Tue Feb 22 18:24:37 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/12/28 21:48:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.12 2005/02/22 18:24:37 jmmv Exp $
#
-DISTNAME= evolution-data-server-1.0.3
+DISTNAME= evolution-data-server-1.0.4
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/1.0/}
EXTRACT_SUFX= .tar.bz2
@@ -13,7 +13,7 @@
BUILD_USES_MSGFMT= yes
BUILD_DEPENDS+= bison>=1.875:../../devel/bison
-BUILDLINK_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.1
+BUILDLINK_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.2
GNU_CONFIGURE= YES
USE_BUILDLINK3= YES
diff -r ff69a6d4b9f3 -r 77ff0fad9cb0 mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo Tue Feb 22 18:23:18 2005 +0000
+++ b/mail/evolution-data-server/distinfo Tue Feb 22 18:24:37 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2004/12/28 21:48:12 jmmv Exp $
+$NetBSD: distinfo,v 1.13 2005/02/22 18:24:38 jmmv Exp $
-SHA1 (evolution-data-server-1.0.3.tar.bz2) = 3d5c886786e2662016fd4cc4d9b0250a1861bdc8
-Size (evolution-data-server-1.0.3.tar.bz2) = 4869529 bytes
+SHA1 (evolution-data-server-1.0.4.tar.bz2) = a4cea91ff3ccf51feea107c867faca47570e334a
+Size (evolution-data-server-1.0.4.tar.bz2) = 4792220 bytes
SHA1 (patch-aa) = 29dbd7446e9f319628f1217cd9dd96a2cb28d2c1
SHA1 (patch-af) = 81c1800ab79ff872b83b5a79fad980e119738751
SHA1 (patch-ag) = 3b98f839509014856240966a0a5f4d56aaeced5c
diff -r ff69a6d4b9f3 -r 77ff0fad9cb0 mail/evolution-data-server/patches/patch-aa
--- a/mail/evolution-data-server/patches/patch-aa Tue Feb 22 18:23:18 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/10/15 16:27:57 kristerw Exp $
-
---- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Fri Oct 15 17:19:56 2004
-+++ calendar/backends/groupwise/e-cal-backend-groupwise.c Fri Oct 15 17:20:37 2004
-@@ -512,13 +512,13 @@
- static ECalBackendSyncStatus
- e_cal_backend_groupwise_get_static_capabilities (ECalBackendSync *backend, EDataCal *cal, char **capabilities)
- {
-- *capabilities = g_strdup (CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "," \
-- CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY "," \
-- CAL_STATIC_CAPABILITY_REMOVE_ALARMS "," \
-- CAL_STATIC_CAPABILITY_NO_THISANDPRIOR "," \
-- CAL_STATIC_CAPABILITY_NO_THISANDFUTURE "," \
-- CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK "," \
-- CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR "," \
-+ *capabilities = g_strdup (CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS ","
-+ CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY ","
-+ CAL_STATIC_CAPABILITY_REMOVE_ALARMS ","
-+ CAL_STATIC_CAPABILITY_NO_THISANDPRIOR ","
-+ CAL_STATIC_CAPABILITY_NO_THISANDFUTURE ","
-+ CAL_STATIC_CAPABILITY_NO_CONV_TO_ASSIGN_TASK ","
-+ CAL_STATIC_CAPABILITY_NO_CONV_TO_RECUR ","
- CAL_STATIC_CAPABILITY_SAVE_SCHEDULES);
-
- return GNOME_Evolution_Calendar_Success;
Home |
Main Index |
Thread Index |
Old Index