diff --git a/mail/evolution-ews/Makefile b/mail/evolution-ews/Makefile index a59c826d1d72..aeae471252bd 100644 --- a/mail/evolution-ews/Makefile +++ b/mail/evolution-ews/Makefile @@ -1,34 +1,34 @@ # Created by: Koop Mast PORTNAME= evolution-ews -DISTVERSION= 3.40.0 +DISTVERSION= 3.40.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Evolution Microsoft Exchange plugin through Exchange Web Services LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= evolution>=3.0.0:mail/evolution LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libfribidi.so:converters/fribidi \ libicuuc.so:devel/icu \ libmspack.so:archivers/libmspack \ libsecret-1.so:security/libsecret \ libnspr4.so:devel/nspr \ libnss3.so:security/nss \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libical.so:devel/libical \ libjson-glib-1.0.so:devel/json-glib RUN_DEPENDS= evolution>=3.0.0:mail/evolution PORTSCOUT= limitw:1,even USES= bdb:5 compiler:c11 cmake gettext gnome localbase pathfix \ pkgconfig sqlite tar:xz USE_GNOME= cairo gdkpixbuf2 evolutiondataserver3 intltool .include diff --git a/mail/evolution-ews/distinfo b/mail/evolution-ews/distinfo index 69e254f8867d..7b5c03b9dca7 100644 --- a/mail/evolution-ews/distinfo +++ b/mail/evolution-ews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617746389 -SHA256 (gnome/evolution-ews-3.40.0.tar.xz) = e078782c6fc90b5105bbc643418b95b4818fc4334d37d6c2cda63ad5974a5f53 -SIZE (gnome/evolution-ews-3.40.0.tar.xz) = 666148 +TIMESTAMP = 1621742759 +SHA256 (gnome/evolution-ews-3.40.1.tar.xz) = a068b16ab019826362c4bd1ef80edfd8935c26c57e1b19a7f308338c996afdcd +SIZE (gnome/evolution-ews-3.40.1.tar.xz) = 672448 diff --git a/mail/evolution-ews/files/patch-cmake-modules-PrintableOptions.cmake b/mail/evolution-ews/files/patch-cmake-modules-PrintableOptions.cmake deleted file mode 100644 index f6d5534b7146..000000000000 --- a/mail/evolution-ews/files/patch-cmake-modules-PrintableOptions.cmake +++ /dev/null @@ -1,70 +0,0 @@ -commit 6d8f7d303ec319539add2f0ba5331c2dab9d23c7 -Author: Milan Crha -Date: Wed Apr 14 16:58:08 2021 +0200 - - PrintableOptions.cmake: Correct variable name comparison - - CMake 3.20.1 errors out with: - - CMake Error at cmake/modules/PrintableOptions.cmake:38 (message): - variable name cannot be empty - Call Stack (most recent call first): - CMakeLists.txt:152 (add_printable_variable) - - Change how the parameter value is compared, to fix it. - -diff --git cmake/modules/PrintableOptions.cmake cmake/modules/PrintableOptions.cmake -index ba1c9d0b..339f1da4 100644 ---- cmake/modules/PrintableOptions.cmake -+++ cmake/modules/PrintableOptions.cmake -@@ -19,40 +19,40 @@ - # prints all the build options previously added with the above functions - - macro(add_printable_variable_bare _name) -- if(_name STREQUAL "") -+ if("${_name}" STREQUAL "") - message(FATAL_ERROR "variable name cannot be empty") -- endif(_name STREQUAL "") -+ endif("${_name}" STREQUAL "") - list(APPEND _printable_options ${_name}) - endmacro() - - macro(add_printable_option _name _description _default_value) -- if(_name STREQUAL "") -+ if("${_name}" STREQUAL "") - message(FATAL_ERROR "option name cannot be empty") -- endif(_name STREQUAL "") -+ endif("${_name}" STREQUAL "") - option(${_name} ${_description} ${_default_value}) - add_printable_variable_bare(${_name}) - endmacro() - - macro(add_printable_variable _name _description _default_value) -- if(_name STREQUAL "") -+ if("${_name}" STREQUAL "") - message(FATAL_ERROR "variable name cannot be empty") -- endif(_name STREQUAL "") -+ endif("${_name}" STREQUAL "") - set(${_name} ${_default_value} CACHE STRING ${_description}) - add_printable_variable_bare(${_name}) - endmacro() - - macro(add_printable_variable_path _name _description _default_value) -- if(_name STREQUAL "") -+ if("${_name}" STREQUAL "") - message(FATAL_ERROR "path variable name cannot be empty") -- endif(_name STREQUAL "") -+ endif("${_name}" STREQUAL "") - set(${_name} ${_default_value} CACHE PATH ${_description}) - add_printable_variable_bare(${_name}) - endmacro() - - macro(add_printable_variable_filepath _name _description _default_value) -- if(_name STREQUAL "") -+ if("${_name}" STREQUAL "") - message(FATAL_ERROR "filepath variable name cannot be empty") -- endif(_name STREQUAL "") -+ endif("${_name}" STREQUAL "") - set(${_name} ${_default_value} CACHE FILEPATH ${_description}) - add_printable_variable_bare(${_name}) - endmacro() diff --git a/mail/evolution-ews/pkg-plist b/mail/evolution-ews/pkg-plist index 7af2fac88623..a5f4dad90443 100644 --- a/mail/evolution-ews/pkg-plist +++ b/mail/evolution-ews/pkg-plist @@ -1,59 +1,60 @@ lib/evolution-data-server/addressbook-backends/libebookbackendews.so lib/evolution-data-server/addressbook-backends/libebookbackendmicrosoft365.so lib/evolution-data-server/calendar-backends/libecalbackendews.so lib/evolution-data-server/calendar-backends/libecalbackendmicrosoft365.so lib/evolution-data-server/camel-providers/libcamelews.so lib/evolution-data-server/camel-providers/libcamelews.urls lib/evolution-data-server/camel-providers/libcamelmicrosoft365.so lib/evolution-data-server/camel-providers/libcamelmicrosoft365.urls lib/evolution-data-server/registry-modules/module-ews-backend.so lib/evolution-data-server/registry-modules/module-microsoft365-backend.so lib/evolution-ews/libcamelews-priv.so lib/evolution-ews/libevolution-ews.so lib/evolution-ews/libevolution-microsoft365.so lib/evolution/modules/module-ews-configuration.so lib/evolution/modules/module-microsoft365-configuration.so share/evolution-data-server/ews/windowsZones.xml share/evolution/errors/module-ews-configuration.error share/locale/as/LC_MESSAGES/evolution-ews.mo share/locale/bn_IN/LC_MESSAGES/evolution-ews.mo share/locale/bs/LC_MESSAGES/evolution-ews.mo share/locale/ca/LC_MESSAGES/evolution-ews.mo share/locale/cs/LC_MESSAGES/evolution-ews.mo share/locale/da/LC_MESSAGES/evolution-ews.mo share/locale/de/LC_MESSAGES/evolution-ews.mo share/locale/el/LC_MESSAGES/evolution-ews.mo share/locale/en_GB/LC_MESSAGES/evolution-ews.mo share/locale/es/LC_MESSAGES/evolution-ews.mo share/locale/eu/LC_MESSAGES/evolution-ews.mo share/locale/fr/LC_MESSAGES/evolution-ews.mo share/locale/gl/LC_MESSAGES/evolution-ews.mo share/locale/gu/LC_MESSAGES/evolution-ews.mo share/locale/hi/LC_MESSAGES/evolution-ews.mo share/locale/hr/LC_MESSAGES/evolution-ews.mo share/locale/hu/LC_MESSAGES/evolution-ews.mo share/locale/id/LC_MESSAGES/evolution-ews.mo +share/locale/it/LC_MESSAGES/evolution-ews.mo share/locale/ja/LC_MESSAGES/evolution-ews.mo share/locale/kn/LC_MESSAGES/evolution-ews.mo share/locale/lt/LC_MESSAGES/evolution-ews.mo share/locale/lv/LC_MESSAGES/evolution-ews.mo share/locale/mr/LC_MESSAGES/evolution-ews.mo share/locale/nb/LC_MESSAGES/evolution-ews.mo share/locale/nl/LC_MESSAGES/evolution-ews.mo share/locale/oc/LC_MESSAGES/evolution-ews.mo share/locale/or/LC_MESSAGES/evolution-ews.mo share/locale/pl/LC_MESSAGES/evolution-ews.mo share/locale/pt/LC_MESSAGES/evolution-ews.mo share/locale/pt_BR/LC_MESSAGES/evolution-ews.mo share/locale/ro/LC_MESSAGES/evolution-ews.mo share/locale/sk/LC_MESSAGES/evolution-ews.mo share/locale/sl/LC_MESSAGES/evolution-ews.mo share/locale/sr/LC_MESSAGES/evolution-ews.mo share/locale/sr@latin/LC_MESSAGES/evolution-ews.mo share/locale/sv/LC_MESSAGES/evolution-ews.mo share/locale/ta/LC_MESSAGES/evolution-ews.mo share/locale/te/LC_MESSAGES/evolution-ews.mo share/locale/tr/LC_MESSAGES/evolution-ews.mo share/locale/uk/LC_MESSAGES/evolution-ews.mo share/locale/zh_CN/LC_MESSAGES/evolution-ews.mo share/metainfo/org.gnome.Evolution-ews.metainfo.xml