From owner-svn-ports-head@freebsd.org Tue Mar 1 04:48:23 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EAF7AB954B; Tue, 1 Mar 2016 04:48:23 +0000 (UTC) (envelope-from hrs@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 mx1.freebsd.org (Postfix) with ESMTPS id 5618D78A; Tue, 1 Mar 2016 04:48:23 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u214mM1I030857; Tue, 1 Mar 2016 04:48:22 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u214mMrI030855; Tue, 1 Mar 2016 04:48:22 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201603010448.u214mMrI030855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Tue, 1 Mar 2016 04:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409849 - head/mail/mew X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2016 04:48:23 -0000 Author: hrs Date: Tue Mar 1 04:48:22 2016 New Revision: 409849 URL: https://svnweb.freebsd.org/changeset/ports/409849 Log: Update to 6.7. Changes include: * supporting GnuPG 2.1 for master password. * stop using discard-input. * Fix mew-scan-body() chips the last byte of the base64 decoded body * Match exactly on an email address to specify a user ID to GnuPG * Do not use exit|return with negative status code to fix bashism * Remove the trailing whitespace of w3m This whitespace was causing lines to wrap even when the text itself was correctly wrapped to the window width. * Drag and drop improvement in Windows environment UNC path files can be attached to draft mode by drag and drop. * updating auxiliary.el * Choose last preferred part in multipart/alternative * Increase mew-header-reasonable-size to 10000 * mew-summary-refile-report: Show warning when mew-header-reasonable-size does not cover the header of the selected message. Approved by: Hiroto Kagotani (maintainer) Modified: head/mail/mew/Makefile head/mail/mew/distinfo Modified: head/mail/mew/Makefile ============================================================================== --- head/mail/mew/Makefile Tue Mar 1 03:45:23 2016 (r409848) +++ head/mail/mew/Makefile Tue Mar 1 04:48:22 2016 (r409849) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mew -PORTVERSION= 6.6 -PORTREVISION= 3 +PORTVERSION= 6.7 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -38,7 +37,7 @@ DOCS_INFO= mew.ja PORTDOCS= 00api 00changes.0 00changes.1 00changes.2 00changes.3 \ 00changes.4.1 00changes.4.2 00changes.5.1 00changes.5.2 \ 00changes.6.1 00changes.6.2 00changes.6.3 00changes.6.4 \ - 00changes.6.5 00changes.6.6 \ + 00changes.6.5 00changes.6.6 00changes.6.7 \ 00diff 00readme dot.emacs dot.mew dot.theme post-install: Modified: head/mail/mew/distinfo ============================================================================== --- head/mail/mew/distinfo Tue Mar 1 03:45:23 2016 (r409848) +++ head/mail/mew/distinfo Tue Mar 1 04:48:22 2016 (r409849) @@ -1,2 +1,2 @@ -SHA256 (mew-6.6.tar.gz) = 20c879d8488620ac77144c3259fd19cebae0b63404856e426a7e8895d2f9c1e4 -SIZE (mew-6.6.tar.gz) = 989941 +SHA256 (mew-6.7.tar.gz) = 7e801f53feb37a1d1b755c1e5ce67cf865bb96be42dfc5487f7b9c3f859fdf0d +SIZE (mew-6.7.tar.gz) = 991383