svn commit: r409849 - head/mail/mew

Hiroki Sato hrs at FreeBSD.org
Tue Mar 1 04:48:23 UTC 2016


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


More information about the svn-ports-head mailing list