Index: head/mail/fetchmail/Makefile =================================================================== --- head/mail/fetchmail/Makefile (revision 530830) +++ head/mail/fetchmail/Makefile (revision 530831) @@ -1,98 +1,98 @@ # Created by: Ville Eerola # $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} MASTER_SITES= SF/fetchmail/branch_6.4/ MAINTAINER= chalpin@cs.wisc.edu COMMENT?= Batch mail retrieval utility for IMAP/POP3/ETRN/ODMR LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual .if empty(MASTERDIR) CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss USES= cpe gmake tar:lz ssl USERS= ${PORTNAME} GROUPS= ${USERS} USE_RC_SUBR= fetchmail SUB_FILES= pkg-message GNU_CONFIGURE= yes # the added PYTHON=: suppresses python builds, # see ../../mail/fetchmailconf/ for the configuration tool CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-SDPS \ --without-hesiod --enable-fallback=no \ --with-ssl=${OPENSSLBASE} PYTHON=: # -Wl,--as-needed suppresses unneeded library references, # for instance, libcom_err.so on GSSAPI_NONE builds: LDFLAGS+= -L${LOCALBASE}/lib -Wl,--as-needed OPTIONS_DEFINE= CA_BUNDLE NLS DOCS OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= CA_BUNDLE GSSAPI_BASE OPTIONS_SUB= yes CA_BUNDLE_DESC= Install CA bundle for OpenSSL GSSAPI_BASE_USES= gssapi GSSAPI_BASE_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_HEIMDAL_USES= gssapi:heimdal GSSAPI_HEIMDAL_CONFIGURE_ON= --with-gssapi=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_MIT_USES= gssapi:mit GSSAPI_MIT_CONFIGURE_ON= --with-kerberos5=${GSSAPIBASEDIR} ${GSSAPI_CONFIGURE_ARGS} GSSAPI_NONE_CONFIGURE_ON= --without-gssapi NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls PORTDOCS= FAQ FEATURES NEWS NOTES OLDNEWS \ README README.SSL README.SSL-SERVER \ design-notes.html fetchmail-FAQ.html fetchmail-features.html \ esrs-design-notes.html todo.html post-patch: .if !exists(/usr/lib/libcom_err.so) @${REINPLACE_CMD} -e "s,-lcom_err,,g" ${WRKSRC}/configure .endif .endif PATCH_STRIP= -p1 .if empty(MASTERDIR) post-build: ${MAKE_CMD} -C ${WRKSRC} check ; { r=$$? ; ( set -x ; ${CAT} "${WRKSRC}/test-suite.log" ) ; exit $$r ; } post-install: ${INSTALL} -d ${STAGEDIR}/var/run/fetchmail ${INSTALL_DATA} ${FILESDIR}/fetchmailrc.sample \ ${STAGEDIR}${PREFIX}/etc/fetchmailrc.sample ${RM} ${STAGEDIR}${PREFIX}/bin/fetchmailconf ${RM} ${STAGEDIR}${PREFIX}/man/man1/fetchmailconf.1* post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include .if ${ARCH:Mpowerpc*} && ${OSREL:R} < 13 # as of 2019-10-02, powerpc's base compiler does not yield a working fetchmail. # https://svnweb.freebsd.org/ports?view=revision&revision=513614 -- pkubaj@ USE_GCC= yes .endif .include Index: head/mail/fetchmail/distinfo =================================================================== --- head/mail/fetchmail/distinfo (revision 530830) +++ head/mail/fetchmail/distinfo (revision 530831) @@ -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 Index: head/mail/fetchmail/files/patch-fetchmail.man =================================================================== --- head/mail/fetchmail/files/patch-fetchmail.man (revision 530830) +++ head/mail/fetchmail/files/patch-fetchmail.man (nonexistent) @@ -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 - Property changes on: head/mail/fetchmail/files/patch-fetchmail.man ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property