| Summary: | Fix portlint warnings for mail/dbmail | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alan Hicks <ahicks> | ||||
| Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Alan Hicks
2013-11-14 18:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it. Author: sunpoet Date: Fri Nov 15 10:44:19 2013 New Revision: 333848 URL: http://svnweb.freebsd.org/changeset/ports/333848 Log: - Pet portlint PR: ports/183964 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/dbmail/Makefile Modified: head/mail/dbmail/Makefile ============================================================================== --- head/mail/dbmail/Makefile Fri Nov 15 10:44:15 2013 (r333847) +++ head/mail/dbmail/Makefile Fri Nov 15 10:44:19 2013 (r333848) @@ -20,7 +20,7 @@ BUILD_DEPENDS+= asciidoc:${PORTSDIR}/tex xmlto:${PORTSDIR}/textproc/xmlto \ ${LOCALBASE}/share/sgml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-450 -CONFLICTS= dbmail-2.* dbmail22-* +CONFLICTS= dbmail-2.* dbmail22-[0-9]* OPTIONS_DEFINE= DOCS LDAP SIEVE THREADS OPTIONS_DEFAULT= THREADS _______________________________________________ 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: open->closed Committed. Thanks! |