Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 02:37:54 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 653b8b469430 - main - mail/snappymail: Update to 2.18.4
Message-ID:  <202210050237.2952bs2u009070@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=653b8b4694308e85349e214dbf886055cac384f0

commit 653b8b4694308e85349e214dbf886055cac384f0
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-10-05 01:08:34 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-10-05 02:37:10 +0000

    mail/snappymail: Update to 2.18.4
    
    https://github.com/the-djmaze/snappymail/releases/tag/v2.18.4
---
 mail/snappymail/Makefile                                       |  2 +-
 mail/snappymail/distinfo                                       |  6 +++---
 ...atch-snappymail_v_2.18.4_app_libraries_RainLoop_Actions.php | 10 ++++++++++
 mail/snappymail/pkg-plist                                      |  2 +-
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/mail/snappymail/Makefile b/mail/snappymail/Makefile
index 908fb0b6b254..fdecfdb3db52 100644
--- a/mail/snappymail/Makefile
+++ b/mail/snappymail/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	snappymail
-DISTVERSION=	2.18.3
+DISTVERSION=	2.18.4
 CATEGORIES=	mail www
 MASTER_SITES=	https://github.com/the-djmaze/snappymail/releases/download/v${DISTVERSION}/
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
diff --git a/mail/snappymail/distinfo b/mail/snappymail/distinfo
index 463714c17f69..0dd8f2f8c5f8 100644
--- a/mail/snappymail/distinfo
+++ b/mail/snappymail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1664570670
-SHA256 (snappymail-2.18.3.tar.gz) = 400751edf845d39b5a56da14aaa6f0e8410b9d20f046d5f63b8dd537ca7a2fb4
-SIZE (snappymail-2.18.3.tar.gz) = 4462953
+TIMESTAMP = 1664902383
+SHA256 (snappymail-2.18.4.tar.gz) = 0d1398217e849e0563712e5659ffecbc513d010da43abbb01a9334a85f3041ff
+SIZE (snappymail-2.18.4.tar.gz) = 4458784
diff --git a/mail/snappymail/files/patch-snappymail_v_2.18.4_app_libraries_RainLoop_Actions.php b/mail/snappymail/files/patch-snappymail_v_2.18.4_app_libraries_RainLoop_Actions.php
new file mode 100644
index 000000000000..00e90583a5aa
--- /dev/null
+++ b/mail/snappymail/files/patch-snappymail_v_2.18.4_app_libraries_RainLoop_Actions.php
@@ -0,0 +1,10 @@
+--- snappymail/v/2.18.4/app/libraries/RainLoop/Actions.php.orig	2022-10-04 10:05:02 UTC
++++ snappymail/v/2.18.4/app/libraries/RainLoop/Actions.php
+@@ -749,7 +749,6 @@ class Actions
+ 					'HideUnsubscribed' => false,
+ 					'HideDeleted' => true,
+ 					'UnhideKolabFolders' => false,
+-					'MainEmail' => '',
+ 					'UserBackgroundName' => '',
+ 					'UserBackgroundHash' => '',
+ 					'SieveAllowFileintoInbox' => (bool)$oConfig->Get('labs', 'sieve_allow_fileinto_inbox', false)
diff --git a/mail/snappymail/pkg-plist b/mail/snappymail/pkg-plist
index 50b7e7f0f9b6..ab655982199b 100644
--- a/mail/snappymail/pkg-plist
+++ b/mail/snappymail/pkg-plist
@@ -794,7 +794,7 @@
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Common/Paginator.html
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Common/PopupsAsk.html
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Common/PopupsLanguages.html
-%%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Components/CheckboxMaterialDesign.html
+%%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Components/Checkbox.html
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/Components/Select.html
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/User/Login.html
 %%WWWDIR%%/snappymail/v/%%VER%%/app/templates/Views/User/MailFolderList.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210050237.2952bs2u009070>