Date: Sat, 24 Aug 2019 01:16:46 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509710 - head/mail/getmail Message-ID: <201908240116.x7O1GkrC022897@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Sat Aug 24 01:16:46 2019 New Revision: 509710 URL: https://svnweb.freebsd.org/changeset/ports/509710 Log: mail/getmail: Update to version 5.14 Upstream changes: - remove socket setblocking() calls which should be no longer needed, and which may have caused hangups. Thanks: Viacheslav Chimishuk. - correct version number string in error message. Thanks: Piet van Oostrum. Modified: head/mail/getmail/Makefile (contents, props changed) head/mail/getmail/distinfo (contents, props changed) Modified: head/mail/getmail/Makefile ============================================================================== --- head/mail/getmail/Makefile Sat Aug 24 00:16:14 2019 (r509709) +++ head/mail/getmail/Makefile Sat Aug 24 01:16:46 2019 (r509710) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= getmail -DISTVERSION= 5.13 +DISTVERSION= 5.14 CATEGORIES= mail python MASTER_SITES= http://pyropus.ca/software/getmail/old-versions/ Modified: head/mail/getmail/distinfo ============================================================================== --- head/mail/getmail/distinfo Sat Aug 24 00:16:14 2019 (r509709) +++ head/mail/getmail/distinfo Sat Aug 24 01:16:46 2019 (r509710) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550933815 -SHA256 (getmail-5.13.tar.gz) = 04d52f6475f09e9f99b4e3d2f1d2eb967a68b67f09af2a6a5151857f060b0a9d -SIZE (getmail-5.13.tar.gz) = 199073 +TIMESTAMP = 1566305477 +SHA256 (getmail-5.14.tar.gz) = f3a99fe74564237d12ca8d4582e113c067c9205b5ab640f72b4e8447606a99c1 +SIZE (getmail-5.14.tar.gz) = 199501
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908240116.x7O1GkrC022897>