Date: Wed, 13 Jun 2018 14:33:17 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472326 - in head/mail/mew: . files Message-ID: <201806131433.w5DEXHBi071172@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Wed Jun 13 14:33:17 2018 New Revision: 472326 URL: https://svnweb.freebsd.org/changeset/ports/472326 Log: Fix program with stunnel >= 5.45. PR: 228496 Submitted by: t-matubara@miracle.ocn.ne.jp Approved by: maintainer timeout Added: head/mail/mew/files/patch-mew-ssl.el (contents, props changed) Modified: head/mail/mew/Makefile Modified: head/mail/mew/Makefile ============================================================================== --- head/mail/mew/Makefile Wed Jun 13 13:58:43 2018 (r472325) +++ head/mail/mew/Makefile Wed Jun 13 14:33:17 2018 (r472326) @@ -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} Added: head/mail/mew/files/patch-mew-ssl.el ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/mew/files/patch-mew-ssl.el Wed Jun 13 14:33:17 2018 (r472326) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806131433.w5DEXHBi071172>