diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 23:50:35 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2009-09-23 23:50:35 +0800 |
commit | d9c5e608028e01c21787feef2e63333d29b451ff (patch) | |
tree | 36e5ccb91757898794c160cbd2421de2a98c6ce3 | |
parent | c61f1e0fefc79fba1723a52cb05480a0ed78a791 (diff) | |
download | freebsd-ports-graphics-d9c5e608028e01c21787feef2e63333d29b451ff.tar.gz freebsd-ports-graphics-d9c5e608028e01c21787feef2e63333d29b451ff.tar.zst freebsd-ports-graphics-d9c5e608028e01c21787feef2e63333d29b451ff.zip |
Fix compatibility issue with flim-1.14.9.
Feature safe: yes
-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 bdd1d2475fd..1a0a13a8500 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 00000000000..5d683609c63 --- /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 |