git: 694cfbe2a427 - main - mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Feb 2024 14:29:09 UTC
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=694cfbe2a427621c16f8bd98b29dc8a5cd0a42d6 commit 694cfbe2a427621c16f8bd98b29dc8a5cd0a42d6 Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2024-02-11 14:26:39 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2024-02-11 14:28:28 +0000 mail/wanderlust: Fix breakage of HTML rendering with updated emacs-w3m --- mail/wanderlust/Makefile | 1 + mail/wanderlust/files/wanderlust-startup.el | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index c0c25fc0a4b0..657e08cfe5d0 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -1,5 +1,6 @@ PORTNAME= wanderlust PORTVERSION= 2.15.9.b.${SNAPDATE} +PORTREVISION= 1 CATEGORIES= mail elisp PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/mail/wanderlust/files/wanderlust-startup.el b/mail/wanderlust/files/wanderlust-startup.el index e9ef833c9671..12826e865ca1 100644 --- a/mail/wanderlust/files/wanderlust-startup.el +++ b/mail/wanderlust/files/wanderlust-startup.el @@ -1,4 +1,5 @@ (autoload 'wl "wl" "Wanderlust" t) (autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t) (load "mime-setup") +(load "mime-w3m") (provide 'wanderlust-startup)