diff options
author | hrs <hrs@FreeBSD.org> | 2016-03-01 12:48:22 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2016-03-01 12:48:22 +0800 |
commit | d84109d7c72f9439538b41af7d8523dc14011755 (patch) | |
tree | 3d0c2b3209563038ba71c152ffa5e70870bcb786 /mail | |
parent | 725b432be24ee13af67cbec811a858924c14f49c (diff) | |
download | freebsd-ports-gnome-d84109d7c72f9439538b41af7d8523dc14011755.tar.gz freebsd-ports-gnome-d84109d7c72f9439538b41af7d8523dc14011755.tar.zst freebsd-ports-gnome-d84109d7c72f9439538b41af7d8523dc14011755.zip |
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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mew/Makefile | 5 | ||||
-rw-r--r-- | mail/mew/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 5c154dabd53a..14d3ffc12757 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -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: diff --git a/mail/mew/distinfo b/mail/mew/distinfo index 6aa3a349cbf3..62fe913060f6 100644 --- a/mail/mew/distinfo +++ b/mail/mew/distinfo @@ -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 |