View | Details | Raw Unified | Return to bug 139889
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	msmtp
8
PORTNAME=	msmtp
9
PORTVERSION=	1.4.17
9
PORTVERSION=	1.4.19
10
PORTREVISION=	2
11
CATEGORIES=	mail ipv6
10
CATEGORIES=	mail ipv6
12
MASTER_SITES=	SF
11
MASTER_SITES=	SF
13
12
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (msmtp-1.4.17.tar.bz2) = b0b74f1144812b60688f590c62a0d3dd
1
MD5 (msmtp-1.4.19.tar.bz2) = f0afdc943bf7c8a3a3bf3fe1a73072c4
2
SHA256 (msmtp-1.4.17.tar.bz2) = f9f25b1f39be95ae11b432e3a5f22275fa8336c7c9cac7820efe1ba1246b96e6
2
SHA256 (msmtp-1.4.19.tar.bz2) = d6bf3f6f796041fc7d6653c022cc696238fdf8b2d538c4b2cd6c0aae5f056c66
3
SIZE (msmtp-1.4.17.tar.bz2) = 766293
3
SIZE (msmtp-1.4.19.tar.bz2) = 820041
(-)files/patch-doc-msmtp.1 (-10 / +10 lines)
Lines 1-22 Link Here
1
--- doc/msmtp.1.orig	Sat Jun  7 18:28:15 2008
1
--- doc/msmtp.1.orig	2009-10-05 16:43:01.000000000 -0300
2
+++ doc/msmtp.1	Fri Jun 20 09:40:57 2008
2
+++ doc/msmtp.1	2009-10-24 10:34:52.000000000 -0200
3
@@ -356,6 +356,11 @@
3
@@ -361,6 +361,11 @@
4
 .br
4
 .br
5
 On Debian based systems, you can install the \fBca-certificates\fP package and
5
 On Debian based systems, you can install the \fBca\-certificates\fP package and
6
 use the file \fB/etc/ssl/certs/ca-certificates.crt\fP.
6
 use the file \fB/etc/ssl/certs/ca\-certificates.crt\fP.
7
+.br
7
+.br
8
+On FreeBSD based systems, you can install the \fBsecurity/ca_root_nss\fP port and
8
+On FreeBSD based systems, you can install the \fBsecurity/ca_root_nss\fP port and
9
+use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if 
9
++use the file \fB/usr/local/share/certs/ca-root-nss.crt\fP. Please note that if
10
+you are installing msmtp from ports with OpenSSL or gnutls support, 
10
++you are installing msmtp from ports with OpenSSL or gnutls support,
11
+the \fBsecurity/ca_root_nss\fP port will be installed automaticly.
11
++the \fBsecurity/ca_root_nss\fP port will be installed automaticly. 
12
 .IP "tls_crl_file [\fIfile\fP]"
12
 .IP "tls_crl_file [\fIfile\fP]"
13
 This command sets or unsets a certificate revocation list (CRL) file for TLS,
13
 This command sets or unsets a certificate revocation list (CRL) file for TLS,
14
 to be used during strict server certificate verification as enabled by the
14
 to be used during strict server certificate verification as enabled by the
15
@@ -460,7 +465,7 @@
15
@@ -466,7 +471,7 @@
16
 .br
16
 .br
17
 tls on
17
 tls on
18
 .br
18
 .br
19
-tls_trust_file /etc/ssl/certs/ca-certificates.crt
19
-tls_trust_file /etc/ssl/certs/ca\-certificates.crt
20
+tls_trust_file /usr/local/share/certs/ca-root-nss.crt
20
+tls_trust_file /usr/local/share/certs/ca-root-nss.crt
21
 .br
21
 .br
22
 logfile ~/.msmtp.log
22
 logfile ~/.msmtp.log

Return to bug 139889