Bug 282317

Summary: mail/spamassassin: remove unused /var/lib
Product: Ports & Packages Reporter: Helge Oldach <freebsd>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (cy)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Helge Oldach 2024-10-25 08:18:17 UTC
Created attachment 254505 [details]
patch

This is SpamAssassin's default LOCAL_STATE_DIR directory, which in our case actually is /var/db/spamassassin/4.000001 (at present).
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-10-25 14:20:58 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96194a7a6e88c503bbacfd6b3dab5bd581ca0d74

commit 96194a7a6e88c503bbacfd6b3dab5bd581ca0d74
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-10-25 14:18:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-10-25 14:18:42 +0000

    mail/spamassassin*: Remove redundant plist entries

    /var/lib is no longer used by spamassassin. Remove it.

    PR:     282317
    MFH:    2024Q4

 mail/spamassassin-devel/Makefile  | 1 +
 mail/spamassassin-devel/pkg-plist | 2 --
 mail/spamassassin/Makefile        | 2 +-
 mail/spamassassin/pkg-plist       | 2 --
 4 files changed, 2 insertions(+), 5 deletions(-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-25 14:28:00 UTC
A commit in branch 2024Q4 references this bug:

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

commit d4757aa89d9ed31627035fb7a0d12eef98e90968
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-10-25 14:18:42 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-10-25 14:27:49 +0000

    mail/spamassassin*: Remove redundant plist entries

    /var/lib is no longer used by spamassassin. Remove it.

    PR:     282317
    MFH:    2024Q4
    (cherry picked from commit 96194a7a6e88c503bbacfd6b3dab5bd581ca0d74)

 mail/spamassassin-devel/Makefile  | 1 +
 mail/spamassassin-devel/pkg-plist | 2 --
 mail/spamassassin/Makefile        | 2 +-
 mail/spamassassin/pkg-plist       | 2 --
 4 files changed, 2 insertions(+), 5 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-10-29 15:48:27 UTC
A commit in branch main references this bug:

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

commit f5f3db908caa953a05ff77bf6963edebdef0ea00
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-10-29 15:34:06 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-10-29 15:47:50 +0000

    mail/spamassassin*: Redundant and empty directories should be created

    Make sure redunant ane empty directories are actually gone.

    Discovered during spamassassin-devel make check-orphans.

    Fixes:          96194a7a6e88
    PR:             282317
    MFH:            2024Q4

 mail/spamassassin-devel/Makefile | 2 +-
 mail/spamassassin/Makefile       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-10-29 15:50:31 UTC
A commit in branch 2024Q4 references this bug:

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

commit dc118ba5018e9e7258052ac8bd68f4b1fb0cbb47
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-10-29 15:34:06 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-10-29 15:50:04 +0000

    mail/spamassassin*: Redundant and empty directories should be created

    Make sure redunant ane empty directories are actually gone.

    Discovered during spamassassin-devel make check-orphans.

    Fixes:          96194a7a6e88
    PR:             282317

    (cherry picked from commit f5f3db908caa953a05ff77bf6963edebdef0ea00)

 mail/spamassassin-devel/Makefile | 2 +-
 mail/spamassassin/Makefile       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)