Date: Mon, 24 May 2021 01:46:36 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7bee8c2eaf8b - main - databases/evolution-data-server: Update to 3.40.1 Message-ID: <202105240146.14O1kaXs008266@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=7bee8c2eaf8b8179aa2ef2d3bd9967287bba70d1 commit 7bee8c2eaf8b8179aa2ef2d3bd9967287bba70d1 Author: Neel Chauhan <nc@FreeBSD.org> AuthorDate: 2021-05-23 17:52:07 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-05-24 01:46:39 +0000 databases/evolution-data-server: Update to 3.40.1 --- databases/evolution-data-server/Makefile | 3 +- databases/evolution-data-server/distinfo | 6 +-- .../patch-cmake_modules_PrintableOptions.cmake | 53 ---------------------- databases/evolution-data-server/pkg-plist | 2 + 4 files changed, 6 insertions(+), 58 deletions(-) diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 7c46d5e6cc1c..d94668ec3e16 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,8 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> PORTNAME= evolution-data-server -DISTVERSION= 3.40.0 -PORTREVISION= 1 +DISTVERSION= 3.40.1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/databases/evolution-data-server/distinfo b/databases/evolution-data-server/distinfo index 18ca307b1893..f8b4266d1747 100644 --- a/databases/evolution-data-server/distinfo +++ b/databases/evolution-data-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617742119 -SHA256 (gnome/evolution-data-server-3.40.0.tar.xz) = ed572f0cb6a2365809943449a8ccbee652681e2d9a1a7f4a54b60cbb53d87445 -SIZE (gnome/evolution-data-server-3.40.0.tar.xz) = 4623568 +TIMESTAMP = 1621742803 +SHA256 (gnome/evolution-data-server-3.40.1.tar.xz) = eac75f348aa5defbe9473fa30ab6084635ee64d8e3eaaec60a62c27f149c3e22 +SIZE (gnome/evolution-data-server-3.40.1.tar.xz) = 4625316 diff --git a/databases/evolution-data-server/files/patch-cmake_modules_PrintableOptions.cmake b/databases/evolution-data-server/files/patch-cmake_modules_PrintableOptions.cmake deleted file mode 100644 index 3652dc21274c..000000000000 --- a/databases/evolution-data-server/files/patch-cmake_modules_PrintableOptions.cmake +++ /dev/null @@ -1,53 +0,0 @@ ---- cmake/modules/PrintableOptions.cmake.orig 2021-04-22 19:58:13 UTC -+++ 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() - 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() - 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() - 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() - 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() - set(${_name} ${_default_value} CACHE FILEPATH ${_description}) - add_printable_variable_bare(${_name}) - endmacro() diff --git a/databases/evolution-data-server/pkg-plist b/databases/evolution-data-server/pkg-plist index ae53da8701b3..ed1690a5c9ba 100644 --- a/databases/evolution-data-server/pkg-plist +++ b/databases/evolution-data-server/pkg-plist @@ -88,6 +88,7 @@ include/evolution-data-server/camel/camel-sasl-plain.h include/evolution-data-server/camel/camel-sasl-popb4smtp.h include/evolution-data-server/camel/camel-sasl-xoauth2-google.h include/evolution-data-server/camel/camel-sasl-xoauth2-outlook.h +include/evolution-data-server/camel/camel-sasl-xoauth2-yahoo.h include/evolution-data-server/camel/camel-sasl-xoauth2.h include/evolution-data-server/camel/camel-sasl.h include/evolution-data-server/camel/camel-search-private.h @@ -255,6 +256,7 @@ include/evolution-data-server/libedataserver/e-network-monitor.h include/evolution-data-server/libedataserver/e-oauth2-service-base.h include/evolution-data-server/libedataserver/e-oauth2-service-google.h include/evolution-data-server/libedataserver/e-oauth2-service-outlook.h +include/evolution-data-server/libedataserver/e-oauth2-service-yahoo.h include/evolution-data-server/libedataserver/e-oauth2-service.h include/evolution-data-server/libedataserver/e-oauth2-services.h include/evolution-data-server/libedataserver/e-operation-pool.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105240146.14O1kaXs008266>