pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qmail Move recipient-checking options into a PKG_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/99b551349cef
branches:  trunk
changeset: 529206:99b551349cef
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun May 27 18:42:54 2007 +0000

description:
Move recipient-checking options into a PKG_OPTIONS_GROUP, as no two
of them apply together cleanly (and thus no PKGREVISION bump). Idea
from wiz.

diffstat:

 mail/qmail/options.mk |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 47243b1d9ccd -r 99b551349cef mail/qmail/options.mk
--- a/mail/qmail/options.mk     Sun May 27 17:39:47 2007 +0000
+++ b/mail/qmail/options.mk     Sun May 27 18:42:54 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: options.mk,v 1.27 2007/04/12 03:42:21 schmonz Exp $
+# $NetBSD: options.mk,v 1.28 2007/05/27 18:42:54 schmonz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.qmail
-PKG_SUPPORTED_OPTIONS+=        darwin sasl syncdir tls qmail-badrcptto qmail-bigdns
-PKG_SUPPORTED_OPTIONS+=        qmail-netqmail qmail-outgoingip qmail-qregex
-PKG_SUPPORTED_OPTIONS+=        qmail-realrcptto qmail-viruscan
+PKG_OPTIONS_OPTIONAL_GROUPS=   rcpt
+PKG_OPTIONS_GROUP.rcpt=        qmail-badrcptto qmail-qregex qmail-realrcptto
+PKG_SUPPORTED_OPTIONS+=        darwin sasl syncdir tls qmail-bigdns qmail-netqmail
+PKG_SUPPORTED_OPTIONS+=        qmail-outgoingip qmail-viruscan
 
 .if ${OPSYS} == "Darwin"
 PKG_SUGGESTED_OPTIONS+=        darwin



Home | Main Index | Thread Index | Old Index