Update to evolution-ews-3.8.0.
This commit is contained in:
parent
48d81596d2
commit
5946db3a5a
@ -1,20 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2013/04/13 09:14:06 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2013/04/13 12:37:27 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= evolution connector for MS Exchange via EWS
|
||||
|
||||
GNOME_PROJECT= evolution-ews
|
||||
GNOME_VERSION= 3.6.4
|
||||
REVISION = 0
|
||||
GNOME_VERSION= 3.8.0
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
SHARED_LIBS += eews-1.2 1.0 # 0.0
|
||||
SHARED_LIBS += ewsutils 1.0 # 0.0
|
||||
SHARED_LIBS += lzx 1.0 # 0.0
|
||||
SHARED_LIBS += eews-1.2 1.0 # unknown
|
||||
SHARED_LIBS += ewsutils 1.0 # unknown
|
||||
SHARED_LIBS += lzx 1.0 # unknown
|
||||
|
||||
EVO_VERSION= 3.6
|
||||
EVO_VERSION= 3.8
|
||||
SUBST_VARS= EVO_VERSION
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/evolution/
|
||||
@ -29,21 +28,21 @@ WANTLIB += GL ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xt asn1 atk-1.0 atk-bridge-2.0
|
||||
WANTLIB += atspi cairo cairo-gobject camel-1.2 canberra canberra-gtk3
|
||||
WANTLIB += com_err crypto db dbus-1 dbus-glib-1 ebackend-1.2 ebook-1.2
|
||||
WANTLIB += ecal-1.2 edata-book-1.2 edata-cal-1.2 edataserver-1.2
|
||||
WANTLIB += edataserverui-3.0 enchant expat ffi fontconfig freetype
|
||||
WANTLIB += ebook-contacts-1.2 ecal-1.2 edata-book-1.2 edata-cal-1.2
|
||||
WANTLIB += edataserver-1.2 enchant expat ffi fontconfig freetype
|
||||
WANTLIB += gailutil-3 gck-1 gcr-base-3 gcrypt gdk-3 gdk_pixbuf-2.0
|
||||
WANTLIB += geoclue gio-2.0 glib-2.0 gmodule-2.0 gnome-desktop-3
|
||||
WANTLIB += gnome-keyring goa-1.0 gobject-2.0 gpg-error gssapi
|
||||
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
|
||||
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gstvideo-1.0
|
||||
WANTLIB += gthread-2.0 gtk-3 gtkhtml-4.0 gtkhtml-editor-4.0 harfbuzz
|
||||
WANTLIB += ical icalss icalvcal icudata icui18n icule icuuc javascriptcoregtk-3.0
|
||||
WANTLIB += jpeg krb5 ltdl m nspr4 nss3 nssutil3 ogg orc-0.4 p11-kit
|
||||
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
||||
WANTLIB += plc4 plds4 png pthread pthread-stubs smime3 softokn3
|
||||
WANTLIB += gobject-2.0 gpg-error graphite2 gssapi gstapp-1.0 gstaudio-1.0
|
||||
WANTLIB += gstbase-1.0 gstfft-1.0 gstpbutils-1.0 gstreamer-1.0
|
||||
WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3 gtkhtml-4.0
|
||||
WANTLIB += gtkhtml-editor-4.0 harfbuzz ical icalss icalvcal icudata
|
||||
WANTLIB += icui18n icule icuuc javascriptcoregtk-3.0 jpeg krb5
|
||||
WANTLIB += ltdl m nspr4 nss3 nssutil3 ogg orc-0.4 p11-kit pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
|
||||
WANTLIB += png pthread pthread-stubs secret-1 smime3 softokn3
|
||||
WANTLIB += soup-2.4 soup-gnome-2.4 sqlite3 ssl3 stdc++ vorbis
|
||||
WANTLIB += vorbisfile webkitgtk-3.0 xcb xcb-render xcb-shm xkbfile
|
||||
WANTLIB += xml2 xslt z
|
||||
WANTLIB += vorbisfile webkitgtk-3.0 webp xcb xcb-render xcb-shm
|
||||
WANTLIB += xkbfile xml2 xslt z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (evolution-ews-3.6.4.tar.xz) = 2Hd+PFN4tPhuYZHtZ4VUCH4JSnQutyyS4Wd5V7OvifE=
|
||||
SIZE (evolution-ews-3.6.4.tar.xz) = 513640
|
||||
SHA256 (evolution-ews-3.8.0.tar.xz) = dA91Y2wpQokuo9pEch7NmwYP8yziAHW7Pk7A9qqP3Yc=
|
||||
SIZE (evolution-ews-3.8.0.tar.xz) = 513900
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.3 2013/01/22 07:21:47 ajacoutot Exp $
|
||||
--- configure.orig Mon Jan 21 20:59:13 2013
|
||||
+++ configure Tue Jan 22 08:08:17 2013
|
||||
@@ -15454,7 +15454,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
|
||||
$OpenBSD: patch-configure,v 1.4 2013/04/13 12:37:27 ajacoutot Exp $
|
||||
--- configure.orig Sun Mar 24 02:05:14 2013
|
||||
+++ configure Sat Apr 13 14:24:40 2013
|
||||
@@ -15404,7 +15404,7 @@ $as_echo_n "checking for Kerberos 5... " >&6; }
|
||||
esac
|
||||
|
||||
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
|
||||
|
@ -1,23 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2013/01/22 07:21:47 ajacoutot Exp $
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-connection.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-enums.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-enumtypes.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-folder.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-item-change.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-item.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-message.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/e-ews-oof-settings.h
|
||||
include/evolution-data-server-${EVO_VERSION}/ews/ews-errors.h
|
||||
lib/evolution-data-server-${EVO_VERSION}/
|
||||
lib/evolution-data-server-${EVO_VERSION}/libeews-1.2.la
|
||||
@lib lib/evolution-data-server-${EVO_VERSION}/libeews-1.2.so.${LIBeews-1.2_VERSION}
|
||||
lib/evolution-data-server-${EVO_VERSION}/libewsutils.la
|
||||
@lib lib/evolution-data-server-${EVO_VERSION}/libewsutils.so.${LIBewsutils_VERSION}
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/04/13 12:37:27 ajacoutot Exp $
|
||||
include/evolution-data-server/ews/
|
||||
include/evolution-data-server/ews/e-ews-connection.h
|
||||
include/evolution-data-server/ews/e-ews-enums.h
|
||||
include/evolution-data-server/ews/e-ews-enumtypes.h
|
||||
include/evolution-data-server/ews/e-ews-folder.h
|
||||
include/evolution-data-server/ews/e-ews-item-change.h
|
||||
include/evolution-data-server/ews/e-ews-item.h
|
||||
include/evolution-data-server/ews/e-ews-message.h
|
||||
include/evolution-data-server/ews/e-ews-oof-settings.h
|
||||
include/evolution-data-server/ews/ews-errors.h
|
||||
lib/evolution-data-server/addressbook-backends/libebookbackendews.so
|
||||
lib/evolution-data-server/calendar-backends/libecalbackendews.so
|
||||
lib/evolution-data-server/camel-providers/libcamelews.so
|
||||
lib/evolution-data-server/camel-providers/libcamelews.urls
|
||||
lib/evolution-data-server/libeews-1.2.la
|
||||
@lib lib/evolution-data-server/libeews-1.2.so.${LIBeews-1.2_VERSION}
|
||||
lib/evolution-data-server/libewsutils.la
|
||||
@lib lib/evolution-data-server/libewsutils.so.${LIBewsutils_VERSION}
|
||||
lib/evolution-data-server/registry-modules/module-ews-backend.so
|
||||
lib/evolution/${EVO_VERSION}/modules/module-ews-configuration.so
|
||||
lib/liblzx.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user