Bug 293568 - mail/davmail update to 6.5.1
Summary: mail/davmail update to 6.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-03 22:32 UTC by Daniel Morante
Modified: 2026-03-06 19:40 UTC (History)
1 user (show)

See Also:


Attachments
git format-patch (8.21 KB, patch)
2026-03-03 22:32 UTC, Daniel Morante
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Morante 2026-03-03 22:32:01 UTC
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
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2026-03-06 19:24:10 UTC
This port doesn't have a maintainer - do you want to become its maintainer?
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-03-06 19:39:32 UTC
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(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2026-03-06 19:40:07 UTC
Thanks.