diff options
author | novel <novel@FreeBSD.org> | 2009-11-21 03:04:49 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2009-11-21 03:04:49 +0800 |
commit | 91bf3bbbc4a9aa9fd3f973a0b58711b4417495e8 (patch) | |
tree | 231701d688c07344c90e24b9173abb4ff9d90002 /mail/msmtp | |
parent | b765279aebbb7fe7a97497e43534c507af2cf155 (diff) | |
download | freebsd-ports-graphics-91bf3bbbc4a9aa9fd3f973a0b58711b4417495e8.tar.gz freebsd-ports-graphics-91bf3bbbc4a9aa9fd3f973a0b58711b4417495e8.tar.zst freebsd-ports-graphics-91bf3bbbc4a9aa9fd3f973a0b58711b4417495e8.zip |
Update to 1.4.19.
PR: 139889
Submitted by: sylvio
Diffstat (limited to 'mail/msmtp')
-rw-r--r-- | mail/msmtp/Makefile | 3 | ||||
-rw-r--r-- | mail/msmtp/distinfo | 6 | ||||
-rw-r--r-- | mail/msmtp/files/patch-doc-msmtp.1 | 20 |
3 files changed, 14 insertions, 15 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile index 491175d63b6..f6f1b62b5a1 100644 --- a/mail/msmtp/Makefile +++ b/mail/msmtp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.17 -PORTREVISION= 2 +PORTVERSION= 1.4.19 CATEGORIES= mail ipv6 MASTER_SITES= SF diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo index 6f9ab1ef4e5..81bbcf58a09 100644 --- a/mail/msmtp/distinfo +++ b/mail/msmtp/distinfo @@ -1,3 +1,3 @@ -MD5 (msmtp-1.4.17.tar.bz2) = b0b74f1144812b60688f590c62a0d3dd -SHA256 (msmtp-1.4.17.tar.bz2) = f9f25b1f39be95ae11b432e3a5f22275fa8336c7c9cac7820efe1ba1246b96e6 -SIZE (msmtp-1.4.17.tar.bz2) = 766293 +MD5 (msmtp-1.4.19.tar.bz2) = f0afdc943bf7c8a3a3bf3fe1a73072c4 +SHA256 (msmtp-1.4.19.tar.bz2) = d6bf3f6f796041fc7d6653c022cc696238fdf8b2d538c4b2cd6c0aae5f056c66 +SIZE (msmtp-1.4.19.tar.bz2) = 820041 diff --git a/mail/msmtp/files/patch-doc-msmtp.1 b/mail/msmtp/files/patch-doc-msmtp.1 index 8235c53b751..b2c7769fa56 100644 --- a/mail/msmtp/files/patch-doc-msmtp.1 +++ b/mail/msmtp/files/patch-doc-msmtp.1 @@ -1,22 +1,22 @@ ---- doc/msmtp.1.orig Sat Jun 7 18:28:15 2008 -+++ doc/msmtp.1 Fri Jun 20 09:40:57 2008 -@@ -356,6 +356,11 @@ +--- doc/msmtp.1.orig 2009-10-05 16:43:01.000000000 -0300 ++++ doc/msmtp.1 2009-10-24 10:34:52.000000000 -0200 +@@ -361,6 +361,11 @@ .br - On Debian based systems, you can install the \fBca-certificates\fP package and - use the file \fB/etc/ssl/certs/ca-certificates.crt\fP. + On Debian based systems, you can install the \fBca\-certificates\fP package and + use the file \fB/etc/ssl/certs/ca\-certificates.crt\fP. +.br +On FreeBSD based systems, you can install the \fBsecurity/ca_root_nss\fP port and -+use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if -+you are installing msmtp from ports with OpenSSL or gnutls support, -+the \fBsecurity/ca_root_nss\fP port will be installed automaticly. +++use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if +++you are installing msmtp from ports with OpenSSL or gnutls support, +++the \fBsecurity/ca_root_nss\fP port will be installed automaticly. .IP "tls_crl_file [\fIfile\fP]" This command sets or unsets a certificate revocation list (CRL) file for TLS, to be used during strict server certificate verification as enabled by the -@@ -460,7 +465,7 @@ +@@ -466,7 +471,7 @@ .br tls on .br --tls_trust_file /etc/ssl/certs/ca-certificates.crt +-tls_trust_file /etc/ssl/certs/ca\-certificates.crt +tls_trust_file /usr/local/share/certs/ca-root-nss.crt .br logfile ~/.msmtp.log |