diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2018-07-29 18:41:19 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2018-07-29 18:41:19 +0000 |
commit | 46e9bf7367ef653b0fe427a4541383aa0854eae8 (patch) | |
tree | de2d16111e0e44a330561d398c811fac51903916 /mail/mew/files/patch-info__Makefile | |
parent | www/gobuffalo: Update to 0.12.4 (diff) |
mail/mew: update 6.7 -> 6.8
- Mew now supports Emacs 24.3 or later only
- Supporting stunnel 5.
- Supporting GnuPG 2.1.23 or later.
The command name should be "gpg" instead of "gpg2".
Put the following to your "~/.gnupg/gpg.conf".
no-auto-key-retrieve
auto-key-locate local
- Using LibreOffice (soffice) on Unix by default
- Regenerate patches to fix portlint warnings.
PR: 228861
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: hiroto.kagotani@gmail.com (maintainer timeout)
Relnotes: http://www.mew.org/en/relnote/release.html
Diffstat (limited to 'mail/mew/files/patch-info__Makefile')
-rw-r--r-- | mail/mew/files/patch-info__Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mew/files/patch-info__Makefile b/mail/mew/files/patch-info__Makefile index d0f6a4fc5136..59a6be1afdae 100644 --- a/mail/mew/files/patch-info__Makefile +++ b/mail/mew/files/patch-info__Makefile @@ -1,5 +1,5 @@ ---- ./info/Makefile.orig 2011-10-19 17:46:38.000000000 +0900 -+++ ./info/Makefile 2011-11-21 19:26:11.000000000 +0900 +--- info/Makefile.orig 2018-06-07 05:48:29 UTC ++++ info/Makefile @@ -15,7 +15,7 @@ ## EDIT THE FOLLOWINGS ## @@ -9,7 +9,7 @@ infodir=$(prefix)/info EMACS=emacs -@@ -48,20 +48,20 @@ +@@ -48,20 +48,20 @@ all: info info: sed -e 's/@setfilename mew.ja.info/@setfilename mew.info/' \ -e 's/@set ja/@set en/' mew.texi > tmp.texi |