Bug 203200

Summary: mail/dspam: modernize vardir handling
Product: Ports & Packages Reporter: Dmitry Marakasov <amdmi3>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Many People CC: danny
Priority: --- Flags: danny: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch
none
pr_203200.patch danny: maintainer-approval+

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!