aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2010-07-15 20:01:54 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2010-07-15 20:01:54 +0000
commitcc6321e4b6071043d518c7f0f2eea0b63b908476 (patch)
treedf3daa3e2d86d1b1e8fdfd7661856bc88f23444d /mail/msmtp
parent87c2c00e124d824282d5f1f38edbe15c78a411b5 (diff)
downloadports-cc6321e4b6071043d518c7f0f2eea0b63b908476.tar.gz
ports-cc6321e4b6071043d518c7f0f2eea0b63b908476.zip
Notes
Diffstat (limited to 'mail/msmtp')
-rw-r--r--mail/msmtp/Makefile2
-rw-r--r--mail/msmtp/distinfo6
-rw-r--r--mail/msmtp/files/patch-src-msmtp.c18
3 files changed, 4 insertions, 22 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index f308db9f13c0..c859be567a3a 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= msmtp
-PORTVERSION= 1.4.20
+PORTVERSION= 1.4.21
CATEGORIES= mail ipv6
MASTER_SITES= SF
diff --git a/mail/msmtp/distinfo b/mail/msmtp/distinfo
index a2216513f3c2..84eae21082fa 100644
--- a/mail/msmtp/distinfo
+++ b/mail/msmtp/distinfo
@@ -1,3 +1,3 @@
-MD5 (msmtp-1.4.20.tar.bz2) = 065042eaaee40c2779cf0bcfffe72aae
-SHA256 (msmtp-1.4.20.tar.bz2) = 328abd95370c6a5a9ea2fd38b55fc50d6fb3b03d96b3da40de2441650d53ebdb
-SIZE (msmtp-1.4.20.tar.bz2) = 845014
+MD5 (msmtp-1.4.21.tar.bz2) = 9d764cd9036168f49bc9d6531a7f3dba
+SHA256 (msmtp-1.4.21.tar.bz2) = 2fb39be54d793882081d38ec2b709f6dc1aa4c124f5f244e111a0b604df14ffa
+SIZE (msmtp-1.4.21.tar.bz2) = 947451
diff --git a/mail/msmtp/files/patch-src-msmtp.c b/mail/msmtp/files/patch-src-msmtp.c
deleted file mode 100644
index faf8cc81fcf7..000000000000
--- a/mail/msmtp/files/patch-src-msmtp.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- 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"