summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2011-06-14 09:37:17 +0000
committertron <tron@pkgsrc.org>2011-06-14 09:37:17 +0000
commit655b5055893100971ae9cc19b885a392e21a612e (patch)
treea48fccd958a517ac80e94d876811b8966644ed30 /mail
parent4dde728b55c52e3ed9eb38af986c0535190096fe (diff)
downloadpkgsrc-655b5055893100971ae9cc19b885a392e21a612e.tar.gz
Enable "pam" option in "dovecot" packages by default as most platforms
supported by "pkgsrc" provide PAM support out of the box. Change approved by Geert Hendrickx.
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot/Makefile4
-rw-r--r--mail/dovecot/options.mk4
-rw-r--r--mail/dovecot2/Makefile4
-rw-r--r--mail/dovecot2/options.mk4
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index f119dd0d927..0760ac961cc 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.157 2011/06/10 21:57:08 obache Exp $
+# $NetBSD: Makefile,v 1.158 2011/06/14 09:37:17 tron Exp $
DOVECOT_VERSION= 1.2
DOVECOT_SUBVERSION= .17
SIEVE_VERSION= 0.1.19
MANAGESIEVE_VERSION= 0.11.13
DISTNAME= dovecot-${DOVECOT_VERSION}${DOVECOT_SUBVERSION}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/${DOVECOT_VERSION}/
DOVECOT_SIEVE_SITES= http://www.rename-it.nl/dovecot/${DOVECOT_VERSION}/
diff --git a/mail/dovecot/options.mk b/mail/dovecot/options.mk
index 4ca120aa3ab..afd694f1a87 100644
--- a/mail/dovecot/options.mk
+++ b/mail/dovecot/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.28 2011/05/13 07:34:48 adam Exp $
+# $NetBSD: options.mk,v 1.29 2011/06/14 09:37:18 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
PKG_SUPPORTED_OPTIONS= dovecot-sieve dovecot-managesieve gssapi
PKG_SUPPORTED_OPTIONS+= kqueue ldap mysql pam pgsql sqlite
PKG_OPTIONS_OPTIONAL_GROUPS= ssl
PKG_OPTIONS_GROUP.ssl= gnutls ssl
-PKG_SUGGESTED_OPTIONS= ssl
+PKG_SUGGESTED_OPTIONS= pam ssl
.if defined(PKG_HAVE_KQUEUE)
PKG_SUGGESTED_OPTIONS+= kqueue
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index c5a40e8fa34..bacb9249dcb 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2011/06/10 21:57:08 obache Exp $
+# $NetBSD: Makefile,v 1.13 2011/06/14 09:37:18 tron Exp $
DISTNAME= dovecot-2.0.13
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/2.0/
diff --git a/mail/dovecot2/options.mk b/mail/dovecot2/options.mk
index 96822ca4e30..7fdbf1442c0 100644
--- a/mail/dovecot2/options.mk
+++ b/mail/dovecot2/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.3 2010/11/09 15:51:48 ghen Exp $
+# $NetBSD: options.mk,v 1.4 2011/06/14 09:37:18 tron 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= ssl
+PKG_SUGGESTED_OPTIONS= pam ssl
.if defined(PKG_HAVE_KQUEUE)
PKG_SUGGESTED_OPTIONS+= kqueue