diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-06-14 10:10:50 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2010-06-14 10:10:50 +0000 |
commit | c799fe79583787a94defb86ef2e00adddb7b14b6 (patch) | |
tree | 8a419852bcfc411dc6febbca08b0dbe2e4444276 /mail/msmtp | |
parent | fe9c8cacd2ce270b3f0f4387afdd5d06e2f013b3 (diff) | |
download | ports-c799fe79583787a94defb86ef2e00adddb7b14b6.tar.gz ports-c799fe79583787a94defb86ef2e00adddb7b14b6.zip |
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 6 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 6 | ||||
-rw-r--r-- | mail/msmtp/files/patch-src-msmtp.c | 18 | ||||
-rw-r--r-- | mail/msmtp/pkg-plist | 1 |
4 files changed, 25 insertions, 6 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 37885695bea4..f308db9f13c0 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.19 -PORTREVISION= 1 +PORTVERSION= 1.4.20 CATEGORIES= mail ipv6 MASTER_SITES= SF @@ -38,8 +37,9 @@ RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_r .if defined(WITH_GSASL) LIB_DEPENDS+= gsasl.14:${PORTSDIR}/security/gsasl +CONFIGURE_ARGS+= --with-libgsasl .else -CONFIGURE_ARGS+= --without-gsasl +CONFIGURE_ARGS+= --without-libgsasl .endif .if !defined(WITHOUT_IDN) diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 81bbcf58a09f..a2216513f3c2 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -MD5 (msmtp-1.4.19.tar.bz2) = f0afdc943bf7c8a3a3bf3fe1a73072c4 -SHA256 (msmtp-1.4.19.tar.bz2) = d6bf3f6f796041fc7d6653c022cc696238fdf8b2d538c4b2cd6c0aae5f056c66 -SIZE (msmtp-1.4.19.tar.bz2) = 820041 +MD5 (msmtp-1.4.20.tar.bz2) = 065042eaaee40c2779cf0bcfffe72aae +SHA256 (msmtp-1.4.20.tar.bz2) = 328abd95370c6a5a9ea2fd38b55fc50d6fb3b03d96b3da40de2441650d53ebdb +SIZE (msmtp-1.4.20.tar.bz2) = 845014 diff --git a/mail/msmtp/files/patch-src-msmtp.c b/mail/msmtp/files/patch-src-msmtp.c new file mode 100644 index 000000000000..faf8cc81fcf7 --- /dev/null +++ b/mail/msmtp/files/patch-src-msmtp.c @@ -0,0 +1,18 @@ +--- src/msmtp.c.orig 2010-06-14 10:41:20.000000000 +0000 ++++ src/msmtp.c 2010-06-14 10:43:01.000000000 +0000 +@@ -3344,6 +3344,7 @@ + { + printf("%s\n", account->auth_mech); + } ++#ifdef HAVE_TLS + if (account->tls_sha1_fingerprint) + { + msmtp_fingerprint_string(fingerprint_string, +@@ -3354,6 +3355,7 @@ + msmtp_fingerprint_string(fingerprint_string, + account->tls_md5_fingerprint, 16); + } ++#endif /* HAVE_TLS */ + printf("user = %s\n" + "password = %s\n" + "ntlmdomain = %s\n" diff --git a/mail/msmtp/pkg-plist b/mail/msmtp/pkg-plist index 84828a00644a..2db0b2cfa9b1 100644 --- a/mail/msmtp/pkg-plist +++ b/mail/msmtp/pkg-plist @@ -1,2 +1,3 @@ bin/msmtp %%NLS%%share/locale/de/LC_MESSAGES/msmtp.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/msmtp.mo |