Date: Fri, 15 May 2026 05:49:48 +0000 From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Toshimichi Masubuchi <t.masub@gmail.com> Subject: git: 19f522220418 - main - mail/mew: Update 6.10 => 6.11, take maintainership Message-ID: <6a06b3fc.19a87.33c3b14d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=19f522220418bfce759b47a842b6b80a4fff732b commit 19f522220418bfce759b47a842b6b80a4fff732b Author: Toshimichi Masubuchi <t.masub@gmail.com> AuthorDate: 2026-05-15 05:45:16 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-15 05:49:39 +0000 mail/mew: Update 6.10 => 6.11, take maintainership Changelog: https://github.com/kazu-yamamoto/Mew/blob/v6.11/RELEASENOTE.md * Byte compilation of elisp has been disabled. This aligns with the overhaul of the Emacs Lisp ports framework in bc45b7ec88. * This excludes the installation of elisp files for win32. PR: 295220 Sponsored by: UNIS Labs --- mail/mew/Makefile | 9 ++------- mail/mew/distinfo | 6 +++--- mail/mew/files/patch-elisp__Makefile | 20 ++++++++++++++++++++ mail/mew/pkg-descr | 2 +- mail/mew/pkg-plist | 4 ++-- 5 files changed, 28 insertions(+), 13 deletions(-) diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 0ea9c567f828..9ab581d0de9a 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -1,10 +1,9 @@ PORTNAME= mew -DISTVERSION= 6.10 -PORTREVISION= 2 +DISTVERSION= 6.11 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= t.masub@gmail.com COMMENT= Messaging in the Emacs World for emacs WWW= https://www.Mew.org/ @@ -41,10 +40,6 @@ STUNNEL_DESC= Support TLS feature using stunnel DATABASE_RUN_DEPENDS= rubygem-sqlite3>=0:databases/rubygem-sqlite3 STUNNEL_RUN_DEPENDS= stunnel>=0:security/stunnel -post-install: - @${FIND} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/mew \ - -name "*.elc" -delete - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${WRKSRC}/CHANGES/*.md ${STAGEDIR}${DOCSDIR} diff --git a/mail/mew/distinfo b/mail/mew/distinfo index 13bd264c6e1c..3091046e27e5 100644 --- a/mail/mew/distinfo +++ b/mail/mew/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751976623 -SHA256 (mew-6.10.tar.gz) = c3c55dc024a3947f567c715340dd609784b58d6d7a048a0a3b7578212614ce4a -SIZE (mew-6.10.tar.gz) = 1020754 +TIMESTAMP = 1778551374 +SHA256 (mew-6.11.tar.gz) = a084c1703007cb143d208094655750aa9e23a6a09fa7dfd9b0ed641411175e1a +SIZE (mew-6.11.tar.gz) = 1019751 diff --git a/mail/mew/files/patch-elisp__Makefile b/mail/mew/files/patch-elisp__Makefile new file mode 100644 index 000000000000..a43ffda8d66d --- /dev/null +++ b/mail/mew/files/patch-elisp__Makefile @@ -0,0 +1,20 @@ +--- elisp/Makefile.orig 2026-04-03 03:20:44 UTC ++++ elisp/Makefile +@@ -123,13 +123,14 @@ + @echo "(defun mew-compile () (mapcar (lambda (x) (byte-compile-file (symbol-name x))) '($(SRCS))))" >> $(TEMPFILE) + + .PHONY: install-elisp +-install-elisp: $(OBJS) ++#install-elisp: $(OBJS) ++install-elisp: + -@if [ ! -d $(DESTDIR)$(elispdir) ]; then \ + $(MKDIR) $(DESTDIR)$(elispdir); \ + fi + $(CP) $(SRCS) $(DESTDIR)$(elispdir) +- $(CP) $(EXTRA_SRCS) $(DESTDIR)$(elispdir) +- $(CP) $(OBJS) $(DESTDIR)$(elispdir) ++# $(CP) $(EXTRA_SRCS) $(DESTDIR)$(elispdir) ++# $(CP) $(OBJS) $(DESTDIR)$(elispdir) + + ################################################################ + diff --git a/mail/mew/pkg-descr b/mail/mew/pkg-descr index 49da6831641b..fbe134479c4f 100644 --- a/mail/mew/pkg-descr +++ b/mail/mew/pkg-descr @@ -1,2 +1,2 @@ Mew is a user interface for text messages, multimedia messages(MIME), -news articles and security functionality including PGP, SSH and SSL. +news articles and security functionality including PGP, SSH and TLS. diff --git a/mail/mew/pkg-plist b/mail/mew/pkg-plist index 91bdef71f932..8aa064aed3d1 100644 --- a/mail/mew/pkg-plist +++ b/mail/mew/pkg-plist @@ -71,6 +71,7 @@ share/man/man1/smew.1.gz %%EMACS_SITE_LISPDIR%%/mew/mew-fib.el %%EMACS_SITE_LISPDIR%%/mew/mew-func.el %%EMACS_SITE_LISPDIR%%/mew/mew-gemacs.el +%%EMACS_SITE_LISPDIR%%/mew/mew-gnutls.el %%EMACS_SITE_LISPDIR%%/mew/mew-header.el %%EMACS_SITE_LISPDIR%%/mew/mew-highlight.el %%EMACS_SITE_LISPDIR%%/mew/mew-imap.el @@ -101,7 +102,7 @@ share/man/man1/smew.1.gz %%EMACS_SITE_LISPDIR%%/mew/mew-smtp.el %%EMACS_SITE_LISPDIR%%/mew/mew-sort.el %%EMACS_SITE_LISPDIR%%/mew/mew-ssh.el -%%EMACS_SITE_LISPDIR%%/mew/mew-ssl.el +%%EMACS_SITE_LISPDIR%%/mew/mew-stunnel.el %%EMACS_SITE_LISPDIR%%/mew/mew-summary.el %%EMACS_SITE_LISPDIR%%/mew/mew-summary2.el %%EMACS_SITE_LISPDIR%%/mew/mew-summary3.el @@ -114,5 +115,4 @@ share/man/man1/smew.1.gz %%EMACS_SITE_LISPDIR%%/mew/mew-vars3.el %%EMACS_SITE_LISPDIR%%/mew/mew-varsx.el %%EMACS_SITE_LISPDIR%%/mew/mew-virtual.el -%%EMACS_SITE_LISPDIR%%/mew/mew-win32.el %%EMACS_SITE_LISPDIR%%/mew/mew.elhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a06b3fc.19a87.33c3b14d>
