pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot2 The sqlite option is quite useful, and t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2db2bd4b0947
branches: trunk
changeset: 643160:2db2bd4b0947
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 12 07:34:13 2014 +0000
description:
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:
mail/dovecot2/Makefile | 3 ++-
mail/dovecot2/options.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r ed1d63b8edc2 -r 2db2bd4b0947 mail/dovecot2/Makefile
--- a/mail/dovecot2/Makefile Fri Dec 12 07:00:04 2014 +0000
+++ b/mail/dovecot2/Makefile Fri Dec 12 07:34:13 2014 +0000
@@ -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 -r ed1d63b8edc2 -r 2db2bd4b0947 mail/dovecot2/options.mk
--- a/mail/dovecot2/options.mk Fri Dec 12 07:00:04 2014 +0000
+++ b/mail/dovecot2/options.mk Fri Dec 12 07:34:13 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index