diff options
-rw-r--r-- | mail/wanderlust/Makefile | 2 | ||||
-rw-r--r-- | mail/wanderlust/files/patch-wl_wl-draft.el | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index bdd1d2475fdf..1a0a13a85000 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -7,7 +7,7 @@ PORTNAME= wanderlust PORTVERSION= 2.14.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.gohome.org/wl/stable/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,text/elisp/wl/stable/&,} \ diff --git a/mail/wanderlust/files/patch-wl_wl-draft.el b/mail/wanderlust/files/patch-wl_wl-draft.el new file mode 100644 index 000000000000..5d683609c63f --- /dev/null +++ b/mail/wanderlust/files/patch-wl_wl-draft.el @@ -0,0 +1,13 @@ +--- wl/wl-draft.el.orig 2009-09-23 20:33:55.000000000 +0900 ++++ wl/wl-draft.el 2009-09-23 20:34:31.000000000 +0900 +@@ -147,10 +147,6 @@ + (if (eq wl-smtp-connection-type 'ssl) + #'open-ssl-stream + smtp-open-connection-function)) +- (smtp-end-of-line +- (if (eq wl-smtp-connection-type 'ssl) +- "\n" +- smtp-end-of-line)) + smtp-sasl-user-name smtp-sasl-properties sasl-read-passphrase) + (setq smtp-sasl-user-name wl-smtp-posting-user + smtp-sasl-properties (when wl-smtp-authenticate-realm |