summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-02-22 18:24:37 +0000
committerjmmv <jmmv@pkgsrc.org>2005-02-22 18:24:37 +0000
commit7981f6991d38c7a0bce333069ba279915459d22d (patch)
tree42921ed51909491a5e79e5eaf642e94ec5ebba74
parenta91b82b193162014d2549806b89ddd91bbecbacb (diff)
downloadpkgsrc-7981f6991d38c7a0bce333069ba279915459d22d.tar.gz
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)
-rw-r--r--mail/evolution-data-server/Makefile6
-rw-r--r--mail/evolution-data-server/distinfo6
-rw-r--r--mail/evolution-data-server/patches/patch-aa25
3 files changed, 6 insertions, 31 deletions
diff --git a/mail/evolution-data-server/Makefile b/mail/evolution-data-server/Makefile
index 458bdbc5a46..e63f039a691 100644
--- a/mail/evolution-data-server/Makefile
+++ b/mail/evolution-data-server/Makefile
@@ -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 @@ COMMENT= Evolution data server
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 --git a/mail/evolution-data-server/distinfo b/mail/evolution-data-server/distinfo
index d4082558230..fe3c1cd7ef3 100644
--- a/mail/evolution-data-server/distinfo
+++ b/mail/evolution-data-server/distinfo
@@ -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 --git a/mail/evolution-data-server/patches/patch-aa b/mail/evolution-data-server/patches/patch-aa
deleted file mode 100644
index 0d2c886a692..00000000000
--- a/mail/evolution-data-server/patches/patch-aa
+++ /dev/null
@@ -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;