Bugfix update to evolution-exchange-2.32.1.

This commit is contained in:
ajacoutot 2010-11-16 09:18:15 +00:00
parent c508b4ad59
commit 2703a3a70e
3 changed files with 14 additions and 15 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.12 2010/10/18 13:48:51 jasper Exp $
# $OpenBSD: Makefile,v 1.13 2010/11/16 09:18:15 ajacoutot Exp $
# No NTLM support in OpenLDAP; Plaintext password authentication will be
# used when connecting to the Global Catalog server. Consider installing
@ -10,8 +10,7 @@ SHARED_ONLY= Yes
COMMENT= Evolution connector for MS Exchange
GNOME_PROJECT= evolution-exchange
GNOME_VERSION= 2.32.0
REVISION= 0
GNOME_VERSION= 2.32.1
CATEGORIES= mail
@ -34,7 +33,7 @@ WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender asn1
WANTLIB += atk-1.0 c cairo camel-1.2 camel-provider-1.2 canberra
WANTLIB += canberra-gtk com_err crypto db dbus-1 dbus-glib-1 ebackend-1.2
WANTLIB += ebook-1.2 ecal-1.2 edata-book-1.2 edata-cal-1.2 edataserver-1.2
WANTLIB += edataserverui-1.2 eggdbus-1 egroupwise-1.2 enchant
WANTLIB += edataserverui-1.2 egroupwise-1.2 enchant
WANTLIB += execinfo expat fontconfig freetype gailutil gcrypt
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gnome-desktop-2 gnome-keyring gnutls
@ -44,9 +43,9 @@ WANTLIB += ltdl m nspr4 nss3 ogg pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += sasl2 smime3 soup-2.4 sqlite3 ssl ssl3 startup-notification-1
WANTLIB += stdc++ tasn1 unique-1.0 vorbis vorbisfile xcb xcb-atom
WANTLIB += xcb-aux xcb-event xcb-render xcb-render-util xml2 z
WANTLIB += xcb-aux xcb-event xcb-render xml2 z
WANTLIB += gdata gtkhtml-editor-3.14 lber-2.3 ldap-2.3 nssutil3
WANTLIB += proxy soup-gnome-2.4
WANTLIB += proxy soup-gnome-2.4 GL Xxf86vm drm softokn3 xcb-shm
WANTLIB += lib/evolution/${EVO_VERSION}/art_lgpl
WANTLIB += lib/evolution/${EVO_VERSION}/gnomecanvas
WANTLIB += lib/evolution/${EVO_VERSION}/essmime

View File

@ -1,5 +1,5 @@
MD5 (evolution-exchange-2.32.0.tar.bz2) = QEwQiOX5Rvrk0WS25o9G0w==
RMD160 (evolution-exchange-2.32.0.tar.bz2) = EVtM5O2mvTQlEH2RkNMScPpxll8=
SHA1 (evolution-exchange-2.32.0.tar.bz2) = OJCHZ1/PS+PnkzJ5PGQJAGDMtRc=
SHA256 (evolution-exchange-2.32.0.tar.bz2) = 4jeFxk1O5y93BvY4OT71mXKUdSqbOPahVtm0ERrd5wU=
SIZE (evolution-exchange-2.32.0.tar.bz2) = 1296449
MD5 (evolution-exchange-2.32.1.tar.bz2) = W1MXVXs3kcdhkqMVe5gyEw==
RMD160 (evolution-exchange-2.32.1.tar.bz2) = ZxBeFygR+QQThhVuGifUVjl/ZRU=
SHA1 (evolution-exchange-2.32.1.tar.bz2) = WmsDjrAnteaBAnPp0fbxbPqnScA=
SHA256 (evolution-exchange-2.32.1.tar.bz2) = MA4v2ZXq7NLQh3tAjMjGs9JkZ6o25BsdaQ+FY7Hfna4=
SIZE (evolution-exchange-2.32.1.tar.bz2) = 1307820

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.3 2010/09/30 08:40:22 ajacoutot Exp $
--- configure.orig Mon Sep 27 15:17:03 2010
+++ configure Thu Sep 30 10:17:12 2010
@@ -15442,7 +15442,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
$OpenBSD: patch-configure,v 1.4 2010/11/16 09:18:15 ajacoutot Exp $
--- configure.orig Mon Nov 15 11:57:09 2010
+++ configure Tue Nov 16 09:58:55 2010
@@ -15439,7 +15439,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
LIBS_save="$LIBS"
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"