Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2013 00:20:57 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314507 - head/mail/queue-repair
Message-ID:  <201303180020.r2I0Kvwt012935@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303180020.r2I0Kvwt012935>