Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Apr 2026 18:49:55 +0000
From:      Yusuf Yaman <nxjoseph@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: 1acb7a259430 - main - mail/fetchmail: Update 6.6.1 => 6.6.3
Message-ID:  <69d6a353.27c69.38706e30@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1acb7a259430803e8efda6a8c35025119d99ac53

commit 1acb7a259430803e8efda6a8c35025119d99ac53
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2026-04-05 17:01:49 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-04-08 18:49:28 +0000

    mail/fetchmail: Update 6.6.1 => 6.6.3
    
    While here:
    * Use <bsd.port.options.mk> instead.
    * Add USES=localbase:ldflags instead.
    
    Changelog:
    * Fix compilation without SSL.
    * Can now be built with OpenSSL 4.0.0.
    https://gitlab.com/fetchmail/fetchmail/-/blob/6.6.3/NEWS?ref_type=tags
    
    PR:             294251
    Reported by:    Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
    Approved by:    vvd (co-mentor)
---
 mail/fetchmail/Makefile | 11 +++++------
 mail/fetchmail/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index d6aa86c91d54..02c2567c99c4 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,5 +1,5 @@
 PORTNAME?=	fetchmail
-DISTVERSION=	6.6.1
+DISTVERSION=	6.6.3
 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 pkgconfig tar:xz
+USES=		cpe gmake localbase:ldflags 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
@@ -33,7 +33,7 @@ CONFIGURE_ARGS=	--enable-SDPS \
 
 # -Wl,--as-needed suppresses unneeded library references,
 # for instance, libcom_err.so on GSSAPI_NONE builds:
-LDFLAGS+=	-L${LOCALBASE}/lib -Wl,--as-needed
+LDFLAGS+=	-Wl,--as-needed
 
 SUB_FILES=	pkg-message
 USERS=		${PORTNAME}
@@ -105,13 +105,12 @@ post-install-DOCS-on:
 
 .endif
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPIE} && ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD
 . if ${OSVERSION} >= 1400072
 LIB_DEPENDS+=	libopie.so:security/opie	# moved to port (from base in 13.X)
-CPPFLAGS+=	-I${LOCALBASE}/include
 . endif
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/mail/fetchmail/distinfo b/mail/fetchmail/distinfo
index c11eddfb0285..8dfc3e136f85 100644
--- a/mail/fetchmail/distinfo
+++ b/mail/fetchmail/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762985070
-SHA256 (fetchmail-6.6.1.tar.xz) = 38d01fe404e67514df394a6ed1a815bbb61aa90c0fa4402252593aced0e38a1d
-SIZE (fetchmail-6.6.1.tar.xz) = 1090212
+TIMESTAMP = 1775325323
+SHA256 (fetchmail-6.6.3.tar.xz) = 246e5fc0e35c93dde1a3fb66778e3ab700e16809232e4959c508b91214374bb2
+SIZE (fetchmail-6.6.3.tar.xz) = 1089556


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d6a353.27c69.38706e30>