summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution/Makefile10
-rw-r--r--mail/evolution/distinfo8
-rw-r--r--mail/evolution/patches/patch-aa13
-rw-r--r--mail/evolution/patches/patch-ac23
4 files changed, 8 insertions, 46 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 4ad91cbc1c2..8af70d5df80 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2004/11/14 22:31:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.72 2004/12/28 22:01:25 jmmv Exp $
-DISTNAME= evolution-2.0.2
-PKGREVISION= 4
+DISTNAME= evolution-2.0.3
CATEGORIES= mail time gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution/2.0/}
EXTRACT_SUFX= .tar.bz2
@@ -13,9 +12,10 @@ COMMENT= GNOME mailer, calendar, contact manager, and communications tool
DEPENDS+= psmisc-[0-9]*:../../sysutils/psmisc
BUILD_USES_MSGFMT= YES
-BUILDLINK_DEPENDS.gal2+= gal2>=2.2.3
+BUILDLINK_DEPENDS.gal2+= gal2>=2.2.4
BUILDLINK_DEPENDS.glib2+= glib2>=2.4.0nb2
-BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.3
+BUILDLINK_DEPENDS.gtkhtml3+= gtkhtml3>=3.2.4
+BUILDLINK_DEPENDS.evolution-data-server+= evolution-data-server>=1.0.3
PKG_OPTIONS_VAR= PKG_OPTIONS.evolution
PKG_SUPPORTED_OPTIONS= ipv6 krb4 krb5 ssl
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo
index 60e1abcabd1..8d9c178ff52 100644
--- a/mail/evolution/distinfo
+++ b/mail/evolution/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.29 2004/11/03 13:41:43 jmmv Exp $
+$NetBSD: distinfo,v 1.30 2004/12/28 22:01:25 jmmv Exp $
-SHA1 (evolution-2.0.2.tar.bz2) = cc2c5d4f9547f5b442487605d9addb29baf52866
-Size (evolution-2.0.2.tar.bz2) = 15400311 bytes
-SHA1 (patch-aa) = 736bef73496b360a8b0ce1901c2969c6d5ae29e1
+SHA1 (evolution-2.0.3.tar.bz2) = 059253acd24648b841c6fc24e376c475b2598b6d
+Size (evolution-2.0.3.tar.bz2) = 15381448 bytes
SHA1 (patch-ab) = 871a322eefd1a42e7197da764d49cd1d24f6535d
-SHA1 (patch-ac) = 410be27f7dab5eccf8e0887474546c2b3600fe80
diff --git a/mail/evolution/patches/patch-aa b/mail/evolution/patches/patch-aa
deleted file mode 100644
index 318cdb8d269..00000000000
--- a/mail/evolution/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.16 2004/10/20 09:27:33 jmmv Exp $
-
---- camel/camel-operation.c.orig 2004-10-20 11:19:04.000000000 +0200
-+++ camel/camel-operation.c
-@@ -112,7 +112,7 @@ camel_operation_init(void)
- void
- camel_operation_shutdown (void)
- {
-- pthread_key_delete (&operation_key);
-+ pthread_key_delete (operation_key);
- }
-
- /**
diff --git a/mail/evolution/patches/patch-ac b/mail/evolution/patches/patch-ac
deleted file mode 100644
index 30efd0f6820..00000000000
--- a/mail/evolution/patches/patch-ac
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2004/11/03 13:41:43 jmmv Exp $
-
---- camel/camel-service.c.orig 2004-10-11 17:24:23.000000000 +0200
-+++ camel/camel-service.c
-@@ -36,6 +36,9 @@
- #include <errno.h>
-
- #include <sys/poll.h>
-+#ifndef ENABLE_IPv6
-+#include <sys/socket.h>
-+#endif
-
- #include "e-util/e-msgport.h"
-
-@@ -896,7 +899,7 @@ camel_getaddrinfo(const char *name, cons
- else
- memcpy (&myhints, hints, sizeof (myhints));
-
-- myhints.ai_faimily = AF_INET;
-+ myhints.ai_family = AF_INET;
- hints = &myhints;
- #endif
-