diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-07-08 10:44:40 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-07-08 10:44:40 +0000 |
commit | 86c4293d7fea15d256030226590646219f5dc9bf (patch) | |
tree | d94b57acdf5d3ff2f047f51395822ce70029b8c9 /net-mail | |
parent | Adding dependence on dev-python/imaging, bug #209922 (diff) | |
download | gentoo-2-86c4293d7fea15d256030226590646219f5dc9bf.tar.gz gentoo-2-86c4293d7fea15d256030226590646219f5dc9bf.tar.bz2 gentoo-2-86c4293d7fea15d256030226590646219f5dc9bf.zip |
/etc/pam.d/managesieve symlink: fix handling for 1.1, added for 1.0
(Portage version: 2.1.5.6)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0.15-r1.ebuild (renamed from net-mail/dovecot/dovecot-1.0.15.ebuild) | 4 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.1-r1.ebuild | 4 |
3 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index dddc7777e081..71b6b408226e 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.169 2008/07/08 10:06:49 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.170 2008/07/08 10:44:40 wschlich Exp $ + +*dovecot-1.0.15-r1 (08 Jul 2008) + + 08 Jul 2008; Wolfram Schlich <wschlich@gentoo.org> -dovecot-1.0.15.ebuild, + +dovecot-1.0.15-r1.ebuild, dovecot-1.1.1-r1.ebuild: + /etc/pam.d/managesieve symlink: fix handling for 1.1, added for 1.0 *dovecot-1.1.1-r1 (08 Jul 2008) diff --git a/net-mail/dovecot/dovecot-1.0.15.ebuild b/net-mail/dovecot/dovecot-1.0.15-r1.ebuild index 7ee0f474925d..d4a9374cbb76 100644 --- a/net-mail/dovecot/dovecot-1.0.15.ebuild +++ b/net-mail/dovecot/dovecot-1.0.15-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.15.ebuild,v 1.1 2008/06/23 19:20:53 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.15-r1.ebuild,v 1.1 2008/07/08 10:44:40 wschlich Exp $ inherit autotools eutils ssl-cert versionator @@ -133,6 +133,8 @@ src_install () { if use pam; then sed -i -e '/passdb pam/, /^[ \t]*}/ s|#args = dovecot|args = "\*"|' \ "${conf}" || die "failed to update PAM settings in dovecot.conf" + # mailbase does not provide a managesieve pam file + use managesieve && dosym imap /etc/pam.d/managesieve fi # Listen on ipv6 and ipv4 diff --git a/net-mail/dovecot/dovecot-1.1.1-r1.ebuild b/net-mail/dovecot/dovecot-1.1.1-r1.ebuild index b49383bc66ab..eee0388b57c7 100644 --- a/net-mail/dovecot/dovecot-1.1.1-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.1-r1.ebuild,v 1.1 2008/07/08 10:06:49 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.1-r1.ebuild,v 1.2 2008/07/08 10:44:40 wschlich Exp $ inherit autotools eutils ssl-cert versionator @@ -145,7 +145,7 @@ src_install () { sed -i -e '/passdb pam/, /^[ \t]*}/ s|#args = dovecot|args = "\*"|' \ "${conf}" || die "failed to update PAM settings in dovecot.conf" # mailbase does not provide a managesieve pam file - dosym imap /etc/pam.d/managesieve + use managesieve && dosym imap /etc/pam.d/managesieve fi # Listen on ipv6 and ipv4 |