Created attachment 268515 [details] git format-patch Upstream changelog: https://davmail.sourceforge.net/ Changes to the port: - PORTVERSION 6.1.0 → 6.5.1 (SourceForge revision 3423 → 3873) - Added WRKSRC (upstream tarball now extracts to davmail-src-6.5.1/ without the revision suffix) - Regenerated patch-build.xml for updated line numbers and to also remove the new download-build-jre ant target - Updated pkg-plist: - JAR dependency version bumps (commons-codec, htmlcleaner, httpclient, httpcore, jackrabbit-webdav, javax.mail, jcifs, jettison) - log4j replaced by reload4j (log4j-1.2.17.jar → reload4j-1.2.26.jar) - slf4j updated and log4j binding replaced (slf4j-api 1.7.25 → 2.0.16, slf4j-log4j12 → slf4j-reload4j) - Removed web/ WAR directory (no longer produced by build) - Removed jacocoant and sonarqube-ant-task from DavMail.app bundle - Added davmail64.ini and davmailservice64.ini - Reordered Makefile variables per portclippy
This port doesn't have a maintainer - do you want to become its maintainer?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=26b198eb3ee3d80ef6f68048fe3c3079fda493e1 commit 26b198eb3ee3d80ef6f68048fe3c3079fda493e1 Author: Daniel Morante <daniel@morante.net> AuthorDate: 2026-03-06 19:35:10 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-03-06 19:35:10 +0000 mail/davmail: Update 6.1.0 => 6.5.1 Release Notes: https://sourceforge.net/p/davmail/code/HEAD/tree/tags/6.5.1/RELEASE-NOTES.md Improve port: - Reordered Makefile variables per portclippy. - Parametrize davmail with PORTNAME. - Replace PORTVERSION with DISTVERSION. PR: 293568 Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> mail/davmail/Makefile | 36 +++++++++--------- mail/davmail/distinfo | 6 +-- mail/davmail/files/patch-build.xml | 15 ++++---- mail/davmail/pkg-plist | 78 ++++++++++++-------------------------- 4 files changed, 54 insertions(+), 81 deletions(-)
Thanks.