aboutsummaryrefslogtreecommitdiff
path: root/mail/mew
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2018-07-29 18:41:19 +0000
committerKurt Jaeger <pi@FreeBSD.org>2018-07-29 18:41:19 +0000
commit46e9bf7367ef653b0fe427a4541383aa0854eae8 (patch)
treede2d16111e0e44a330561d398c811fac51903916 /mail/mew
parente3c4b0a7fd2732a6372d000125d00b8f7153b910 (diff)
downloadports-46e9bf7367ef653b0fe427a4541383aa0854eae8.tar.gz
ports-46e9bf7367ef653b0fe427a4541383aa0854eae8.zip
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
Notes
Notes: svn path=/head/; revision=475670
Diffstat (limited to 'mail/mew')
-rw-r--r--mail/mew/Makefile5
-rw-r--r--mail/mew/distinfo5
-rw-r--r--mail/mew/files/patch-bin__Makefile.in8
-rw-r--r--mail/mew/files/patch-info__Makefile6
-rw-r--r--mail/mew/files/patch-mew-ssl.el11
5 files changed, 12 insertions, 23 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile
index cae7c6da4b89..852db62fdb9f 100644
--- a/mail/mew/Makefile
+++ b/mail/mew/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= mew
-PORTVERSION= 6.7
-PORTREVISION= 4
+PORTVERSION= 6.8
CATEGORIES= mail elisp
MASTER_SITES= http://www.mew.org/Release/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
@@ -31,7 +30,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.7 \
+ 00changes.6.5 00changes.6.6 00changes.6.7 00changes.6.8 \
00diff 00readme dot.emacs dot.mew dot.theme
OPTIONS_DEFINE= DATABASE DOCS STUNNEL
diff --git a/mail/mew/distinfo b/mail/mew/distinfo
index 62fe913060f6..5ff54e6d0dab 100644
--- a/mail/mew/distinfo
+++ b/mail/mew/distinfo
@@ -1,2 +1,3 @@
-SHA256 (mew-6.7.tar.gz) = 7e801f53feb37a1d1b755c1e5ce67cf865bb96be42dfc5487f7b9c3f859fdf0d
-SIZE (mew-6.7.tar.gz) = 991383
+TIMESTAMP = 1528617894
+SHA256 (mew-6.8.tar.gz) = cf44c4f9ca704ba1edce7134bc7f38a17361391d5be1090221431a3a06f6bf47
+SIZE (mew-6.8.tar.gz) = 991876
diff --git a/mail/mew/files/patch-bin__Makefile.in b/mail/mew/files/patch-bin__Makefile.in
index f362560b877a..b4466bf7a77a 100644
--- a/mail/mew/files/patch-bin__Makefile.in
+++ b/mail/mew/files/patch-bin__Makefile.in
@@ -1,6 +1,6 @@
---- ./bin/Makefile.in.orig 2008-02-18 19:24:27.000000000 +0900
-+++ ./bin/Makefile.in 2010-01-04 12:06:23.000000000 +0900
-@@ -25,7 +25,9 @@
+--- bin/Makefile.in.orig 2018-06-07 05:48:29 UTC
++++ bin/Makefile.in
+@@ -25,7 +25,9 @@ LDFLAGS = @LDFLAGS@
COFLAG = -o $@
LIBS = @LIBS@
@@ -11,7 +11,7 @@
LN = ln
RM = rm -f
MKDIR = mkdir -p
-@@ -105,31 +107,31 @@
+@@ -105,31 +107,31 @@ install: all
-@if [ ! -d $(DESTDIR)$(bindir) ]; then \
$(MKDIR) $(DESTDIR)$(bindir); \
fi
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
diff --git a/mail/mew/files/patch-mew-ssl.el b/mail/mew/files/patch-mew-ssl.el
deleted file mode 100644
index 953b19fef1b7..000000000000
--- a/mail/mew/files/patch-mew-ssl.el
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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