svn commit: r472326 - in head/mail/mew: . files

Tilman Keskinoz arved at FreeBSD.org
Wed Jun 13 14:33:18 UTC 2018


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


More information about the svn-ports-all mailing list