- update to 3.2.1

This commit is contained in:
jasper 2011-10-16 18:29:37 +00:00
parent 9804ccbc45
commit 81e3bf0184
7 changed files with 27 additions and 33 deletions

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.101 2011/09/28 15:26:05 jasper Exp $
# $OpenBSD: Makefile,v 1.102 2011/10/16 18:29:37 jasper Exp $
SHARED_ONLY= Yes
COMMENT= unified backend for PIM programs
GNOME_PROJECT= evolution-data-server
GNOME_VERSION= 3.2.0
REVISION= 2
GNOME_VERSION= 3.2.1
# Only get the first x.y which is needed in the PLIST.
R= ${GNOME_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -46,7 +45,7 @@ WANTLIB += nss3 nssutil3 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += sasl2 smime3 soup-2.4 soup-gnome-2.4 sqlite3 ssl ssl3
WANTLIB += xcb xcb-render xcb-shm xml2 z curl idn oauth ffi
WANTLIB += kvm softokn3 goa-1.0
WANTLIB += kvm softokn3 goa-1.0 dbus-glib-1
MODULES= devel/gettext \
lang/python \

View File

@ -1,5 +1,5 @@
MD5 (evolution-data-server-3.2.0.tar.xz) = mXPJ5NK9FQyF5fvl+5qD4w==
RMD160 (evolution-data-server-3.2.0.tar.xz) = QsKRAd6MPglegeMM19B+DbIg+50=
SHA1 (evolution-data-server-3.2.0.tar.xz) = xGgn4vWTSCDBCM4HJzamM2zFfUI=
SHA256 (evolution-data-server-3.2.0.tar.xz) = 3ip15SVhQ+1+snOnikX/K6ivgciU2/F8Xa3lvjSfxCc=
SIZE (evolution-data-server-3.2.0.tar.xz) = 3726732
MD5 (evolution-data-server-3.2.1.tar.xz) = /kMEGFmdnZdPHCIsZzYoCw==
RMD160 (evolution-data-server-3.2.1.tar.xz) = O3Z6EB3DO1JbKxPEPQKXx0oqr00=
SHA1 (evolution-data-server-3.2.1.tar.xz) = 1zVlO2T+utu9RHkloG9HFKoshng=
SHA256 (evolution-data-server-3.2.1.tar.xz) = AJHkHofViamExtCJkZ/s4tKBAd9bN+Sy2GFe/fYKCcM=
SIZE (evolution-data-server-3.2.1.tar.xz) = 3724708

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-addressbook_backends_file_e-book-backend-file_c,v 1.7 2011/09/21 13:26:03 jasper Exp $
--- addressbook/backends/file/e-book-backend-file.c.orig Sun Sep 4 00:50:05 2011
+++ addressbook/backends/file/e-book-backend-file.c Sat Sep 17 09:57:03 2011
@@ -276,7 +276,7 @@ e_book_backend_file_create_unique_id (void)
$OpenBSD: patch-addressbook_backends_file_e-book-backend-file_c,v 1.8 2011/10/16 18:29:37 jasper Exp $
--- addressbook/backends/file/e-book-backend-file.c.orig Sun Oct 16 11:24:30 2011
+++ addressbook/backends/file/e-book-backend-file.c Sun Oct 16 19:12:35 2011
@@ -278,7 +278,7 @@ e_book_backend_file_create_unique_id (void)
* it's doubtful 2^32 id's will be created in a second, so we
* should be okay. */
static guint c = 0;

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2011/09/28 09:51:36 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2011/10/16 18:29:54 jasper Exp $
# No NTLM support in OpenLDAP; Plaintext password authentication will be
# used when connecting to the Global Catalog server. Consider installing
@ -10,9 +10,7 @@ SHARED_ONLY= Yes
COMMENT= evolution connector for MS Exchange
GNOME_PROJECT= evolution-exchange
GNOME_VERSION= 3.2.0
REVISION= 0
GNOME_VERSION= 3.2.1
SHARED_LIBS += exchange 0.0 # 0.0
SHARED_LIBS += xntlm 0.0 # 0.0

View File

@ -1,5 +1,5 @@
MD5 (evolution-exchange-3.2.0.tar.xz) = mQgG5br1W+BBHx/fWmf2AQ==
RMD160 (evolution-exchange-3.2.0.tar.xz) = QTIaD5yDTG/TOHVSJLux2jZnkDA=
SHA1 (evolution-exchange-3.2.0.tar.xz) = I+dCPk6aOMaRPLF3FPwybAAuOYU=
SHA256 (evolution-exchange-3.2.0.tar.xz) = 9hpeXlpRprxFwN8g16majFNh+sB+uercFd1TKa8fHyk=
SIZE (evolution-exchange-3.2.0.tar.xz) = 1136676
MD5 (evolution-exchange-3.2.1.tar.xz) = 91JZztOKqG9X7AiXgVHlNw==
RMD160 (evolution-exchange-3.2.1.tar.xz) = e2BMf7qK4fKK7U+1pTGxJOpyGQ0=
SHA1 (evolution-exchange-3.2.1.tar.xz) = 7qqq7hKX853sa0Mp5Ok45DbGrIg=
SHA256 (evolution-exchange-3.2.1.tar.xz) = 2b69GrJS6FaECfscULpajwyCNqir9yuml8lfkTTUzZw=
SIZE (evolution-exchange-3.2.1.tar.xz) = 1138816

View File

@ -1,17 +1,14 @@
# $OpenBSD: Makefile,v 1.142 2011/10/03 16:33:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.143 2011/10/16 18:29:46 jasper Exp $
COMMENT-main= integrated email and PIM software for GNOME
COMMENT-plugins= additionnal plugins for evolution
GNOME_PROJECT= evolution
GNOME_VERSION= 3.2.0
GNOME_VERSION= 3.2.1
PKGNAME-main= ${DISTNAME}
PKGNAME-plugins= evolution-plugins-${GNOME_VERSION}
REVISION-main= 5
REVISION-plugins= 2
# Only get the first x.y which is needed in the PLIST.
# NOTE: when major version changes, increment EVO_VERSION accordingly
# and bump:
@ -101,7 +98,7 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
devel/gsettings-desktop-schemas
LIB_DEPENDS-main= ${LIB_DEPENDS} \
converters/libpst \
databases/evolution-data-server>=3.2.0 \
databases/evolution-data-server>=3.2.1 \
databases/openldap \
devel/libnotify>=0.7.2 \
security/nss \

View File

@ -1,5 +1,5 @@
MD5 (evolution-3.2.0.tar.xz) = fCFD/mk0MVjKIgkDtPS1aQ==
RMD160 (evolution-3.2.0.tar.xz) = dTuI4pCuuB2mahWKEGcoxgKGsZg=
SHA1 (evolution-3.2.0.tar.xz) = 5ZXnq0ElG+7VC8srbgk0R659Km8=
SHA256 (evolution-3.2.0.tar.xz) = U4iDUxqmS+wbQ8c9uc8bWVc9EK3E2NymQB5L/6kPJG0=
SIZE (evolution-3.2.0.tar.xz) = 11412756
MD5 (evolution-3.2.1.tar.xz) = io7YIGD6BuwFfLwOlg40BQ==
RMD160 (evolution-3.2.1.tar.xz) = Mq4SdMk4Yn3yrpcbJE46ZZaKHrk=
SHA1 (evolution-3.2.1.tar.xz) = PnSBeima21gwzAdglOn3/nSgocE=
SHA256 (evolution-3.2.1.tar.xz) = JE1Pz1fVmz/gvO3dxl2l9QiyU8tkFZ5t2yvd7fjX4Zo=
SIZE (evolution-3.2.1.tar.xz) = 11472552