Index: head/mail/mew/Makefile =================================================================== --- head/mail/mew/Makefile (revision 472325) +++ head/mail/mew/Makefile (revision 472326) @@ -1,51 +1,51 @@ # Created by: Kiriyama Kazuhiko # $FreeBSD$ PORTNAME= mew PORTVERSION= 6.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Messaging in the Emacs World for emacs LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/00copyright USES= emacs SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-elispdir=${LOCALBASE}/${EMACS_SITE_LISPDIR}/mew \ --with-etcdir=${LOCALBASE}/${EMACS_SITE_LISPDIR}/mew/etc # target name for make build and install ALL_TARGET= all info INSTALL_TARGET= install INFO= mew DOCS_ALL_TARGET= jinfo DOCS_INSTALL_TARGET= install-jinfo 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 \ 00diff 00readme dot.emacs dot.mew dot.theme OPTIONS_DEFINE= DATABASE DOCS STUNNEL OPTIONS_DEFAULT=STUNNEL DATABASE_DESC= Support database feature (with Ruby & Sqlite3) DATABASE_RUN_DEPENDS= rubygem-sqlite3>=0:databases/rubygem-sqlite3 STUNNEL_DESC= Support SSL feature using stunnel STUNNEL_RUN_DEPENDS= stunnel>=0:security/stunnel post-install: @${RM} ${STAGEDIR}${PREFIX}/${INFO_PATH}/*.info.~1~ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Index: head/mail/mew/files/patch-mew-ssl.el =================================================================== --- head/mail/mew/files/patch-mew-ssl.el (nonexistent) +++ head/mail/mew/files/patch-mew-ssl.el (revision 472326) @@ -0,0 +1,11 @@ +--- 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 Property changes on: head/mail/mew/files/patch-mew-ssl.el ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property