Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2026 01:06:37 +0000
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Corey Halpin <chalpin@cs.wisc.edu>
Subject:   git: 381f924c7dd2 - main - mail/fetchmail{,conf}: Update 6.6.3 => 6.6.4
Message-ID:  <6a012b9d.45cd6.3c8c3b16@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=381f924c7dd2322bb2803799ffa03027356c2a9b

commit 381f924c7dd2322bb2803799ffa03027356c2a9b
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2026-05-11 01:01:39 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-05-11 01:06:32 +0000

    mail/fetchmail{,conf}: Update 6.6.3 => 6.6.4
    
    News:
    https://gitlab.com/fetchmail/fetchmail/-/blob/6.6.4/NEWS
    
    While here remove GNU_CONFIGURE_MANPREFIX - this is default value.
    
    PR:             295178
    Sponsored by:   UNIS Labs
---
 mail/fetchmail/Makefile     | 3 +--
 mail/fetchmail/distinfo     | 6 +++---
 mail/fetchmailconf/Makefile | 1 -
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 0602354901a1..3ffefb1fe6d7 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,5 +1,5 @@
 PORTNAME?=	fetchmail
-DISTVERSION=	6.6.3
+DISTVERSION=	6.6.4
 PORTREVISION?=	0
 CATEGORIES=	mail
 # The next line is inherited by the fetchmailconf dependent port,
@@ -23,7 +23,6 @@ IGNORE_SSL_REASON=	incompatible license/no GPLv2 clause 2b exception for LibreSS
 USE_RC_SUBR=	fetchmail
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 # the added PYTHON=: suppresses python builds,
 # see ../../mail/fetchmailconf/ for the configuration tool
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index 8dfc3e136f85..3e4ab69328e2 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775325323
-SHA256 (fetchmail-6.6.3.tar.xz) = 246e5fc0e35c93dde1a3fb66778e3ab700e16809232e4959c508b91214374bb2
-SIZE (fetchmail-6.6.3.tar.xz) = 1089556
+TIMESTAMP = 1778431676
+SHA256 (fetchmail-6.6.4.tar.xz) = efe01690d22bda359a579c77e2b0072658a092bff490ec0478a212c6b7d0eb70
+SIZE (fetchmail-6.6.4.tar.xz) = 1084660
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile
index 3ed6267b7973..f04ab28ae398 100644
--- a/mail/fetchmailconf/Makefile
+++ b/mail/fetchmailconf/Makefile
@@ -20,7 +20,6 @@ USES=		python shebangfix tar:xz
 USE_PYTHON=	py3kplist
 
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	PKG_CONFIG=:
 ALL_TARGET=	fetchmailconf
 INSTALL_TARGET=	install-data-am install-nodist_binSCRIPTS install-man


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a012b9d.45cd6.3c8c3b16>