--- Makefile (Revision 530695) +++ Makefile (Arbeitskopie) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= fetchmail -DISTVERSION= 6.4.3-rc2 +DISTVERSION= 6.4.3 CATEGORIES= mail # The next line is inherited by the fetchmailconf slave port, # do NOT replace fetchmail by ${PORTNAME} --- distinfo (Revision 530695) +++ distinfo (Arbeitskopie) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585604829 -SHA256 (fetchmail-6.4.3-rc2.tar.lz) = d67a19202656aa7a41c81c2cc1757c9b999ba16934855653520fb42e1fc56224 -SIZE (fetchmail-6.4.3-rc2.tar.lz) = 1262662 +TIMESTAMP = 1586083264 +SHA256 (fetchmail-6.4.3.tar.lz) = b22217beb0a1545a84a111baada2008f00887afe395a8514805e5297366385d0 +SIZE (fetchmail-6.4.3.tar.lz) = 1259211 --- files/patch-fetchmail.man (Revision 530695) +++ files/patch-fetchmail.man (nicht existent) @@ -1,30 +0,0 @@ -From 74c1a60970152d9b83e9c7eca9bda69336a0b458 Mon Sep 17 00:00:00 2001 -From: Matthias Andree -Date: Mon, 30 Mar 2020 23:01:42 +0200 -Subject: [PATCH] fetchmail.man: --sslproto: document tls1.3 and tls1.3+ - values. - -The code was added in 3d4a8713e = 6.4.0-beta3, -but the documentation was missing from the manual page. ---- - fetchmail.man | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/fetchmail.man b/fetchmail.man -index 111ddb2f..da6ade56 100644 ---- ./fetchmail.man -+++ b/fetchmail.man -@@ -520,6 +520,10 @@ Since v6.4.0. Require TLS. Auto-negotiate TLSv1.1 or newer. - Since v6.4.0. Require TLS v1.2 exactly. - .IP '\fBTLS1.2+\fP' - Since v6.4.0. Require TLS. Auto-negotiate TLSv1.2 or newer. -+.IP \&'\fBTLS1.3\fP' -+Since v6.4.0. Require TLS v1.3 exactly. -+.IP '\fBTLS1.3+\fP' -+Since v6.4.0. Require TLS. Auto-negotiate TLSv1.3 or newer. - .IP "Unrecognized parameters" - are treated the same as '\fBauto\fP'. - .RE --- -2.24.1 -