summaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 16:37:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 16:37:39 +0000
commit8cc9996555e7872998cb6eb8c3c584c51731236f (patch)
tree1d311432221c4be8cdec39d54fbafa99b08adf5e /mail/evolution
parentUpdate to 1.4.3 (diff)
Fix the receive timestamp when DST is in effect. Bump PORTREVISION.
Tested by: Mike Harding <mvh@ix.netcom.com> and myself
Notes
Notes: svn path=/head/; revision=58714
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile1
-rw-r--r--mail/evolution/files/patch-camel_camel-mime-utils.c11
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 0080e3137e60..e9a417cc7c25 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -7,6 +7,7 @@
PORTNAME= evolution
PORTVERSION= 1.0.4
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://people.FreeBSD.org/~sobomax/ \
${MASTER_SITE_GNOME} \
diff --git a/mail/evolution/files/patch-camel_camel-mime-utils.c b/mail/evolution/files/patch-camel_camel-mime-utils.c
new file mode 100644
index 000000000000..33111196a800
--- /dev/null
+++ b/mail/evolution/files/patch-camel_camel-mime-utils.c
@@ -0,0 +1,11 @@
+--- camel/camel-mime-utils.c.orig Fri May 3 15:47:41 2002
++++ camel/camel-mime-utils.c Sun May 5 18:09:24 2002
+@@ -3388,6 +3388,8 @@
+ }
+ d(printf("named offset = %d\n", offset));
+ }
++
++ tm.tm_isdst = -1;
+
+ t = mktime(&tm);
+ #if defined(HAVE_TIMEZONE)