Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 21:44:10 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 32fe86eb54cd - main - mail/fetchmail: update to 6.5.2 (translation updates)
Message-ID:  <202501022144.502LiAr7042320@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=32fe86eb54cdd0a256e2f1a77b8550c499b738b8

commit 32fe86eb54cdd0a256e2f1a77b8550c499b738b8
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2024-12-30 12:03:37 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-01-02 21:43:45 +0000

    mail/fetchmail: update to 6.5.2 (translation updates)
    
    Also add pkg-config to USES, which is now required by updated autotools.
    
    PR:             283744
    Approved by:    Corey Halpin (maintainer)
---
 mail/fetchmail/Makefile | 10 ++++++----
 mail/fetchmail/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index deb708518b9c..d753b00e7fbc 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,5 +1,5 @@
 PORTNAME?=	fetchmail
-DISTVERSION=	6.5.1
+DISTVERSION=	6.5.2
 PORTREVISION?=	0
 CATEGORIES=	mail
 # The next line is inherited by the fetchmailconf dependent port,
@@ -13,7 +13,7 @@ WWW=		https://www.fetchmail.info/
 LICENSE=	GPLv2+
 
 .if empty(MASTERDIR)
-USES=		cpe gmake tar:xz
+USES=		cpe gmake pkgconfig tar:xz
 IGNORE_SSL=	libressl libressl-devel
 IGNORE_SSL_REASON=	incompatible license/no GPLv2 clause 2b exception for LibreSSL
 # The Free Software Foundation asserts that a GPL v2 clause 2b exception is
@@ -51,10 +51,8 @@ OPTIONS_SINGLE_TLS=	OPENSSL WOLFSSL
 
 OPTIONS_SUB=	yes
 
-OPIE_CONFIGURE_ON=		--enable-opie
 OPIE_DESC=			Build with OPIE support (deprecated - weak/broken cryptography)
 
-RPA_CONFIGURE_ON=		--enable-RPA
 RPA_DESC=			Build with RPA support (deprecated - weak/broken cryptography)
 
 GSSAPI_BASE_USES=		gssapi
@@ -73,6 +71,10 @@ NLS_CONFIGURE_ENABLE=	nls
 
 OPENSSL_CONFIGURE_WITH=	ssl=${OPENSSLBASE}
 
+OPIE_CONFIGURE_ON=		--enable-opie
+
+RPA_CONFIGURE_ON=		--enable-RPA
+
 WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
 WOLFSSL_USES_OFF=	ssl
 WOLFSSL_CONFIGURE_ON=	WOLFSSL_TRUST_FILE=${LOCALBASE}/share/certs/ca-root-nss.crt
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index fb850a2d7a0f..fdb02fb9ba75 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731628928
-SHA256 (fetchmail-6.5.1.tar.xz) = ca3fdb95141c277aca109be77f4d45b47e03ee010043058dd90bc182db518d4a
-SIZE (fetchmail-6.5.1.tar.xz) = 1110924
+TIMESTAMP = 1735559390
+SHA256 (fetchmail-6.5.2.tar.xz) = 8fd0477408620ae382c1d0ef83d8946a95e5be0c2e582dd4ebe55cba513a45fe
+SIZE (fetchmail-6.5.2.tar.xz) = 1110968



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