Update to 1.12.2.

This commit is contained in:
Joe Marcus Clarke 2007-12-12 04:33:45 +00:00
parent 0060900b23
commit c77ef81d30
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203143
3 changed files with 5 additions and 15 deletions

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.129 2007/10/17 21:36:10 mezz Exp $
# $MCom: ports-stable/databases/evolution-data-server/Makefile,v 1.3 2007/11/30 20:10:35 marcus Exp $
#
PORTNAME= evolution-data-server
PORTVERSION= 1.12.1
PORTREVISION= 2
PORTVERSION= 1.12.2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}

View file

@ -1,3 +1,3 @@
MD5 (gnome2/evolution-data-server-1.12.1.tar.bz2) = 5b4d855ed1ceaaab7db14b50133b5252
SHA256 (gnome2/evolution-data-server-1.12.1.tar.bz2) = 1a9317da445dd09d7109f96b3b3a6a7bfa962117dd632ff9735bf7f730ff0079
SIZE (gnome2/evolution-data-server-1.12.1.tar.bz2) = 7465117
MD5 (gnome2/evolution-data-server-1.12.2.tar.bz2) = 591170d71d7fe998236455c1a23860ca
SHA256 (gnome2/evolution-data-server-1.12.2.tar.bz2) = 63d43503cd2a991feafd5323f45d38a81e5b72eed667e5e3c50e97e3148cb4b8
SIZE (gnome2/evolution-data-server-1.12.2.tar.bz2) = 7447549

View file

@ -16,12 +16,3 @@
#else
#include <byteswap.h>
#include <endian.h>
@@ -148,7 +157,7 @@
idx = trans_idx [i];
types [idx].isdst ? (*dstidx = i) : (*stdidx = i);
- if (i >= num_trans)
+ if (i >= num_trans - 1)
i--;
else
i++;