Bug 203200 - mail/dspam: modernize vardir handling
Summary: mail/dspam: modernize vardir handling
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-18 18:21 UTC by Dmitry Marakasov
Modified: 2015-09-21 09:57 UTC (History)
1 user (show)

See Also:
danny: maintainer-feedback+


Attachments
Patch (1.77 KB, patch)
2015-09-18 18:21 UTC, Dmitry Marakasov
no flags Details | Diff
pr_203200.patch (2.74 KB, patch)
2015-09-21 01:05 UTC, danny
danny: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-09-18 18:21:14 UTC
Created attachment 161177 [details]
Patch

- Modernize plist for owner, permissions and vardir handling
Comment 1 danny 2015-09-18 18:40:24 UTC
Thanks Dmitry, I've been wanting to clean that up for a while too.  I'll go through the patch this weekend and see if we can't get it submitted.  Thanks again!
Comment 2 danny 2015-09-21 01:05:17 UTC
Created attachment 161216 [details]
pr_203200.patch

Attached is a patch that includes Dmitry's changes plus a few small tweaks.

Changelog:

  * Clean up plist user/group/mode variables, patch submitted by Dmitry Marakasov amdmi3@FreeBSD.org
  * Add DSPAM_SAMPLE_MODE variable to plist and Makefile
  * Bump PORTREVISION

Verified port via poudriere, no errors:

  * 10.2-amd64
  * 10.2-i386
  * CURRENT-amd64
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-09-21 09:48:25 UTC
A commit references this bug:

Author: amdmi3
Date: Mon Sep 21 09:47:27 UTC 2015
New revision: 397481
URL: https://svnweb.freebsd.org/changeset/ports/397481

Log:
  - Clean up plist user/group/mode handling [1]
  - Add DSPAM_SAMPLE_MODE variable

  PR:		203200
  Submitted by:	amdmi3 [1]
  Approved by:	danny@dannywarren.com (maintainer)

Changes:
  head/mail/dspam/Makefile
  head/mail/dspam/pkg-plist
Comment 4 danny 2015-09-21 09:57:50 UTC
Thanks Dmitry!