Summary: | mail/mimedefang: fix dirs and modernize a bit | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Pavel Timofeev <timp87> | ||||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | koobs, m.tsatsenko, pi | ||||||
Priority: | --- | Keywords: | patch, patch-ready | ||||||
Version: | Latest | Flags: | koobs:
maintainer-feedback+
|
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Hi! Thanks for you work. The patch seems ok, but I am going to update the port to the latest version along with it. I will submit a modified patch next week. (In reply to m.tsatsenko from comment #1) Hi! Well, I'd prefer you to approve this PR first, but it's up to you. I think there is no assurance you will have time to work on more massive update. This bug report would make mail/mimedefang work from the box at least. @Tim, can you confirm this passes QA? Created attachment 162201 [details]
poudriere log
(In reply to Kubilay Kocak from comment #
This is it.
Hi! Sounds reasonable. I will submit another PR for an update. The patch approved. Thanks! (In reply to Kubilay Kocak from comment #3) Hi! So what's next? I mean what's the plan? @Tim Plan: A nice committer comes along and takes (assigns) the issue to themselves for committing :) That's always the plan. TLDR: You've done everything you need to. Testing@work A commit references this bug: Author: pi Date: Tue Oct 27 16:49:28 UTC 2015 New revision: 400330 URL: https://svnweb.freebsd.org/changeset/ports/400330 Log: mail/mimedefang: set correct users for working directories, pet portlint PR: 203660 Submitted by: Pavel Timofeev <timp87@gmail.com> Approved by: m.tsatsenko@gmail.com (maintainer) Changes: head/mail/mimedefang/Makefile head/mail/mimedefang/files/patch-Makefile.in head/mail/mimedefang/files/patch-examples__init-script.in head/mail/mimedefang/files/patch-mimedefang-filter.5.in head/mail/mimedefang/files/patch-mimedefang.pl.in head/mail/mimedefang/pkg-install head/mail/mimedefang/pkg-plist Test-builds are all fine, committed, thanks! |
Created attachment 161856 [details] port patch Hi! The existing port doesn't set right user for /var/spool/MIMEDefang and /var/spool/MD-Quarantine dirs. Fix it. As addition, I tried to modernize port a little bit to make portlint happier.