summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmonz <schmonz>2017-03-29 13:26:05 +0000
committerschmonz <schmonz>2017-03-29 13:26:05 +0000
commit15da0bd7e1d6e5fa0e52b7b08ed8c9fe4b3564c5 (patch)
treeabd2503f79389ac5beb2476cfc3d70af5e395ee6
parent4cbe332f164ec706b91fabdbdb8389576af0d999 (diff)
downloadpkgsrc-15da0bd7e1d6e5fa0e52b7b08ed8c9fe4b3564c5.tar.gz
To make the newly useful binary package a bit more useful, enable
qmail-{bigdns,realrcptto} (in addition to qmail-netqmail) by default. These are conservative choices: small patches that make qmail behave more like it probably wanted to without breaking existing systems, adding attack surface, or failing on some platforms we support. Bump PKGREVISION.
-rw-r--r--mail/qmail/Makefile4
-rw-r--r--mail/qmail/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile
index d1a52214f1e..1b2d6b37766 100644
--- a/mail/qmail/Makefile
+++ b/mail/qmail/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.79 2017/03/23 07:24:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.80 2017/03/29 13:26:05 schmonz Exp $
#
DISTNAME= ${PKGNAME_NOREV}
PKGNAME= qmail-1.03
-PKGREVISION= 23
+PKGREVISION= 24
CATEGORIES= mail
MASTER_SITES= http://qmail.org/
diff --git a/mail/qmail/options.mk b/mail/qmail/options.mk
index 43f04f4d19d..fe82faeb6f2 100644
--- a/mail/qmail/options.mk
+++ b/mail/qmail/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2017/03/23 07:24:48 schmonz Exp $
+# $NetBSD: options.mk,v 1.38 2017/03/29 13:26:05 schmonz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qmail
PKG_OPTIONS_OPTIONAL_GROUPS= rcpt
@@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.rcpt= qmail-badrcptto qmail-qregex
PKG_OPTIONS_GROUP.rcpt+=qmail-rcptcheck qmail-realrcptto
PKG_SUPPORTED_OPTIONS+= sasl syncdir tls qmail-bigdns qmail-maildiruniq
PKG_SUPPORTED_OPTIONS+= qmail-netqmail qmail-outgoingip qmail-viruscan
-PKG_SUGGESTED_OPTIONS+= qmail-netqmail
+PKG_SUGGESTED_OPTIONS+= qmail-bigdns qmail-netqmail qmail-realrcptto
.include "../../mk/bsd.options.mk"