From nobody@FreeBSD.org  Wed Dec 11 18:24:19 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id C9FB7376
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Dec 2013 18:24:19 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 9D3E61934
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Dec 2013 18:24:19 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBBIOIue067255
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 11 Dec 2013 18:24:18 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBBIOI8g067249;
	Wed, 11 Dec 2013 18:24:18 GMT
	(envelope-from nobody)
Message-Id: <201312111824.rBBIOI8g067249@oldred.freebsd.org>
Date: Wed, 11 Dec 2013 18:24:18 GMT
From: John Marino <freebsd@marino.st>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mail/milter-regex: Broken everywhere
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         184695
>Category:       ports
>Synopsis:       mail/milter-regex: Broken everywhere
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dinoex
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 18:30:00 UTC 2013
>Closed-Date:    Tue Dec 17 07:43:23 CET 2013
>Last-Modified:  Tue Dec 17 07:43:23 CET 2013
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
As evidenced by portsmon, mail/milter-regex is broken on every platform:

pkg-static: lstat(/wrkdirs/usr/ports/mail/milter-regex/work/stage/var/run/milter-regex/): No such file or directory

It was reported several times, many weeks ago.
It's been broken too long, it should be either be fixed or reverted.  This PLIST error doesn't look that difficult though.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dinoex 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Dec 11 18:30:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184695 
State-Changed-From-To: open->suspended 
State-Changed-By: dinoex 
State-Changed-When: Wed Dec 11 23:00:43 CET 2013 
State-Changed-Why:  

awaiting portmgr response on this issue. 


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

From: John Marino <freebsd.contact@marino.st>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184695: mail/milter-regex: Broken everywhere
Date: Thu, 12 Dec 2013 09:14:44 +0100

 Maybe I don't understand the nuances of "suspended", but I think
 suspending this PR is not appropriate.
 
 Regardless of what portmgr does, this port is broken and action needs to
 be taken.
 
 Since, apparently, portmgr is not responding in a timely fashion, the
 previous commit should be reverted to put this port back into a working
 state.  Leaving this hanging INDEFINITELY (my interpretation of
 "suspend") is not desirable.
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184695: commit references a PR
Date: Sun, 15 Dec 2013 11:43:41 +0000 (UTC)

 Author: dinoex
 Date: Sun Dec 15 11:43:28 2013
 New Revision: 336513
 URL: http://svnweb.freebsd.org/changeset/ports/336513
 
 Log:
   - fix pkgng problem
   do not use @dirrmtry
   PR:		184695
 
 Modified:
   head/mail/milter-regex/pkg-plist
 
 Modified: head/mail/milter-regex/pkg-plist
 ==============================================================================
 --- head/mail/milter-regex/pkg-plist	Sun Dec 15 10:18:00 2013	(r336512)
 +++ head/mail/milter-regex/pkg-plist	Sun Dec 15 11:43:28 2013	(r336513)
 @@ -1,5 +1,3 @@
  libexec/milter-regex
  man/man8/milter-regex.8.gz
 -@cwd /
 -@dirrmtry %%SPOOLDIR%%
 -@cwd
 +@unexec rmdir %%SPOOLDIR%% 2>/dev/null || true
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: suspended->closed 
State-Changed-By: dinoex 
State-Changed-When: Tue Dec 17 07:42:57 CET 2013 
State-Changed-Why:  
a fix has been committed, thanks. 

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

Note:
This problem has low priority as the ports and packages works fine on all FreeBSD releases.
There is only a regression with PKGNG=yes, and this is currently analyzed.

