[Bug 256242] mail/fetchmail: update to 6.4.19, fix dependency pollution bug in fetchmailconf's Makefile

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 01 Jun 2021 16:48:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256242

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=58cb56664fb02e860bde94b2bedb080d7778b60a

commit 58cb56664fb02e860bde94b2bedb080d7778b60a
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-05-29 12:24:56 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-06-01 16:46:28 +0000

    mail/fetchmailconf: avoid polluting BUILD_DEPENDS

    The RUN_DEPENDS+=BUILD_DEPENDS may pull ccache in as run-time requisite,
    so let's flip the assignments and make BUILD_DEPENDS use RUN_DEPENDS to
    avoid just this pollution.

    PR:             256242
    Approved by:    Corey Halpin (maintainer)

 mail/fetchmailconf/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.