databases/evolution-data-server: Update to 3.40.1

This commit is contained in:
Neel Chauhan 2021-05-23 10:52:07 -07:00
parent 4f17f7508f
commit 7bee8c2eaf
4 changed files with 6 additions and 58 deletions

View File

@ -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

View File

@ -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

View File

@ -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()

View File

@ -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