mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Fix compatibility issue with flim-1.14.9.
Feature safe: yes
This commit is contained in:
parent
30fdc40add
commit
7e6480e4c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=241987
@ -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/&,} \
|
||||
|
13
mail/wanderlust/files/patch-wl_wl-draft.el
Normal file
13
mail/wanderlust/files/patch-wl_wl-draft.el
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user