diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 01:02:12 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-06 01:02:12 +0800 |
commit | a8049fc5d7818c6bf93d81a61724999e6adf1299 (patch) | |
tree | adddf8966f09ee86a1d871487459b8fe042c0f36 /databases | |
parent | f1163cc2ce2e1e6fbea8bdee2c596dd8daac60ee (diff) | |
download | marcuscom-ports-a8049fc5d7818c6bf93d81a61724999e6adf1299.tar.gz marcuscom-ports-a8049fc5d7818c6bf93d81a61724999e6adf1299.tar.zst marcuscom-ports-a8049fc5d7818c6bf93d81a61724999e6adf1299.zip |
Update to 1.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4711 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
6 files changed, 10 insertions, 124 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 18a10a423..96f08a55c 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,15 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.59 2005/08/25 22:29:53 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.60 2005/08/29 03:24:21 marcus Exp $ # PORTNAME= evolution-data-server -PORTVERSION= 1.3.8 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.3 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 8dd4c221c..1b9db7d7d 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/evolution-data-server-1.3.8.tar.bz2) = c6b2992c9a8f758a4a77511a4c2d5cfd -SIZE (gnome2/evolution-data-server-1.3.8.tar.bz2) = 15019129 +MD5 (gnome2/evolution-data-server-1.4.0.tar.bz2) = a15991d5f0112b43c18fa99dfccfec1b +SIZE (gnome2/evolution-data-server-1.4.0.tar.bz2) = 14304129 diff --git a/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c index 92d2ca305..44fffa38d 100644 --- a/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c +++ b/databases/evolution-data-server/files/patch-calendar_backends_groupwise_e-cal-backend-groupwise.c @@ -1,6 +1,6 @@ ---- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Mon Jul 25 21:47:58 2005 -+++ calendar/backends/groupwise/e-cal-backend-groupwise.c Fri Jul 29 17:26:01 2005 -@@ -312,12 +312,13 @@ get_deltas (gpointer handle) +--- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Mon Sep 5 06:15:23 2005 ++++ calendar/backends/groupwise/e-cal-backend-groupwise.c Mon Sep 5 18:10:49 2005 +@@ -322,11 +322,12 @@ for (; item_list != NULL; item_list = g_list_next(item_list)) { EGwItem *item = NULL; @@ -9,18 +9,8 @@ char *cache_comp_str = NULL; const char *uid, *rid = NULL; int r_key; - -+ item = E_GW_ITEM(item_list->data); + ++ item = E_GW_ITEM(item_list->data); + modified_comp = e_gw_item_to_cal_component (item, cbgw); if (!modified_comp) { - g_message ("Invalid component returned in update"); -@@ -1048,7 +1049,7 @@ e_cal_backend_groupwise_get_static_capab - CAL_STATIC_CAPABILITY_DELEGATE_TO_MANY "," \ - CAL_STATIC_CAPABILITY_NO_ORGANIZER "," \ - CAL_STATIC_CAPABILITY_RECURRENCES_NO_MASTER "," \ -- CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING "," \ -+ CAL_STATIC_CAPABILITY_HAS_UNACCEPTED_MEETING "," \ - CAL_STATIC_CAPABILITY_SAVE_SCHEDULES); - - return GNOME_Evolution_Calendar_Success; diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_vsnprintf.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_vsnprintf.c deleted file mode 100644 index 8546a6e67..000000000 --- a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_vsnprintf.c +++ /dev/null @@ -1,10 +0,0 @@ ---- calendar/libical/src/libical/vsnprintf.c.orig Thu Aug 25 18:11:34 2005 -+++ calendar/libical/src/libical/vsnprintf.c Thu Aug 25 18:11:44 2005 -@@ -1,6 +1,6 @@ -+#include "config.h" - #if !defined(WIN32) && !defined(HAVE_SNPRINTF) - --#include "config.h" - - /* - * Revision 12: http://theos.com/~deraadt/snprintf.c diff --git a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in b/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in deleted file mode 100644 index d57d9e583..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig Tue Aug 23 13:34:13 2005 -+++ docs/reference/camel/Makefile.in Tue Aug 23 13:34:34 2005 -@@ -132,7 +132,7 @@ - HAVE_JW_FALSE = @HAVE_JW_FALSE@ - HAVE_JW_TRUE = @HAVE_JW_TRUE@ - --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - ICONV_CFLAGS = @ICONV_CFLAGS@ - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index 285aabf0f..c5c5ab9c2 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -346,87 +346,6 @@ libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc libexec/camel-index-control-%%EVO_VERSION%% libexec/camel-lock-helper-%%EVO_VERSION%% libexec/evolution-data-server-%%VERSION%% -share/doc/camel/Addresses.html -share/doc/camel/CamelAddress.html -share/doc/camel/CamelCipherContext.html -share/doc/camel/CamelDataWrapper.html -share/doc/camel/CamelFolder.html -share/doc/camel/CamelFolderSummary.html -share/doc/camel/CamelGpgContext.html -share/doc/camel/CamelInternetAddress.html -share/doc/camel/CamelMedium.html -share/doc/camel/CamelMimeFilter.html -share/doc/camel/CamelMimeFilterBasic.html -share/doc/camel/CamelMimeFilterBestenc.html -share/doc/camel/CamelMimeFilterCRLF.html -share/doc/camel/CamelMimeFilterCanon.html -share/doc/camel/CamelMimeFilterCharset.html -share/doc/camel/CamelMimeFilterEnriched.html -share/doc/camel/CamelMimeFilterFrom.html -share/doc/camel/CamelMimeFilterHTML.html -share/doc/camel/CamelMimeFilterIndex.html -share/doc/camel/CamelMimeFilterSave.html -share/doc/camel/CamelMimeFilterToHTML.html -share/doc/camel/CamelMimeFilterWindows.html -share/doc/camel/CamelMimeFilterYenc.html -share/doc/camel/CamelMimeMessage.html -share/doc/camel/CamelMimeParser.html -share/doc/camel/CamelMimePart.html -share/doc/camel/CamelMultipart.html -share/doc/camel/CamelMultipartEncrypted.html -share/doc/camel/CamelMultipartSigned.html -share/doc/camel/CamelObject.html -share/doc/camel/CamelOfflineFolder.html -share/doc/camel/CamelOfflineJournal.html -share/doc/camel/CamelOfflineStore.html -share/doc/camel/CamelSasl.html -share/doc/camel/CamelSaslAnonymous.html -share/doc/camel/CamelSaslCramMd5.html -share/doc/camel/CamelSaslDigestMd5.html -share/doc/camel/CamelSaslGssapi.html -share/doc/camel/CamelSaslKerberos4.html -share/doc/camel/CamelSaslLogin.html -share/doc/camel/CamelSaslNTLM.html -share/doc/camel/CamelSaslPlain.html -share/doc/camel/CamelSeekableStream.html -share/doc/camel/CamelSeekableSubstream.html -share/doc/camel/CamelService.html -share/doc/camel/CamelSession.html -share/doc/camel/CamelStore.html -share/doc/camel/CamelStoreSummary.html -share/doc/camel/CamelStream.html -share/doc/camel/CamelStreamBuffer.html -share/doc/camel/CamelStreamFilter.html -share/doc/camel/CamelStreamFs.html -share/doc/camel/CamelStreamMem.html -share/doc/camel/CamelStreamNull.html -share/doc/camel/CamelTcpStream.html -share/doc/camel/CamelTcpStreamRaw.html -share/doc/camel/CamelTcpStreamSSL.html -share/doc/camel/CamelTransport.html -share/doc/camel/CamelVTrashFolder.html -share/doc/camel/CamelVeeFolder.html -share/doc/camel/ClassTree.html -share/doc/camel/Crypto.html -share/doc/camel/Filters.html -share/doc/camel/Folders.html -share/doc/camel/Fundamentals.html -share/doc/camel/MIME.html -share/doc/camel/Services.html -share/doc/camel/Streams.html -share/doc/camel/camel-camel-exception.html -share/doc/camel/camel-camel-operation.html -share/doc/camel/camel-camel-provider.html -share/doc/camel/camel-camel-url.html -share/doc/camel/camel.devhelp -share/doc/camel/classes.html -share/doc/camel/home.png -share/doc/camel/index.html -share/doc/camel/index.sgml -share/doc/camel/left.png -share/doc/camel/right.png -share/doc/camel/style.css -share/doc/camel/up.png share/doc/libebook/EBook.html share/doc/libebook/EBookListener.html share/doc/libebook/EBookView.html @@ -1002,7 +921,6 @@ share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo @dirrm share/doc/libedata-cal @dirrm share/doc/libecal @dirrm share/doc/libebook -@dirrm share/doc/camel @dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions @dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers @dirrm lib/evolution-data-server-%%EVO_VERSION%% |