View | Details | Raw Unified | Return to bug 117791
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	evolution-data-server
9
PORTNAME=	evolution-data-server
10
PORTVERSION=	1.12.1
10
PORTVERSION=	1.12.1
11
PORTREVISION=	1
11
PORTREVISION=	2
12
CATEGORIES=	databases gnome
12
CATEGORIES=	databases gnome
13
MASTER_SITES=	${MASTER_SITE_GNOME}
13
MASTER_SITES=	${MASTER_SITE_GNOME}
14
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
14
MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
(-)files/patch-calendar_libical_src_libical_icaltz-util.c (-2 / +11 lines)
Lines 1-5 Link Here
1
--- calendar/libical/src/libical/icaltz-util.c.orig	2007-08-24 02:48:28.000000000 -0400
1
--- calendar/libical/src/libical/icaltz-util.c.orig	2007-10-12 02:31:10.000000000 -0400
2
+++ calendar/libical/src/libical/icaltz-util.c	2007-08-27 16:23:59.000000000 -0400
2
+++ calendar/libical/src/libical/icaltz-util.c	2007-11-03 12:22:24.000000000 -0400
3
@@ -23,6 +23,15 @@
3
@@ -23,6 +23,15 @@
4
 #include <string.h>
4
 #include <string.h>
5
 #if defined(sun) && defined(__SVR4)
5
 #if defined(sun) && defined(__SVR4)
Lines 16-18 Link Here
16
 #else
16
 #else
17
 #include <byteswap.h>
17
 #include <byteswap.h>
18
 #include <endian.h>
18
 #include <endian.h>
19
@@ -148,7 +157,7 @@
20
 	idx = trans_idx [i];
21
 	types [idx].isdst ? (*dstidx = i) : (*stdidx = i);
22
 	
23
-	if (i >= num_trans) 
24
+	if (i >= num_trans - 1) 
25
 		i--;
26
 	else 
27
 		i++;

Return to bug 117791