From owner-svn-ports-all@freebsd.org Wed Jun 13 14:33:18 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 45EB41010A80; Wed, 13 Jun 2018 14:33:18 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFBA7865A3; Wed, 13 Jun 2018 14:33:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D046B1ABAC; Wed, 13 Jun 2018 14:33:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5DEXHGr071173; Wed, 13 Jun 2018 14:33:17 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5DEXHBi071172; Wed, 13 Jun 2018 14:33:17 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201806131433.w5DEXHBi071172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Wed, 13 Jun 2018 14:33:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472326 - in head/mail/mew: . files X-SVN-Group: ports-head X-SVN-Commit-Author: arved X-SVN-Commit-Paths: in head/mail/mew: . files X-SVN-Commit-Revision: 472326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jun 2018 14:33:18 -0000 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