View | Details | Raw Unified | Return to bug 228861 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mew
4
PORTNAME=	mew
5
PORTVERSION=	6.7
5
PORTVERSION=	6.8
6
PORTREVISION=	4
7
CATEGORIES=	mail elisp
6
CATEGORIES=	mail elisp
8
MASTER_SITES=	http://www.mew.org/Release/
7
MASTER_SITES=	http://www.mew.org/Release/
9
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
8
PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
Lines 31-37 Link Here
31
PORTDOCS=	00api 00changes.0 00changes.1 00changes.2 00changes.3 \
30
PORTDOCS=	00api 00changes.0 00changes.1 00changes.2 00changes.3 \
32
		00changes.4.1 00changes.4.2 00changes.5.1 00changes.5.2 \
31
		00changes.4.1 00changes.4.2 00changes.5.1 00changes.5.2 \
33
		00changes.6.1 00changes.6.2 00changes.6.3 00changes.6.4 \
32
		00changes.6.1 00changes.6.2 00changes.6.3 00changes.6.4 \
34
		00changes.6.5 00changes.6.6 00changes.6.7 \
33
		00changes.6.5 00changes.6.6 00changes.6.7 00changes.6.8 \
35
		00diff 00readme dot.emacs dot.mew dot.theme
34
		00diff 00readme dot.emacs dot.mew dot.theme
36
35
37
OPTIONS_DEFINE=	DATABASE DOCS STUNNEL
36
OPTIONS_DEFINE=	DATABASE DOCS STUNNEL
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mew-6.7.tar.gz) = 7e801f53feb37a1d1b755c1e5ce67cf865bb96be42dfc5487f7b9c3f859fdf0d
1
TIMESTAMP = 1528617894
2
SIZE (mew-6.7.tar.gz) = 991383
2
SHA256 (mew-6.8.tar.gz) = cf44c4f9ca704ba1edce7134bc7f38a17361391d5be1090221431a3a06f6bf47
3
SIZE (mew-6.8.tar.gz) = 991876
(-)files/patch-bin__Makefile.in (-4 / +4 lines)
Lines 1-6 Link Here
1
--- ./bin/Makefile.in.orig	2008-02-18 19:24:27.000000000 +0900
1
--- bin/Makefile.in.orig	2018-06-07 05:48:29 UTC
2
+++ ./bin/Makefile.in	2010-01-04 12:06:23.000000000 +0900
2
+++ bin/Makefile.in
3
@@ -25,7 +25,9 @@
3
@@ -25,7 +25,9 @@ LDFLAGS = @LDFLAGS@
4
 COFLAG = -o $@ 
4
 COFLAG = -o $@ 
5
 LIBS = @LIBS@
5
 LIBS = @LIBS@
6
 
6
 
Lines 11-17 Link Here
11
 LN = ln
11
 LN = ln
12
 RM = rm -f
12
 RM = rm -f
13
 MKDIR = mkdir -p
13
 MKDIR = mkdir -p
14
@@ -105,31 +107,31 @@
14
@@ -105,31 +107,31 @@ install: all
15
 	-@if [ ! -d $(DESTDIR)$(bindir) ]; then \
15
 	-@if [ ! -d $(DESTDIR)$(bindir) ]; then \
16
 		$(MKDIR) $(DESTDIR)$(bindir); \
16
 		$(MKDIR) $(DESTDIR)$(bindir); \
17
 	fi
17
 	fi
(-)files/patch-info__Makefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- ./info/Makefile.orig	2011-10-19 17:46:38.000000000 +0900
1
--- info/Makefile.orig	2018-06-07 05:48:29 UTC
2
+++ ./info/Makefile	2011-11-21 19:26:11.000000000 +0900
2
+++ info/Makefile
3
@@ -15,7 +15,7 @@
3
@@ -15,7 +15,7 @@
4
 ## EDIT THE FOLLOWINGS
4
 ## EDIT THE FOLLOWINGS
5
 ##
5
 ##
Lines 9-15 Link Here
9
 infodir=$(prefix)/info
9
 infodir=$(prefix)/info
10
 
10
 
11
 EMACS=emacs
11
 EMACS=emacs
12
@@ -48,20 +48,20 @@
12
@@ -48,20 +48,20 @@ all: info
13
 info:
13
 info:
14
 	sed -e 's/@setfilename mew.ja.info/@setfilename mew.info/' \
14
 	sed -e 's/@setfilename mew.ja.info/@setfilename mew.info/' \
15
 	    -e 's/@set ja/@set en/' mew.texi > tmp.texi
15
 	    -e 's/@set ja/@set en/' mew.texi > tmp.texi
(-)files/patch-mew-ssl.el (-11 lines)
Lines 1-11 Link Here
1
--- mew-ssl.el.orig	2018-05-26 06:07:04.349903000 +0900
2
+++ mew-ssl.el	2018-05-26 06:14:42.303658000 +0900
3
@@ -241,7 +241,7 @@
4
       (mew-ssl-set-string pnm string)
5
       (setq string (concat prev-str string))
6
       (cond
7
-       ((string-match "Negotiated \\|opened with SSL" string)
8
+       ((string-match "Negotiated \\| ciphersuite:\\|opened with SSL" string)
9
 	(mew-ssl-set-status pnm t))
10
        ((string-match "Failed to initialize" string)
11
 	(mew-ssl-set-status pnm t)) ;; xxx

Return to bug 228861