svn commit: r314507 - head/mail/queue-repair
Bryan Drewery
bdrewery at FreeBSD.org
Mon Mar 18 00:20:57 UTC 2013
Author: bdrewery
Date: Mon Mar 18 00:20:56 2013
New Revision: 314507
URL: http://svnweb.freebsd.org/changeset/ports/314507
Log:
- Rename and add missing description for QMAIL_PORT
This is kept mostly for backwards compatibility. Our
mail/qmail uses 'qnofiles' group instead of qmail's default
'nofiles'. Using QMAIL_PORT means you want to use the
ports version of qmail and not a custom install
Modified:
head/mail/queue-repair/Makefile
Modified: head/mail/queue-repair/Makefile
==============================================================================
--- head/mail/queue-repair/Makefile Sun Mar 17 23:53:16 2013 (r314506)
+++ head/mail/queue-repair/Makefile Mon Mar 18 00:20:56 2013 (r314507)
@@ -12,12 +12,13 @@ COMMENT= Qmail queue diagnostic and repa
USE_PYTHON= yes
-OPTIONS_DEFINE= DOCS QMAIL
-OPTIONS_DEFAULT= QMAIL
+OPTIONS_DEFINE= DOCS QMAIL_PORT
+OPTIONS_DEFAULT= QMAIL_PORT
+QMAIL_PORT_DESC= Depend on qmail port
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MQMAIL}
+.if ${PORT_OPTIONS:MQMAIL_PORT}
USES= qmail:run
.endif
@@ -27,7 +28,7 @@ PORTDOCS= BLURB CHANGELOG TODO
do-build:
${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \
${WRKSRC}/queue_repair.py
-.if ${PORT_OPTIONS:MQMAIL}
+.if ${PORT_OPTIONS:MQMAIL_PORT}
${REINPLACE_CMD} -e 's,nofiles,qnofiles,' ${WRKSRC}/queue_repair.py
.endif
More information about the svn-ports-head
mailing list