From nobody@FreeBSD.org  Wed Apr  3 12:28:03 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 103CEB9D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Apr 2013 12:28:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 008D6B2C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  3 Apr 2013 12:28:02 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r33CS2ph055762
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 3 Apr 2013 12:28:02 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r33CS2dt055761;
	Wed, 3 Apr 2013 12:28:02 GMT
	(envelope-from nobody)
Message-Id: <201304031228.r33CS2dt055761@red.freebsd.org>
Date: Wed, 3 Apr 2013 12:28:02 GMT
From: John Marino <draco@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mail/dovecot2: [PATCH] fix bad plist
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: bra@fsn.hu

>Number:         177612
>Category:       ports
>Synopsis:       mail/dovecot2: [PATCH] fix bad plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 03 12:30:00 UTC 2013
>Closed-Date:    Fri May 10 12:36:31 UTC 2013
>Last-Modified:  Fri May 10 12:36:31 UTC 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
mail/dovecot2 has three plist problems.
1. defined libdata/ldconfig/dovecot2 as a directory
2. USE_LDCONFIG is defined, it doesn't need to be on plist
3. documentation directories are on plist, this is automatically handled.

pkg complains during the packaging stage.  The attached patch fixes the problems.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- pkg-plist.orig	2013-03-08 23:13:08.935431000 +0000
+++ pkg-plist
@@ -505,11 +505,9 @@ libexec/dovecot/stats
 libexec/dovecot/xml2text
 sbin/dovecot
 share/aclocal/dovecot.m4
-@dirrmtry libdata/ldconfig/dovecot2
 @dirrm libexec/dovecot
 @dirrm lib/dovecot/doveadm
 @dirrmtry lib/dovecot/auth
 @dirrm lib/dovecot
 @dirrm include/dovecot
 @dirrmtry %%ETCDIR%%
-%%PORTDOCS%%@dirrmtry %%DOCSDIR%%


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Apr 3 12:30:07 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177612 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: bra@fsn.hu
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/177612: mail/dovecot2: [PATCH] fix bad plist
Date: Wed, 3 Apr 2013 12:30:06 UT

 Maintainer of mail/dovecot2,
 
 Please note that PR ports/177612 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177612
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Thu May 9 20:44:10 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177612 
State-Changed-From-To: feedback->closed 
State-Changed-By: wxs 
State-Changed-When: Fri May 10 12:36:29 UTC 2013 
State-Changed-Why:  
The first part of the plist change appears to have been committed 
already and the second part breaks plist when NOPORTDOCS is defined. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177612 
>Unformatted:
