Ticket #17987: 0001-msmtp-configure-to-use-OS-X-keychain.patch

File 0001-msmtp-configure-to-use-OS-X-keychain.patch, 706 bytes (added by jaysoffian@…, 15 years ago)

patch to enable keychain support

  • mail/msmtp/Portfile

    From: Jay Soffian <jaysoffian@gmail.com>
    Date: Tue, 13 Jan 2009 17:25:19 -0500
    Subject: [PATCH] msmtp: configure to use OS X keychain
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    
    ---
     mail/msmtp/Portfile |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/mail/msmtp/Portfile b/mail/msmtp/Portfile
    index 0071e1f..66869ef 100644
    a b depends_lib port:openssl port:gettext port:gnutls port:libgcrypt \ 
    2626
    2727configure.args  --mandir=${prefix}/share/man \
    2828                                --infodir=${prefix}/share/info \
    29                                 --enable-gsasl
     29                                --enable-gsasl --with-macosx-keyring
    3030