diff options
author | tron <tron@pkgsrc.org> | 2011-06-14 09:37:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-06-14 09:37:17 +0000 |
commit | 655b5055893100971ae9cc19b885a392e21a612e (patch) | |
tree | a48fccd958a517ac80e94d876811b8966644ed30 /mail/dovecot | |
parent | 4dde728b55c52e3ed9eb38af986c0535190096fe (diff) | |
download | pkgsrc-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/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/options.mk | 4 |
2 files changed, 4 insertions, 4 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 |