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.
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->suspended awaiting portmgr response on this issue.
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.
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 a fix has been committed, thanks.