aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2018-06-13 14:33:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2018-06-13 14:33:17 +0000
commitf8c7b78339d1b6f2655872aacffc05ce4b03954d (patch)
treee7a60d9593843ffa26b9c65ff7fafd2ca7049cac
parent17c9b94635992e2b9e6d1f4f877d95a80b1402b7 (diff)
Notes
-rw-r--r--mail/mew/Makefile2
-rw-r--r--mail/mew/files/patch-mew-ssl.el11
2 files changed, 12 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index c168f9f51f1e..cae7c6da4b89 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mew
PORTVERSION= 6.7
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail elisp
MASTER_SITES= http://www.mew.org/Release/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
diff --git a/mail/mew/files/patch-mew-ssl.el b/mail/mew/files/patch-mew-ssl.el
new file mode 100644
index 000000000000..953b19fef1b7
--- /dev/null
+++ b/mail/mew/files/patch-mew-ssl.el
@@ -0,0 +1,11 @@
+--- mew-ssl.el.orig 2018-05-26 06:07:04.349903000 +0900
++++ mew-ssl.el 2018-05-26 06:14:42.303658000 +0900
+@@ -241,7 +241,7 @@
+ (mew-ssl-set-string pnm string)
+ (setq string (concat prev-str string))
+ (cond
+- ((string-match "Negotiated \\|opened with SSL" string)
++ ((string-match "Negotiated \\| ciphersuite:\\|opened with SSL" string)
+ (mew-ssl-set-status pnm t))
+ ((string-match "Failed to initialize" string)
+ (mew-ssl-set-status pnm t)) ;; xxx