summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-12-12 07:34:13 +0000
committerwiz <wiz@pkgsrc.org>2014-12-12 07:34:13 +0000
commit886d048253d8470cab633629fe162988da1ea2ea (patch)
treeac0fcb80e4d9c7b6929e8bdf8747a12aac842e71 /mail
parent2f3e20e6d17e0eb13e4277cdc52e6a52f5fe0177 (diff)
downloadpkgsrc-886d048253d8470cab633629fe162988da1ea2ea.tar.gz
The sqlite option is quite useful, and the dependency it pulls in, sqlite3,
is small and installed on many machines anyway. Turn the option on by default. Bump PKGREVISION. Ok MAINTAINER adam@
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot2/Makefile3
-rw-r--r--mail/dovecot2/options.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index 631e7abe9a9..9549477250b 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2014/11/02 07:34:51 taca Exp $
+# $NetBSD: Makefile,v 1.69 2014/12/12 07:34:13 wiz Exp $
DISTNAME= dovecot-2.2.15
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/
diff --git a/mail/dovecot2/options.mk b/mail/dovecot2/options.mk
index 7d99ad5e4e6..973726c3ea4 100644
--- a/mail/dovecot2/options.mk
+++ b/mail/dovecot2/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.5 2013/09/16 18:40:24 adam Exp $
+# $NetBSD: options.mk,v 1.6 2014/12/12 07:34:13 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
PKG_SUPPORTED_OPTIONS= gssapi kqueue ldap mysql pam pgsql sqlite
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
PKG_OPTIONS_GROUP.ssl= gnutls ssl
-PKG_SUGGESTED_OPTIONS= pam ssl
+PKG_SUGGESTED_OPTIONS= pam sqlite sl
.if defined(PKG_HAVE_KQUEUE)
PKG_SUGGESTED_OPTIONS+= kqueue