Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 18:15:22 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513052 - in head/mail/fetchmail64: . files
Message-ID:  <201909271815.x8RIFMBC011091@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri Sep 27 18:15:22 2019
New Revision: 513052
URL: https://svnweb.freebsd.org/changeset/ports/513052

Log:
  Upgrade to fetchmail 6.4.0 release.
  
  Over rc4, this contains one bugfix to permit FETCHMAILHOME
  to be a relative path in daemon mode.

Modified:
  head/mail/fetchmail64/Makefile
  head/mail/fetchmail64/distinfo
  head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f

Modified: head/mail/fetchmail64/Makefile
==============================================================================
--- head/mail/fetchmail64/Makefile	Fri Sep 27 17:56:27 2019	(r513051)
+++ head/mail/fetchmail64/Makefile	Fri Sep 27 18:15:22 2019	(r513052)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	fetchmail
-DISTVERSION=	6.4.0.rc4
+DISTVERSION=	6.4.0
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/${PORTNAME}/branch_6.4/
 PKGNAMESUFFIX=	64

Modified: head/mail/fetchmail64/distinfo
==============================================================================
--- head/mail/fetchmail64/distinfo	Fri Sep 27 17:56:27 2019	(r513051)
+++ head/mail/fetchmail64/distinfo	Fri Sep 27 18:15:22 2019	(r513052)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567385499
-SHA256 (fetchmail-6.4.0.rc4.tar.xz) = e41fdfdb02abe344710bf1c980ea11ebe5590eaededb57b026c2df3b6a6592d3
-SIZE (fetchmail-6.4.0.rc4.tar.xz) = 1254560
+TIMESTAMP = 1569608102
+SHA256 (fetchmail-6.4.0.tar.xz) = 8b30e2e43744be3b7caa6490dc969630dae59dfcc65d508bddc43b1463193072
+SIZE (fetchmail-6.4.0.tar.xz) = 1254984

Modified: head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f
==============================================================================
--- head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f	Fri Sep 27 17:56:27 2019	(r513051)
+++ head/mail/fetchmail64/files/patch-ZZZ-87626c2707cc0d82e49e160ab3c85430ff33534f	Fri Sep 27 18:15:22 2019	(r513052)
@@ -20,10 +20,10 @@ diff --git a/NEWS b/NEWS
 index c01f9df9..9485edca 100644
 --- a/NEWS
 +++ b/NEWS
-@@ -80,6 +80,13 @@ fetchmail-6.5.0 (not yet released):
-   The libesmtp/getaddrinfo.? library has been removed from the distribution.
-   The KAME/getnameinfo.c file has been removed from the distribution.
+@@ -63,6 +63,13 @@
  
+ --------------------------------------------------------------------------------
+ 
 +## BUG FIXES
 +* fetchmail can now report mailbox sizes of 2^31 octets and beyond.
 +  This requires C99 support (for the long long type).
@@ -31,7 +31,7 @@ index c01f9df9..9485edca 100644
 +
 +--------------------------------------------------------------------------------
 +
- fetchmail-6.4.0 (not yet released):
+ fetchmail-6.4.0 (released 2019-09-27, 27429 LoC):
  
  # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO.
 diff --git a/driver.c b/driver.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271815.x8RIFMBC011091>