From owner-dev-commits-ports-main@freebsd.org Mon May 24 01:46:38 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 561DC6538A2; Mon, 24 May 2021 01:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FpKnV1gZCz4j8M; Mon, 24 May 2021 01:46:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F048B21D2A; Mon, 24 May 2021 01:46:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14O1kb2s008288; Mon, 24 May 2021 01:46:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14O1kb7V008287; Mon, 24 May 2021 01:46:37 GMT (envelope-from git) Date: Mon, 24 May 2021 01:46:37 GMT Message-Id: <202105240146.14O1kb7V008287@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: 7e6e3d2fec4c - main - mail/evolution: Update to 3.40.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 7e6e3d2fec4c9b336e3c5d145e4ad7552c2be1ca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 01:46:38 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=7e6e3d2fec4c9b336e3c5d145e4ad7552c2be1ca commit 7e6e3d2fec4c9b336e3c5d145e4ad7552c2be1ca Author: Neel Chauhan AuthorDate: 2021-05-23 17:52:47 +0000 Commit: Neel Chauhan CommitDate: 2021-05-24 01:46:39 +0000 mail/evolution: Update to 3.40.1 --- mail/evolution/Makefile | 2 +- mail/evolution/distinfo | 6 +-- .../patch-cmake_modules_PrintableOptions.cmake | 53 ---------------------- .../patch-cmake_modules_SetupBuildFlags.cmake | 20 -------- mail/evolution/pkg-plist | 20 ++++++++ 5 files changed, 24 insertions(+), 77 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 9be25802c86c..c4bf8e09f602 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,7 +1,7 @@ # Created by: Ade Lovett PORTNAME= evolution -DISTVERSION= 3.40.0 +DISTVERSION= 3.40.1 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo index 8ad847469c4b..28ca06697207 100644 --- a/mail/evolution/distinfo +++ b/mail/evolution/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617742080 -SHA256 (gnome/evolution-3.40.0.tar.xz) = 030a27b46c971835821c1b04d9023f9ff8f4113e1a411633dee403112033d51b -SIZE (gnome/evolution-3.40.0.tar.xz) = 12215660 +TIMESTAMP = 1621742766 +SHA256 (gnome/evolution-3.40.1.tar.xz) = 2f7962bc9fd0263822c6fbd1f74aa1b418a80af1bb7a516c86c903a8dfd2c41e +SIZE (gnome/evolution-3.40.1.tar.xz) = 12223944 diff --git a/mail/evolution/files/patch-cmake_modules_PrintableOptions.cmake b/mail/evolution/files/patch-cmake_modules_PrintableOptions.cmake deleted file mode 100644 index f9287b27e8ce..000000000000 --- a/mail/evolution/files/patch-cmake_modules_PrintableOptions.cmake +++ /dev/null @@ -1,53 +0,0 @@ ---- cmake/modules/PrintableOptions.cmake.orig 2021-03-19 06:41:05 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("${_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/files/patch-cmake_modules_SetupBuildFlags.cmake b/mail/evolution/files/patch-cmake_modules_SetupBuildFlags.cmake deleted file mode 100644 index f3fc4a82a8b0..000000000000 --- a/mail/evolution/files/patch-cmake_modules_SetupBuildFlags.cmake +++ /dev/null @@ -1,20 +0,0 @@ ---- cmake/modules/SetupBuildFlags.cmake.orig 2021-03-19 06:41:05 UTC -+++ cmake/modules/SetupBuildFlags.cmake -@@ -20,7 +20,7 @@ macro(setup_build_flags _maintainer_mode) - -Wundef - -Wwrite-strings - -Wno-cast-function-type -- -no-undefined -+ -Wl,--no-undefined - -fno-strict-aliasing - ) - -@@ -34,7 +34,7 @@ macro(setup_build_flags _maintainer_mode) - else(${_maintainer_mode}) - list(APPEND proposed_flags - -Wno-deprecated-declarations -- -Wno-missing-include-dir) -+ -Wno-missing-include-dirs) - endif(${_maintainer_mode}) - - list(APPEND proposed_c_flags diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 9816d6930b0f..6400bbd6075d 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -951,6 +951,7 @@ share/help/C/evolution/figures/color-5c3566.png share/help/C/evolution/figures/color-8f5902.png share/help/C/evolution/figures/color-a40000.png share/help/C/evolution/figures/color-c4a000.png +share/help/C/evolution/figures/color-ccccccffffff.png share/help/C/evolution/figures/color-ce5c00.png share/help/C/evolution/figures/evolutionlogo.png share/help/C/evolution/figures/html-composer-insert-image.png @@ -1180,6 +1181,7 @@ share/help/ca/evolution/figures/color-5c3566.png share/help/ca/evolution/figures/color-8f5902.png share/help/ca/evolution/figures/color-a40000.png share/help/ca/evolution/figures/color-c4a000.png +share/help/ca/evolution/figures/color-ccccccffffff.png share/help/ca/evolution/figures/color-ce5c00.png share/help/ca/evolution/figures/evolutionlogo.png share/help/ca/evolution/figures/html-composer-insert-image.png @@ -1409,6 +1411,7 @@ share/help/cs/evolution/figures/color-5c3566.png share/help/cs/evolution/figures/color-8f5902.png share/help/cs/evolution/figures/color-a40000.png share/help/cs/evolution/figures/color-c4a000.png +share/help/cs/evolution/figures/color-ccccccffffff.png share/help/cs/evolution/figures/color-ce5c00.png share/help/cs/evolution/figures/evolutionlogo.png share/help/cs/evolution/figures/html-composer-insert-image.png @@ -1638,6 +1641,7 @@ share/help/de/evolution/figures/color-5c3566.png share/help/de/evolution/figures/color-8f5902.png share/help/de/evolution/figures/color-a40000.png share/help/de/evolution/figures/color-c4a000.png +share/help/de/evolution/figures/color-ccccccffffff.png share/help/de/evolution/figures/color-ce5c00.png share/help/de/evolution/figures/evolutionlogo.png share/help/de/evolution/figures/html-composer-insert-image.png @@ -1867,6 +1871,7 @@ share/help/el/evolution/figures/color-5c3566.png share/help/el/evolution/figures/color-8f5902.png share/help/el/evolution/figures/color-a40000.png share/help/el/evolution/figures/color-c4a000.png +share/help/el/evolution/figures/color-ccccccffffff.png share/help/el/evolution/figures/color-ce5c00.png share/help/el/evolution/figures/evolutionlogo.png share/help/el/evolution/figures/html-composer-insert-image.png @@ -2096,6 +2101,7 @@ share/help/en_GB/evolution/figures/color-5c3566.png share/help/en_GB/evolution/figures/color-8f5902.png share/help/en_GB/evolution/figures/color-a40000.png share/help/en_GB/evolution/figures/color-c4a000.png +share/help/en_GB/evolution/figures/color-ccccccffffff.png share/help/en_GB/evolution/figures/color-ce5c00.png share/help/en_GB/evolution/figures/evolutionlogo.png share/help/en_GB/evolution/figures/html-composer-insert-image.png @@ -2325,6 +2331,7 @@ share/help/es/evolution/figures/color-5c3566.png share/help/es/evolution/figures/color-8f5902.png share/help/es/evolution/figures/color-a40000.png share/help/es/evolution/figures/color-c4a000.png +share/help/es/evolution/figures/color-ccccccffffff.png share/help/es/evolution/figures/color-ce5c00.png share/help/es/evolution/figures/evolutionlogo.png share/help/es/evolution/figures/html-composer-insert-image.png @@ -2554,6 +2561,7 @@ share/help/eu/evolution/figures/color-5c3566.png share/help/eu/evolution/figures/color-8f5902.png share/help/eu/evolution/figures/color-a40000.png share/help/eu/evolution/figures/color-c4a000.png +share/help/eu/evolution/figures/color-ccccccffffff.png share/help/eu/evolution/figures/color-ce5c00.png share/help/eu/evolution/figures/evolutionlogo.png share/help/eu/evolution/figures/html-composer-insert-image.png @@ -2783,6 +2791,7 @@ share/help/fr/evolution/figures/color-5c3566.png share/help/fr/evolution/figures/color-8f5902.png share/help/fr/evolution/figures/color-a40000.png share/help/fr/evolution/figures/color-c4a000.png +share/help/fr/evolution/figures/color-ccccccffffff.png share/help/fr/evolution/figures/color-ce5c00.png share/help/fr/evolution/figures/evolutionlogo.png share/help/fr/evolution/figures/html-composer-insert-image.png @@ -3012,6 +3021,7 @@ share/help/gl/evolution/figures/color-5c3566.png share/help/gl/evolution/figures/color-8f5902.png share/help/gl/evolution/figures/color-a40000.png share/help/gl/evolution/figures/color-c4a000.png +share/help/gl/evolution/figures/color-ccccccffffff.png share/help/gl/evolution/figures/color-ce5c00.png share/help/gl/evolution/figures/evolutionlogo.png share/help/gl/evolution/figures/html-composer-insert-image.png @@ -3241,6 +3251,7 @@ share/help/hu/evolution/figures/color-5c3566.png share/help/hu/evolution/figures/color-8f5902.png share/help/hu/evolution/figures/color-a40000.png share/help/hu/evolution/figures/color-c4a000.png +share/help/hu/evolution/figures/color-ccccccffffff.png share/help/hu/evolution/figures/color-ce5c00.png share/help/hu/evolution/figures/evolutionlogo.png share/help/hu/evolution/figures/html-composer-insert-image.png @@ -3470,6 +3481,7 @@ share/help/id/evolution/figures/color-5c3566.png share/help/id/evolution/figures/color-8f5902.png share/help/id/evolution/figures/color-a40000.png share/help/id/evolution/figures/color-c4a000.png +share/help/id/evolution/figures/color-ccccccffffff.png share/help/id/evolution/figures/color-ce5c00.png share/help/id/evolution/figures/evolutionlogo.png share/help/id/evolution/figures/html-composer-insert-image.png @@ -3699,6 +3711,7 @@ share/help/mk/evolution/figures/color-5c3566.png share/help/mk/evolution/figures/color-8f5902.png share/help/mk/evolution/figures/color-a40000.png share/help/mk/evolution/figures/color-c4a000.png +share/help/mk/evolution/figures/color-ccccccffffff.png share/help/mk/evolution/figures/color-ce5c00.png share/help/mk/evolution/figures/evolutionlogo.png share/help/mk/evolution/figures/html-composer-insert-image.png @@ -3928,6 +3941,7 @@ share/help/oc/evolution/figures/color-5c3566.png share/help/oc/evolution/figures/color-8f5902.png share/help/oc/evolution/figures/color-a40000.png share/help/oc/evolution/figures/color-c4a000.png +share/help/oc/evolution/figures/color-ccccccffffff.png share/help/oc/evolution/figures/color-ce5c00.png share/help/oc/evolution/figures/evolutionlogo.png share/help/oc/evolution/figures/html-composer-insert-image.png @@ -4157,6 +4171,7 @@ share/help/ru/evolution/figures/color-5c3566.png share/help/ru/evolution/figures/color-8f5902.png share/help/ru/evolution/figures/color-a40000.png share/help/ru/evolution/figures/color-c4a000.png +share/help/ru/evolution/figures/color-ccccccffffff.png share/help/ru/evolution/figures/color-ce5c00.png share/help/ru/evolution/figures/evolutionlogo.png share/help/ru/evolution/figures/html-composer-insert-image.png @@ -4386,6 +4401,7 @@ share/help/sl/evolution/figures/color-5c3566.png share/help/sl/evolution/figures/color-8f5902.png share/help/sl/evolution/figures/color-a40000.png share/help/sl/evolution/figures/color-c4a000.png +share/help/sl/evolution/figures/color-ccccccffffff.png share/help/sl/evolution/figures/color-ce5c00.png share/help/sl/evolution/figures/evolutionlogo.png share/help/sl/evolution/figures/html-composer-insert-image.png @@ -4615,6 +4631,7 @@ share/help/sv/evolution/figures/color-5c3566.png share/help/sv/evolution/figures/color-8f5902.png share/help/sv/evolution/figures/color-a40000.png share/help/sv/evolution/figures/color-c4a000.png +share/help/sv/evolution/figures/color-ccccccffffff.png share/help/sv/evolution/figures/color-ce5c00.png share/help/sv/evolution/figures/evolutionlogo.png share/help/sv/evolution/figures/html-composer-insert-image.png @@ -4844,6 +4861,7 @@ share/help/te/evolution/figures/color-5c3566.png share/help/te/evolution/figures/color-8f5902.png share/help/te/evolution/figures/color-a40000.png share/help/te/evolution/figures/color-c4a000.png +share/help/te/evolution/figures/color-ccccccffffff.png share/help/te/evolution/figures/color-ce5c00.png share/help/te/evolution/figures/evolutionlogo.png share/help/te/evolution/figures/html-composer-insert-image.png @@ -5073,6 +5091,7 @@ share/help/uk/evolution/figures/color-5c3566.png share/help/uk/evolution/figures/color-8f5902.png share/help/uk/evolution/figures/color-a40000.png share/help/uk/evolution/figures/color-c4a000.png +share/help/uk/evolution/figures/color-ccccccffffff.png share/help/uk/evolution/figures/color-ce5c00.png share/help/uk/evolution/figures/evolutionlogo.png share/help/uk/evolution/figures/html-composer-insert-image.png @@ -5302,6 +5321,7 @@ share/help/zh_CN/evolution/figures/color-5c3566.png share/help/zh_CN/evolution/figures/color-8f5902.png share/help/zh_CN/evolution/figures/color-a40000.png share/help/zh_CN/evolution/figures/color-c4a000.png +share/help/zh_CN/evolution/figures/color-ccccccffffff.png share/help/zh_CN/evolution/figures/color-ce5c00.png share/help/zh_CN/evolution/figures/evolutionlogo.png share/help/zh_CN/evolution/figures/html-composer-insert-image.png